Alok Srivastava
2016-May-06 10:26 UTC
[asterisk-users] click2call for conferencing two mobile numbers
Dear List wanna configure click2call in such a manner that my asterisk box call two mobile numbers and connect both numbers to talk. I have configured voip gateway, my internal and external calls are working fine. please help , abhi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160506/58924f84/attachment.html>
A J Stiles
2016-May-06 12:40 UTC
[asterisk-users] click2call for conferencing two mobile numbers
On Friday 06 May 2016, Alok Srivastava wrote:> Dear List > wanna configure click2call in such a manner that my asterisk box call two > mobile numbers and connect both numbers to talk. I have configured voip > gateway, my internal and external calls are working fine. > please help ,You ought to be able to do this just using call files. All you have to do is inject a callfile (format is explained on the Wiki) into the folder /var/spool/asterisk/outgoing/ . You have to do this within a CGI script, so you can pass the two end numbers to that script when the button is clicked. Note that depending on the block size used on the underlying device, you probably should first create the file in some temporary location and then mv it to ...outgoing/ . Otherwise there is a danger of Asterisk reading an incomplete file and doing nothing. Only if you know the entire file is definitely going to be smaller than one block, can you get away with creating it in place. -- AJS Note: Originating address only accepts e-mail from list! If replying off- list, change address to asterisk1list at earthshod dot co dot uk .
Alok Srivastava
2016-May-07 09:05 UTC
[asterisk-users] click2call for conferencing two mobile numbers
Thanks Stiles Trying as u asked to do........ Regards On Fri, May 6, 2016 at 6:10 PM, A J Stiles <asterisk_list at earthshod.co.uk> wrote:> On Friday 06 May 2016, Alok Srivastava wrote: > > Dear List > > wanna configure click2call in such a manner that my asterisk box call two > > mobile numbers and connect both numbers to talk. I have configured voip > > gateway, my internal and external calls are working fine. > > please help , > > You ought to be able to do this just using call files. > > All you have to do is inject a callfile (format is explained on the Wiki) > into the folder /var/spool/asterisk/outgoing/ . You have to do this > within a > CGI script, so you can pass the two end numbers to that script when the > button > is clicked. > > Note that depending on the block size used on the underlying device, you > probably should first create the file in some temporary location and then > mv it > to ...outgoing/ . Otherwise there is a danger of Asterisk reading an > incomplete file and doing nothing. Only if you know the entire file is > definitely going to be smaller than one block, can you get away with > creating > it in place. > > -- > AJS > > Note: Originating address only accepts e-mail from list! If replying off- > list, change address to asterisk1list at earthshod dot co dot uk . > > -- > _____________________________________________________________________ > -- 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/20160507/c00ba48a/attachment.html>