]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_pjsip: also return all codecs on empty re-INVITE for late offers
authorHenning Westerholt <hw@gilawa.com>
Wed, 3 May 2023 09:19:35 +0000 (09:19 +0000)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 8 May 2023 18:13:36 +0000 (18:13 +0000)
commitac747ce562b938d6c6b6fae7cb581b01754787c0
treea4f34b9d198020ce57a4c8609651d917f4fda9e8
parent21ee5f705a5178c854be8db85b41d737c17afa00
chan_pjsip: also return all codecs on empty re-INVITE for late offers

We should also return all codecs on an re-INVITE without SDP for a
call that used late offer (e.g. no SDP in the initial INVITE, SDP
in the ACK). Bugfix for feature introduced in ASTERISK-30193
(https://issues.asterisk.org/jira/browse/ASTERISK-30193)

Migration from previous gerrit change that was not merged.

(cherry picked from commit 37a41a2a20688a0c0c84d0d3a888f0b598e12060)
res/res_pjsip_session.c