Fix sip instance in REGISTER reply#3886
Conversation
|
@liviuchircu @bogdan-iancu Hi! Maybe one of you could check this one and consider it to be included? Thanks a lot. Damien |
1dceb26 to
b0c3005
Compare
It should be surrounded by angle brackets following section 4.1 from RFC
5626:
[RFC3840] defines equality rules for callee capabilities parameters,
and according to that specification, the "sip.instance" media feature
tag will be compared by case- sensitive string comparison. This means
that the URN will be encapsulated by angle brackets ("<" and ">") when
it is placed within the quoted string value of the "+sip.instance"
Contact header field parameter.
b0c3005 to
8bc3d01
Compare
|
Hello, Any interest here? Thanks |
|
@bogdan-iancu Hi, could you consider this pull request? It seems trivial. Thanks. |
|
Hi @dsandras , this is on @liviuchircu 's todo list, he will check on it and update. Thanks ! |
|
Hi @bogdan-iancu thanks! |
|
Hi @dsandras! I finally took some time to look into this one. The fix is quite specific, as it addresses only REGISTER packets with Now, on the actual fix: I added a couple unit tests and tested the GRUU stuff, with the |
|
Thanks @liviuchircu ! |
The SIP Instance of the 200 OK response is not correctly formatted.
It should be surrounded by angle brackets following section 4.1 from RFC
5626:
Summary
Details
Solution
Compatibility
Closing issues