The formatting was messed up by github :(
Here's the correct header that failed to be parsed
````
$ct=["test" 
<sip:test@192.168.2.113:34184;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:ed409b05-1872-36ee-8ba0-865cb642250b>"]
$var(ct_nameaddr_params)=[reg-id=1;+sip.instance="<urn:uuid:ed409b05-1872-36ee-8ba0-865cb642250b>]
````

The header is properly formated:
````
Contact:"test" 
<sip:test@192.168.2.113:34184;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:ed409b05-1872-36ee-8ba0-865cb642250b>"
````

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/228#issuecomment-42702899
_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to