Hi John,

indeed, that is correct - the original intention was to use bitmasks, but I missed to apply it only for alphabetic chars.

thanks for the patch! It is on CVS on both devel and 1.1.0

regards,
bogdan

John Riordan wrote:

Hi,


Issue:

In CPL, during a location lookup, the lookup fails
for users with an '_' in the user portion of the AOR.
For example, if the AOR is [EMAIL PROTECTED], cpl
registration lookup always fail.

Patch:

Use tolower(c) instead of (0x20)|(c) when building
the interpreters copy of the AOR.


John



_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to