THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#278 - usrloc module stops updating some records in db_mode 2 User who did this - Daniel-Constantin Mierla (miconda)
---------- I just pushed some patches to git master branch. Set db_ops_ruid parameter of usrloc module to 1 and give it a try.
It enables doing queries to database for update/delete of records using ruid in WHERE instead of values for aor, contact and call-id. ----------
More information can be found at the following URL: http://sip-router.org/tracker/index.php?do=details&task_id=278#comment85...
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.
sip-router writes:
It enables doing queries to database for update/delete of records using ruid in WHERE instead of values for aor, contact and call-id.
daniel,
did you also add location table index on ruid?
-- juha
Iirc, there is already an unique index on ruid - should be the reason you got the db error messages.
Cheers, Daniel
Daniel-Constantin Mierla http://www.asipto.com
On 24 Apr 2013, at 19:02, Juha Heinanen jh@tutpro.com wrote:
sip-router writes:
It enables doing queries to database for update/delete of records using ruid in WHERE instead of values for aor, contact and call-id.
daniel,
did you also add location table index on ruid?
-- juha
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Daniel-Constantin Mierla writes:
Iirc, there is already an unique index on ruid - should be the reason you got the db error messages.
yes of course. too many things going on at the same time.
i tested and i don't anymore get the riud index error with pjsua. so looks like the problem is solved.
-- juha