Hey buddy I came upon this amazing program that i've been showing some friends Im currently earning $4k /mo part time online with a very easy to use program also I took no risks receiving the kit which is about $2 for shipping http://tinyurl.com/6uowyhu Ask for your free kit before they run out your buddy Edwin
Hi, When dialing multiple numbers, we get connected to the first channel that answers and others are hung up. exten => 100,1,Dial(SIP/provider/14153456789&SIP/provider/15606305670) How can I find out the channel (actually which destination no) the connection is made to (so that I can write it to CDR)? Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120205/0604b57a/attachment.htm>
Hello, Maybe exten => 100,1,Dial(Local/14153456789 at provider&Local/15606305670 at provider) Regards On Sun, Feb 5, 2012 at 12:16 PM, Matt Hamilton <mistral9999 at hotmail.com>wrote:> Hi, > > When dialing multiple numbers, we get connected to the first channel that > answers and others are hung up. > > exten => 100,1,Dial(SIP/provider/14153456789&SIP/provider/15606305670) > > How can I find out the channel (actually which destination no) the connection is made to (so that I can write it to CDR)? > > Thanks, > Matt > > > > -- > _____________________________________________________________________ > -- 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/20120205/56c00cc0/attachment.htm>
Hello, Maybe exten => 100,1,Dial(Local/14153456789 at provider&Local/15606305670 at provider) Regards On Sun, Feb 5, 2012 at 12:16 PM, Matt Hamilton <mistral9999 at hotmail.com>wrote:> Hi, > > When dialing multiple numbers, we get connected to the first channel that > answers and others are hung up. > > exten => 100,1,Dial(SIP/provider/14153456789&SIP/provider/15606305670) > > How can I find out the channel (actually which destination no) the connection is made to (so that I can write it to CDR)? > > Thanks, > Matt > > > > -- > _____________________________________________________________________ > -- 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/20120205/565c1f6e/attachment.htm>
Thanks Carlos, using local channels works. Asterisk inserts a separate CDR record for each with only one of them having disposition=ANSWERED (the rest NO ANSWER). Matt Date: Sun, 5 Feb 2012 12:48:57 -0500 From: crt.rojas at gmail.com To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] Dialing multiple numbers Hello, Maybe exten => 100,1,Dial(Local/14153456789 at provider&Local/15606305670 at provider) Regards On Sun, Feb 5, 2012 at 12:16 PM, Matt Hamilton <mistral9999 at hotmail.com> wrote: Hi, When dialing multiple numbers, we get connected to the first channel that answers and others are hung up. exten => 100,1,Dial(SIP/provider/14153456789&SIP/provider/15606305670) How can I find out the channel (actually which destination no) the connection is made to (so that I can write it to CDR)? Thanks, Matt -- _____________________________________________________________________ -- 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 -- _____________________________________________________________________ -- 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/20120205/a694c484/attachment.htm>