]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_pjsip: also return all codecs on empty re-INVITE for late offers (#59)
authorHenning Westerholt <hw@gilawa.com>
Thu, 4 May 2023 14:55:37 +0000 (16:55 +0200)
committerGitHub <noreply@github.com>
Thu, 4 May 2023 14:55:37 +0000 (08:55 -0600)
commit1a7866b172b3ef2853d3ab4fb2e2229d29a50082
tree149d15cda6e32957fc6ccdfb97456426b560723b
parentcd48733353a64ca7e404b9c8834e18f5615c340c
chan_pjsip: also return all codecs on empty re-INVITE for late offers (#59)

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