]> 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:41 +0000 (14:56 +0000)
commit37a41a2a20688a0c0c84d0d3a888f0b598e12060
tree104c125c73ab0041da6623867e177ce503052b0f
parent8d3d8fcdcd79401dc14c497c251e565fa4481e41
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