]> 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)
committerHenning Westerholt <hw@gilawa.com>
Thu, 4 May 2023 14:56:55 +0000 (14:56 +0000)
commit8711c84e3c92ac10a62fc412733419bc2ba82400
treeb4d11347ea728b4d980f44e90d502d5cc31ce4e4
parentfa18f2d71e431a428b4cc3a412fb14184780a2f9
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.
res/res_pjsip_session.c