]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_pjsip_nat: Fix logic for REINVITES
authorTorrey Searle <torrey@voxbone.com>
Wed, 24 Oct 2018 12:38:37 +0000 (14:38 +0200)
committerJoshua Colp <jcolp@digium.com>
Thu, 15 Nov 2018 11:35:00 +0000 (07:35 -0400)
commitda4879443b1788f77c1eb0bc8d3993283d962513
treeccd0696c9c68ae89c0f64b6a1335c4b0c85698d4
parent2c35dfc50263660c54809d5dc46dabe05719f238
res/res_pjsip_nat: Fix logic for REINVITES

The presence of Record-Route in re-invites is optional, thus it is
important to make sure the dialog doesn't have a routset before
rewriting the contact header.

ASTERISK-28129 #close

Change-Id: Ic8ceb54ccfc93f7e315e476c514a2c777f2da7dc
res/res_pjsip_nat.c