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

sip-router bugtracker at sip-router.org
Fri Nov 1 10:27:38 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 - Víctor Seva (linuxmaniac)

----------
Are you saying something like this?

<code>
@@ -1032,7 +1226,12 @@ int db_update_ucontact_ruid(ucontact_t* _c)
 int db_update_ucontact(ucontact_t* _c)
 {
        if(ul_db_ops_ruid==0)
-               return db_update_ucontact_addr(_c);
+               if (_c->instance.len<=0) {
+                       return db_update_ucontact_addr(_c);
+               }
+               else {
+                       return db_update_ucontact_instance(_c);
+               }
        else
                return db_update_ucontact_ruid(_c);
 }
</code>

----------

One or more files have been attached.

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

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