]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Only invoke unidentified endpoint logic when unidentified. 63/3863/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:43:58 +0000 (10:43 +0000)
commit7580a736bb30577d7557aac9165894dc9f9583e6
tree54a6ec40bc5821440667c4e404ea0f2d26c76bfc
parentefcfc4c1eeecb5b05b3387d23a1e020514aad527
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