Commit 8bc3d01
committed
opensips: Fix SIP Instance according to RFC 5626
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.1 parent 1898621 commit 8bc3d01
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
345 | | - | |
| 344 | + | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
0 commit comments