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:[EMAIL PROTECTED]/${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:[EMAIL PROTECTED]/${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                        [EMAIL PROTECTED]
Fax: +61 2 9345 4396                        www.websitemanagers.com.au
-- 
 -- 
Adam Goryachev
Website Managers
Ph:  +61 2 8304 0000                        [EMAIL PROTECTED]
Fax: +61 2 9345 4396                        www.websitemanagers.com.au

_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to