Hi, Does anyone know how to implement the feature in asterisk calling card when a user has dialed the access number and during the IVR or any time during the call, he can press ## or ** to end the current call and dial a new destination number? Please help and give me a step by step help. Thanks. Rgrds-------------Abid -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110331/02a43480/attachment.htm>
DHAVAL INDRODIYA
2011-Apr-01 06:18 UTC
[asterisk-users] ** to disconnect and make a new call
Hi, Please have a look on feature.conf and implement feature in [applicationmap] dialfeature => ##,peer,DIAL,{DATA_OF_DIAL_NUMBER_WITH_TECHNOLOGY} regards Dhaval On Thu, Mar 31, 2011 at 7:09 PM, Abid Saleem <abid_asterisk at hotmail.com>wrote:> Hi, > > Does anyone know how to implement the feature in asterisk calling card when > a user has dialed the access number and during the IVR or any time during > the call, he can press ## or ** to end the current call and dial a new > destination number? > > Please help and give me a step by step help. Thanks. > > Rgrds > ------------- > Abid > > -- > _____________________________________________________________________ > -- 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/20110401/34fc00b1/attachment.htm>
what will be the actual value inside {DATA_OF_DIAL_NUMBER_WITH_TECHNOLOGY}. Can you please give an example. Date: Fri, 1 Apr 2011 11:48:11 +0530 From: dhaval.it01034 at gmail.com To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] ** to disconnect and make a new call Hi, Please have a look on feature.conf and implement feature in [applicationmap] dialfeature => ##,peer,DIAL,{DATA_OF_DIAL_NUMBER_WITH_TECHNOLOGY} regards Dhaval On Thu, Mar 31, 2011 at 7:09 PM, Abid Saleem <abid_asterisk at hotmail.com> wrote: Hi, Does anyone know how to implement the feature in asterisk calling card when a user has dialed the access number and during the IVR or any time during the call, he can press ## or ** to end the current call and dial a new destination number? Please help and give me a step by step help. Thanks. Rgrds-------------Abid -- _____________________________________________________________________ -- 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/20110401/992d6382/attachment.htm>
DHAVAL INDRODIYA
2011-Apr-01 10:08 UTC
[asterisk-users] ** to disconnect and make a new call
it may be an argument of DIAL application for example if an user came into IVRS and then at some step presses ## if you decide that call is going to transfer to extension 1002 argument should be SIP/1002,30,r regards dhaval On Fri, Apr 1, 2011 at 3:03 PM, Abid Saleem <abid_asterisk at hotmail.com>wrote:> what will be the actual value > inside {DATA_OF_DIAL_NUMBER_WITH_TECHNOLOGY}. Can you please give an > example. > > ------------------------------ > Date: Fri, 1 Apr 2011 11:48:11 +0530 > From: dhaval.it01034 at gmail.com > To: asterisk-users at lists.digium.com > Subject: Re: [asterisk-users] ** to disconnect and make a new call > > > Hi, > > Please have a look on feature.conf and implement feature in > [applicationmap] > > dialfeature => ##,peer,DIAL,{DATA_OF_DIAL_NUMBER_WITH_TECHNOLOGY} > > regards > Dhaval > > On Thu, Mar 31, 2011 at 7:09 PM, Abid Saleem <abid_asterisk at hotmail.com>wrote: > > Hi, > > Does anyone know how to implement the feature in asterisk calling card when > a user has dialed the access number and during the IVR or any time during > the call, he can press ## or ** to end the current call and dial a new > destination number? > > Please help and give me a step by step help. Thanks. > > Rgrds > ------------- > Abid > > -- > _____________________________________________________________________ > -- 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 > > -- > _____________________________________________________________________ > -- 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/20110401/f10f3db5/attachment.htm>