]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Fix multiple of the same contact in "pjsip show contacts".
authorJoshua Colp <jcolp@digium.com>
Thu, 1 Aug 2019 10:07:45 +0000 (10:07 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 1 Aug 2019 10:21:38 +0000 (05:21 -0500)
commitc2b135729caad2c08526fabeca80f7e519aca2a2
treea6e2495ade87e7cc668d724bd29c156889db3a4b
parent8de36bfa41d667a2b31c2b80f44e764092b539cd
res_pjsip: Fix multiple of the same contact in "pjsip show contacts".

The code for gathering contacts could result in the same contact
being retrieved and added to the list multiple times. The container
which stores the contacts to display will now only allow a contact
to be added to it once instead of multiple times.

ASTERISK-28228

Change-Id: I805185cfcec03340f57d2b9e6cc43c49401812df
res/res_pjsip/location.c