Gopalakrishnaiyer Venugopal-Q16770
2010-Feb-19 06:51 UTC
[asterisk-users] Dial Plan configuration in asterisk
Hi experts, The extensions.conf has the dial plan set as exten ==> _988XXXXXXX,1,Dial(DAHDI/g1/${EXTEN},20) I want to modify this so that i can dial numbers with more than 10 digits for example like accessing an IVR menu. Warm Regards Venugopal G ************************************************************************ ************************************************************************ ************************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100219/7bae300a/attachment-0001.htm
Chandrakant Solanki
2010-Feb-19 07:02 UTC
[asterisk-users] Dial Plan configuration in asterisk
On Fri, Feb 19, 2010 at 12:21 PM, Gopalakrishnaiyer Venugopal-Q16770 < venuiyer at motorola.com> wrote:> Hi experts, > > The extensions.conf has the dial plan set as > > exten ==> _988XXXXXXX,1,Dial(DAHDI/g1/${EXTEN},20) > > I want to modify this so that i can dial numbers with more than 10 digits > for example like accessing an IVR menu. > > > Warm Regards > Venugopal G > > ************************************************************************************************************************************************************************************************* > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >Hi Try this exten => _X.,1,Dial(DAHDI/g1/${EXTEN},20) -- Regards, Chandrakant Solanki -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100219/8f442e4f/attachment.htm
----- "Chandrakant Solanki" <solanki.chandrakant at gmail.com> wrote: On Fri, Feb 19, 2010 at 12:21 PM, Gopalakrishnaiyer Venugopal-Q16770 < venuiyer at motorola.com > wrote: Hi experts, The extensions.conf has the dial plan set as exten ==> _988XXXXXXX,1,Dial(DAHDI/g1/${EXTEN},20) I want to modify this so that i can dial numbers with more than 10 digits for example like accessing an IVR menu. Warm Regards Venugopal G ************************************************************************************************************************************************************************************************* exten ==> _988XXXXXXX.,1,Dial(DAHDI/g1/${EXTEN},20) -- Thanks, Phil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100219/14d0ef67/attachment.htm
Olle E. Johansson
2010-Feb-19 14:38 UTC
[asterisk-users] Dial Plan configuration in asterisk
19 feb 2010 kl. 11.47 skrev --[ UxBoD ]--:> exten ==> _988XXXXXXX.,1,Dial(DAHDI/g1/${EXTEN},20)UxBoD - you really have to read the security advisory before sending out such examples on the mailing list. Please go to http://www.asterisk.org now. Have a nice weekend! Thanks, /O