[Asterisk-Users] play message to callee before connect to incomingcall

Mahmoud Badran mahmoud.badran at atsint.com
Sat Jul 2 12:55:17 MST 2005


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 at lists.digium.com on behalf of Roland Zagler
Sent: Sat 7/2/2005 8:23 PM
To: asterisk-users at 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 at 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


More information about the asterisk-users mailing list