[Asterisk-Users] Dialing an outside number -- QUESTION --

Chris Albertson chrisalbertson90278 at yahoo.com
Thu Nov 6 18:10:17 MST 2003


--- Steve Murphy <murf at e-tools.com> wrote:
><snip>
> 
> I wrote up the following:
> 
> [outwork]
> ignorepat => 9
> exten => _91XXXXXXXXXX,1,StripMSD,1
> exten => _1XXXXXXXXXX,2,Dial,Zap/2/BYEXTENSION
> exten => _9754XXXX,1,StripMSD,1
> exten => _754XXXX,2,Dial,Zap/2/BYEXTENSION
> exten =>_9NXXXXXX,1,StripMSD,1
> exten =>_NXXXXXX,2,Prefix,1307
> exten => _1307NXXXXXX,3,Dial,Zap/2/BYEXTENSION
> 

Try this newer syntax:

[outwork]
exten => _91XXXXXXXXXX,1,Dial,Zap/2/${EXTEN:1}
exten => _9754XXXX,1,Dial,Zap/2/${EXTEN:1}
exten => _9NXXXXXX,1,Dial,Zap/2/1307${EXTEN:1}


=====
Chris Albertson
  Home:   310-376-1029  chrisalbertson90278 at yahoo.com
  Cell:   310-990-7550
  Office: 310-336-5189  Christopher.J.Albertson at aero.org
  KG6OMK

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree



More information about the asterisk-users mailing list