Re: [asterisk-users] Configuration / dialplan problem

2006-10-08 Thread Mark Muffett
I got it to work in the end - by removing the _ from the front of my fixed allowed numbers (of course there wasn't any real pattern matching there at all). Thanks for the help Mark On 03/10/06, Marco Mouta [EMAIL PROTECTED] wrote: If you really want _07. to be tested afterall the above

Re: [asterisk-users] Configuration / dialplan problem

2006-10-03 Thread Marco Mouta
If you really want _07. to be tested afterall the above patternmatches, you must define it in other context and add it as an include for the current context.Asterisk first will look for your patternmatches in the current context and oonly after this will lookup your include context. This way you

[asterisk-users] Configuration / dialplan problem

2006-10-02 Thread Mark Muffett
I have my extensions.conf set up as follows: exten = _Z.,1,Dial(${OUTBOUNDTRUNK}/${EXTEN}) exten = _07956nn,1,Dial(${OUTBOUNDTRUNK}/${EXTEN}) exten = _07879nn,1,Dial(${OUTBOUNDTRUNK}/${EXTEN}) exten = _07862nn,1,Dial(${OUTBOUNDTRUNK}/${EXTEN}) exten =

Re: [asterisk-users] Configuration / dialplan problem

2006-10-02 Thread Kevin Smith
There are a few things to look at. First off, you have a lot of wildcard testing that is probably throwing the dial plan off. For example, you have the following: exten = _07956nn,1,Dial(${OUTBOUNDTRUNK}/${EXTEN}) exten = _07879nn,1,Dial(${OUTBOUNDTRUNK}/${EXTEN}) exten =