]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_pjsip: Disable SSRC change for WebRTC endpoints.
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 21 Oct 2025 15:34:23 +0000 (09:34 -0600)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 27 Oct 2025 17:41:18 +0000 (17:41 +0000)
commitdb7988e540b8259363e0630411cc9e5045c92ab3
tree7cb24425b8cd2d8fb68618513bae5324d5d66006
parent4da19a94596d2d351927ed1315215f4dcf8d7306
chan_pjsip: Disable SSRC change for WebRTC endpoints.

Commit b333ee3b introduced a fix to chan_pjsip that addressed RTP issues with
blind transfers and some SBCs.  Unfortunately, the fix broke some WebRTC
clients that are sensitive to SSRC changes and non-monotonic timestamps so
the fix is now disabled for endpoints with the "bundle" parameter set to true.

Resolves: #1535
channels/chan_pjsip.c