I have this exten code to dial out to a specific group of numbers. exten => _10XXXXXXXXX,1,Dial(IAX2/user:pass@user/${EXTEN:1}) I want to be able to have one line to handle generic calling so we could dial say 10XXXX or 10XXXXXXXXX or 10XXXXXXXXXXXXXXX or something in between. Does any one know what the exten line would be to be that generic or point me to something that would explain it? Thanks David
Adam Goryachev
2005-Mar-14 19:50 UTC
[Asterisk-Users] Extentions Variable Dialing QUESTION.
On Tue, 2005-03-15 at 13:31 +1100, David Uzzell wrote:> I have this exten code to dial out to a specific group of numbers. > > exten => _10XXXXXXXXX,1,Dial(IAX2/user:pass@user/${EXTEN:1}) > > > I want to be able to have one line to handle generic calling so we could > dial say 10XXXX or 10XXXXXXXXX or 10XXXXXXXXXXXXXXX or something in between. > > Does any one know what the exten line would be to be that generic or > point me to something that would explain it?exten => _10X.,Dial(IAX2/user:pass@user/${EXTEN:1}) and/or see www.asteriskdocs.org for the details/info, or www.voip-info.org Regards, Adam -- -- Adam Goryachev Website Managers Ph: +61 2 8304 0000 adam@websitemanagers.com.au Fax: +61 2 9345 4396 www.websitemanagers.com.au -- -- Adam Goryachev Website Managers Ph: +61 2 8304 0000 adam@websitemanagers.com.au Fax: +61 2 9345 4396 www.websitemanagers.com.au