]> 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:38:49 +0000 (13:38 -0500)
commit02dee3986a6baccea7f1fe6c97b42ecd736c5008
tree0c8173bdd1cd3485e9fe208b9cc5de3300b3499e
parentc7df06a07744216b165795e99f4efe2e65d9a3d2
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