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@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#comment1…
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.