MT#64789 Content-ID value format compliance

Content-ID header value in the SIP/MIME payload is non-compliant
with specifications.
Fix removes the extra 'cid:' chars and wraps value in '<>' making it
compliant to the specifications.

Change-Id: I894789ddab1f5f95ebc1074341604ed0f3f38881
(cherry picked from commit a8b4800d89)
mr14.1
Talha Omair 2 months ago
parent 8b2ac70344
commit 8aa1cafa09

@ -26,7 +26,7 @@ messages:
- 'a=ptime:50'
- '--unique-boundary-1'
- 'Content-Type: application/pidf\+xml'
- 'Content-ID: cid:\d+@invite-emergency-pidflo.scenarios.test'
- 'Content-ID: <\d+@invite-emergency-pidflo.scenarios.test>'
- 'Content-Disposition: by-reference;handling=optional'
- '<\?xml version="1.0" encoding="UTF-8"\?>'
- '<presence'
@ -78,7 +78,7 @@ messages:
- '</presence>'
- '--unique-boundary-1'
- 'Content-Type: application/emergencyCall.ProviderInfo\+xml'
- 'Content-ID: cid:\d+@invite-emergency-pidflo.scenarios.test'
- 'Content-ID: <\d+@invite-emergency-pidflo.scenarios.test>'
- 'Content-Disposition: by-reference;handling=optional'
- '<\?xml version="1.0" encoding="UTF-8"\?>'
- '<emergencyCall.ProviderInfo xmlns="urn:ietf:params:xml:ns:emergencyCall.ProviderInfo">'

Loading…
Cancel
Save