]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2021-007 - res_pjsip_session: Don't offer if no channel exists.
authorJoshua C. Colp <jcolp@sangoma.com>
Wed, 28 Apr 2021 12:36:35 +0000 (09:36 -0300)
committerGerrit <noreply@gerrit.asterisk.org>
Thu, 22 Jul 2021 18:27:02 +0000 (13:27 -0500)
commit523a79528932e63c6aaad2fffb3fa08427f8f920
tree19eb236c1b38e8fcac3ee54acb958f9df531f063
parent2c3defc6c62eaee833b5986d9d11d98e4ab2468e
AST-2021-007 - res_pjsip_session: Don't offer if no channel exists.

If a re-INVITE is received after we have sent a BYE request then it
is possible for no channel to be present on the session. If this
occurs we allow PJSIP to produce the offer instead. Since the call
is being hung up if it produces an incorrect offer it doesn't
actually matter. This also ensures that code which produces SDP
does not need to handle if a channel is not present.

ASTERISK-29381

Change-Id: I673cb88c432f38f69b2e0851d55cc57a62236042
res/res_pjsip_session.c