[sr-dev] [tracker] Comment added: registrar: memory and db get not synced

sip-router bugtracker at sip-router.org
Fri Nov 1 09:28:08 CET 2013


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#351 - registrar: memory and db get not synced
User who did this - Daniel-Constantin Mierla (miconda)

----------
It seems that now updating contacts without instance will not work anymore. There is a condition in db_update_ucontact_instance() filtering on instance:

<code>
+	if(_c->instance.len<=0) {
+		LM_ERR("updating record in database failed - empty instance\n");
+		return -1;
+	}
</code>

I guess it has to be on instance if instance exists, otherwise to be done old way with address.
----------

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

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