Hi Iñaki,
Iñaki Baz Castillo wrote:
According to RFC 3261 BNF grammar, the username part of a SIP URI is case
sensitive, this is:
sip:alice@domain.org != sip:Alice@domain.org
but domain part is case insensitive so:
sip:alice@domain.org == sip:alice@DOMain.ORG
The former case is a bug in usrloc module as it should respect the exact
string for the username part. Please report it in the tracker.
What is the link to the bug tracker?
Thanks
Bruce