]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_diversion: fix double 181
authorTorrey Searle <tsearle@voxbone.com>
Thu, 24 Sep 2020 14:54:08 +0000 (16:54 +0200)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 29 Sep 2020 12:24:37 +0000 (07:24 -0500)
commitc470327e6ca239ce4ddc74600a34484276e928b0
tree665371c2b68792bb1610e46229a8e46973f1dd9e
parent5929e0ccbd1cbcca41b47cd21de1e0c5406fbfbc
res_pjsip_diversion: fix double 181

Arming response to both AST_SIP_SESSION_BEFORE_REDIRECTING and
AST_SIP_SESSION_BEFORE_MEDIA causes 302 to to be handled twice,
resulting in to 181 being generated.

Change-Id: I866e5461564644ffb8a5e12b6f1330b50a7b63ab
res/res_pjsip_diversion.c