Closed ajsyp closed 5 years ago
Some SBCs (such as Dialpad) seem to include a more verbose Content-type in the SDP body of the SIP INVITE, such as Content-Type: application/sdp;charset=ISO-10646. This PR adds more flexible parsing behavior for these sorts of headers.
Content-type
Content-Type: application/sdp;charset=ISO-10646
Some SBCs (such as Dialpad) seem to include a more verbose
Content-type
in the SDP body of the SIP INVITE, such asContent-Type: application/sdp;charset=ISO-10646
. This PR adds more flexible parsing behavior for these sorts of headers.