[asterisk-users] Dialplan matching

2011-04-04 Thread Asterisk User
Hello all, I am trying to figure out the logic in on prefix matching for Asterisk 1.4.5. I want to be able to pass all international calls EXCEPT calls to 011870, 01137455 and so on. exten = _011870.,1,Goto(intl-disabled,s,1) exten = _01137455.,2,Goto(intl-disabled,s,1) exten =

Re: [asterisk-users] Dialplan matching

2011-04-04 Thread Steve Murphy
On Mon, Apr 4, 2011 at 8:09 AM, Asterisk User asteruserl...@gmail.comwrote: Hello all, I am trying to figure out the logic in on prefix matching for Asterisk 1.4.5. I want to be able to pass all international calls EXCEPT calls to 011870, 01137455 and so on. exten =

Re: [asterisk-users] Dialplan matching

2011-04-04 Thread A J Stiles
On Monday 04 Apr 2011, Asterisk User wrote: Hello all, I am trying to figure out the logic in on prefix matching for Asterisk 1.4.5. I want to be able to pass all international calls EXCEPT calls to 011870, 01137455 and so on. Asterisk's default behaviour is always to try the hardest-to-match

Re: [asterisk-users] Dialplan matching

2011-04-04 Thread Tilghman Lesher
On Monday 04 April 2011 09:09:28 Asterisk User wrote: Hello all, I am trying to figure out the logic in on prefix matching for Asterisk 1.4.5. I want to be able to pass all international calls EXCEPT calls to 011870, 01137455 and so on. exten = _011870.,1,Goto(intl-disabled,s,1) This one is

[asterisk-users] Dialplan matching problem

2009-05-19 Thread michel freiha
Hi all, I'm using asterisk in Realtime mode and all my dialplans are defined in extensions table...My problem is the following... If I have for a specific context an extension with value _X. and another entry for the same context with extension 123456, if an incoming call from the same context

Re: [asterisk-users] Dialplan matching problem

2009-05-19 Thread Danny Nicholas
-users] Dialplan matching problem Hi all, I'm using asterisk in Realtime mode and all my dialplans are defined in extensions table...My problem is the following... If I have for a specific context an extension with value _X. and another entry for the same context with extension 123456