Hi Juha,
Pls. check the regex prefix patch available here: http://sourceforge.net/tracker/index.php?func=detail&aid=1736696&gro...
I kept the impact on the existing mode of operation as low as possible. I performed a few tests and everything was working fine in my environment.
Regards, Ovidiu Sas
On 6/8/07, Juha Heinanen jh@tutpro.com wrote:
Ovidiu Sas writes:
Let's consider the following example: a call to a 1800 number. The destination is 18001231234 and in the lcr table we have the following two prefixes:
- ^18[01234567]
- ^18[0-2]01
The second prefix is a better match for the 1800 number, but it has a shorter length.
you can always add dots to (2) to make it longer if you want. dial plans also need to be sensibly designed.
-- juha