Mickael MONSIEUR
2010-Apr-26 10:21 UTC
[asterisk-users] play a sound from the callee before putting it in connection.
Hello ! I want to call a line and play a sound from the callee before putting it in connection with the caller. Is this possible? Example: Dial(SIP/111111, m) // Ring or Music... if(call==ANSWERED) Play(announce) // Play 'announce' to the called // To connect caller and called ? Best regards, Mickael. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100426/05e67e62/attachment.htm
Dan Journo
2010-Apr-26 10:28 UTC
[asterisk-users] play a sound from the callee before putting it in connection.
Look at option A(x) on this page:- A(x): Play an announcement (x.gsm) to the called party. http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial Dial(SIP/111111,mA(soundfile)) From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Mickael MONSIEUR Sent: 26 April 2010 11:22 To: Asterisk Users Mailing List - Non-Commercial Discussion Cc: tech at zilok.com Subject: [asterisk-users] play a sound from the callee before putting it in connection. Hello ! I want to call a line and play a sound from the callee before putting it in connection with the caller. Is this possible? Example: Dial(SIP/111111, m) // Ring or Music... if(call==ANSWERED) Play(announce) // Play 'announce' to the called // To connect caller and called ? Best regards, Mickael. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100426/1db2df49/attachment.htm