]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Only invoke unidentified endpoint logic when unidentified. 64/3864/2
authorJoshua Colp <jcolp@digium.com>
Fri, 9 Sep 2016 10:39:51 +0000 (10:39 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 9 Sep 2016 10:44:55 +0000 (05:44 -0500)
commit236761a5b2efc54a5baa32febdaa869a669c7ce7
tree087690173f4142eee637535a188335c7608d0744
parentd7d22a2be5fdbbfb7339d8f13aa279a284a27e5e
res_pjsip: Only invoke unidentified endpoint logic when unidentified.

The code was incorrectly invoking the unidentified logic when
an endpoint had actually been identified, causing log messages
to be output.

ASTERISK-26349 #close

Change-Id: Id8104fc9e3d138d5e8b6f6977ecc08765fd17d4f
res/res_pjsip/pjsip_distributor.c