Janu Mukherjee
2010-Aug-02 04:46 UTC
[asterisk-users] how to place a call on hold and play music on hold using agi
Hi, I want to originate a call using asterisk agi. I could this. I now want to place this call on hold and play music on hold and after some time i want to retrieve the call. Can i do this using AGI?Please help me in this regard. Thanks in Advance, Jahnavi. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100802/cb37663f/attachment.htm
Danny Nicholas
2010-Aug-02 12:48 UTC
[asterisk-users] how to place a call on hold and play music on holdusing agi
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Janu Mukherjee Subject: [asterisk-users] how to place a call on hold and play music on holdusing agi I want to originate a call using asterisk agi. I could this. I now want to place this call on hold and play music on hold and after some time i want to retrieve the call. Can i do this using AGI?Please help me in this regard. This is not truly putting the call on hold but will work the same way; set up this context; [dummy-hold] Exten => s,1,Waitexten(60,m) Then make your call go to dummy-hold and you will be on-hold with music for 1 minute and then you can go back to the dialplan or put a return on the context and make it a Gosub. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100802/7e546d2d/attachment.htm
Janu Mukherjee
2010-Aug-04 07:45 UTC
[asterisk-users] how to place a call on hold and play music on hold using agi
Hi, I have the following problem. I have an xlite client registered with asterisk server. If i dial say 1500 an FAGI script is invoked which plays a greeting message. I now want to hold this call and play music on hold from FAGI. How do i achieve this? Please suggest me. Thanks in Advance, Jahnavi. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100804/186b669c/attachment.htm
Abeed Saleh
2010-Aug-04 07:54 UTC
[asterisk-users] how to place a call on hold and play music on hold using agi
Hi Jahnavi, try StartMusicOnHold and StopMusicOnHold On Wed, Aug 4, 2010 at 12:45 AM, Janu Mukherjee <janu.mukhi at gmail.com>wrote:> Hi, > > I have the following problem. I have an xlite client registered with > asterisk server. If i dial say 1500 an FAGI script is invoked which plays a > greeting message. I now want to hold this call and play music on hold from > FAGI. How do i achieve this? Please suggest me. > > Thanks in Advance, > Jahnavi. > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100804/857de325/attachment.htm