El Domingo, 10 de Agosto de 2008, Iñaki Baz Castillo escribió:
- An **always** present bug in any openser.cfg: The URI protocol is also
case insensitive, so it could be "sip", "SIP", "Sip"... (also the above code doesn't match "sips" protocol).
In any openser.cfg the RURI is matched using: if $ru == "^sip:0034[0-9]+@"
This contains the same problem as above explained.
I'm really sorry, OpenSer does it OK, it matches "sip", "SIP" in case insensitive. ;)