[Asterisk-Users] Dialing an outside number -- QUESTION --
Steve Murphy
murf at e-tools.com
Thu Nov 6 23:09:01 MST 2003
On Thu, 2003-11-06 at 18:10, Chris Albertson wrote:
> --- 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---
Interesting. Can you point to where this is documented? I rooted around
thru the Digium online manual, whitepaper, etc, couldn't find any doc.
While these entries seem to work, I found a small weakness in Asterisk:
It does not recognize my telephone's tones for the number "6". As long
as the outgoing phone numbers do not contain the number 6, I'm OK. In
voicemail, if I dial "6", it doesn't hear it....
Can anything be done to improve the recognition of the number 6 in
asterisk? The phone company can recognize it!
murf
> =====
> Chris Albertson
More information about the asterisk-users
mailing list