]> 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:11:49 +0000 (04:11 -0600)
commit20459d4cacc94335b7e39ed696f336c521f872ba
tree000c535ad5838639b45a2b618ca49d275830115c
parent7300bdd382ee9235bdc6403d9921e9e12c3e3b65
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