[asterisk-bugs] [JIRA] (ASTERISK-28452) pjsip: <sess-version> of SDP is not incremented though SDP may be changed on reinvite without SDP offer
Michael Maier (JIRA)
noreply at issues.asterisk.org
Tue Jun 18 08:26:47 CDT 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Maier updated ASTERISK-28452:
-------------------------------------
Attachment: sdp-version.patch
Quick fix:
This patch always increments the SDP version before it's sent out. This fixes the problem and calls to 116116 are working now as expected (without this patch, calls are dying - 116116 is an emergency number in Germany).
It would be better to check if the version has been already incremented or if it's really necessary (because SDP changed) - but this isn't a failure as such if it's done regardless.
> pjsip: <sess-version> of SDP is not incremented though SDP may be changed on reinvite without SDP offer
> -------------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-28452
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28452
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: pjproject/pjsip, Resources/res_pjsip_sdp_rtp
> Affects Versions: 16.3.0
> Environment: CentOS 7
> Reporter: Michael Maier
> Severity: Minor
> Labels: patch, pjsip
> Attachments: sdp-version.patch, wrong-SDP-sess-version.txt
>
>
> During late / delayed offer as part of a reInivte during an outbound call, the SDP sent to the provider in the 200 OK is changed compared to the initial INVITE - but the <sess-version> isn't incremented. This is against RFC6337, 5.2.5. Subsequent Offers and Answers.
> See the attached Trace!
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list