[Devel] LCR enhancements

Juha Heinanen jh at tutpro.com
Fri May 11 08:01:03 CEST 2007


Angel Carpintero writes:

 >  - Dest URI regex matching 
 > 
 > Right now only from_uri supports that feature , not sure why dest uri
 > only support prefix.
 > 
 > What do you think about it ?

lcr module was designed for choosing gws based on phones numbers that
are unique at the proxy.  in such situations there is no need to look at
domain of the r-uri, just the user part, which is a string of digits.
in most cases gw selection is based on prefixes of that string.

of course prefix could be changed to regexp, but regexps create
implementation complexity when gw data is cached and regexp processing
slows down operation of the proxy.

-- juha



More information about the Devel mailing list