[SR-Users] Entries in PUA List and RLS Watchers List
Juha Heinanen
jh at tutpro.com
Tue Oct 23 07:44:11 CEST 2012
Sangeeta Shah writes:
> Only error I see in the syslog:
> Oct 22 15:22:22 RCS-Presence /usr/local/sbin/kamailio[11745]: ERROR:
> db_mysql [km_dbase.c:122]: driver error on query: Duplicate entry
> '1350937406' for key 'expires_idx'
if this comes from pua table, check that the index has been defined like
this:
CREATE INDEX expires_idx ON pua (expires)
i.e., the index should not be unique. if i remember correctly, the
index was unique at some point, which it should not have been.
-- juha
More information about the sr-users
mailing list