[sr-dev] [tracker] Comment added: pua_reginfo: Duplicate contacts in the location table

sip-router bugtracker at sip-router.org
Tue Oct 8 10:03:55 CEST 2013


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#350 - pua_reginfo: Duplicate contacts in the location table
User who did this - Wonbin Cho (wbcho)

----------
The original code used an AOR in full URI form (all the time) to determine the retrieved contact exists in the location table.
In the following line:
<code>result = ul.get_urecord(domain, &aor, &ul_record);</code>
The "aor" here refers to "sip:alice at example.com" whereas the same contact already exists with an AOR "alice" in the location table. (if `use_domain` param is disabled)
This results in inserting the same contacts repeatedly.
----------

More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=350#comment1105

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the sr-dev mailing list