Comment #7 on issue 2269 by [email protected]: Wrong Contact header scheme
URI in case TLS call with 'sip:' scheme
http://code.google.com/p/mobicents/issues/detail?id=2269
Jean,
it was found that the same problem appears in case B2B-ing REGISTER(see at
the Contact URI):
------------------------------------
java.lang.IllegalStateException: Error sending request REGISTER
sip:192.168.252.50:5061;transport=TLS SIP/2.0
To: "test1" <sip:192.168.252.60>
From: "test1"
<sip:192.168.252.60>;tag=73871924_c5f60b3f_5f5a6588-572e-4a0b-9884-1abfd00fda3a
Contact: "test1"
<sips:192.168.252.60:5061;transport=tls>;+sip.instance="<urn:uuid:B292977C-B768-11DF-A82D-4530D98C9388>"
...
Content-Length: 0
-----------------------------------------
Tested on latest build
So I think we can reopen the issue.
Thanks!