On Sat, 2006-07-22 at 19:38 -0500, brandon kruz wrote: > [internal] > exten => s,1,Answer() > exten => s,n,Playback(custom) > exten => s,n,Hangup()
This, by itself, does not solve the problem where you want the message to be played back when the phone is picked up without any user intervention. If you're using zap phones, you can simply set this option: immediate=yes Then, as soon as the phone goes off hook, the call will begin at the 's' extension in the configured context instead of providing dialtone. -- Russell Bryant Software Developer Digium, Inc. _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
