Robert Goodyear
2005-Jul-02 12:08 UTC
[Asterisk-Users] play message to callee before connect to incomingcall
On Jul 2, 2005, at 12:55 PM, Mahmoud Badran wrote:> 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 > >Mahmoud: you don't pass file extension to the playback app, and there's no such app called playbackground. Plus the OP wanted the announcement to hit the callee solely.
Mahmoud Badran
2005-Jul-02 12:55 UTC
[Asterisk-Users] play message to callee before connect to incomingcall
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: asterisk-users-bounces@lists.digium.com on behalf of Roland Zagler Sent: Sat 7/2/2005 8:23 PM To: asterisk-users@lists.digium.com 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 Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 4787 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050702/74a38fe2/attachment.bin