]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:08:22 +0000 (16:08 +0000)
commitc98ac2c6f339d92183410636f259d4c29d87fd20
tree33af22378e34bf33f10f83bbc1fb042f62028dca
parentc521337a1fbd4990d7a96bc2c9a26c6897b9f29f
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