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 _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users