try this one exten => 999,1,Answer() exten => 999,2,playback(~.mp3) exten => 999,3,dial (sip/100) exten => 999,4,playbackground(~.mp3) exten => 999,h,Hangup() not sure abt playbackground should be before the dial command or after
________________________________ From: [EMAIL PROTECTED] on behalf of Roland Zagler Sent: Sat 7/2/2005 8:23 PM To: [email protected] Subject: [Asterisk-Users] play message to callee before connect to incomingcall Hello, i try to do the following: 1) call comes in on extension 999 2) caller should hear music (NOT MoH!!!) 3) a call should be initiated to SIP Phone 100 4) when SIP Phone 100 is answered, a sound file should be played to the user at SIP Phone 100 5) the incoming call (at extension 999) should be connected to SIP Phone 100 any suggestions on how to implement this in an easy way? Thanks in advance, Roland Zagler _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
<<winmail.dat>>
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
