]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_session: Don't aggressively terminate on failed re-INVITE.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 18 Aug 2020 09:36:05 +0000 (06:36 -0300)
committerKevin Harwell <kharwell@digium.com>
Tue, 25 Aug 2020 18:39:42 +0000 (13:39 -0500)
commiteaed23b340ab4dd15b25319878200ba2832c2660
tree556c5713612f71dd2ac813d58572c34de6eeec68
parent32b593c3251b5c2ae5a62814ae082915138f2606
res_pjsip_session: Don't aggressively terminate on failed re-INVITE.

Per the RFC when an outgoing re-INVITE is done we should
only terminate the dialog if a 481 or 408 is received.

ASTERISK-29033

Change-Id: I6c3ff513aa41005d02de0396ba820083e9b18503
res/res_pjsip_session.c