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 was checking the sources and I haven't seen any change in how the db update/delete of the records is done between 3.1 and 3.3. Maybe you can see how is the sql query for 3.1 in such case and compare with what you got for 3.3.
You can look also in the sources, in modules_k/…
[View More]usrloc, maybe I overlooked something.
I started a discussion on mailing list to decide about this case, you can join on sr-users.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=278#comment812
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.
[View Less]
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 - Jordan (jordan)
----------
When you say that the situation is due to client behaviour, do you mean the UAC sending REGISTERs?
This is happening to a large number of UACs on our network and I'm fairly certain that it was not a problem before our upgrade.
----------
More information can be found at the following URL:
http:/…
[View More]/sip-router.org/tracker/index.php?do=details&task_id=278#comment811
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.
[View Less]
Module: sip-router
Branch: master
Commit: 9a0e58667f705197b8e5291b54909fd370b2b7ab
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a0e586…
Author: Hugh Waite <hugh.waite(a)crocodile-rcs.com>
Committer: Hugh Waite <hugh.waite(a)crocodile-rcs.com>
Date: Fri Mar 29 14:07:59 2013 +0000
modules/rtpproxy: Add database support to rtpproxy
- If db_url modparam is set rtpproxy sets will be loaded from database
- If the instance is marked as disabled in …
[View More]database it will be loaded as disabled
- Currently no persistence (enable/disable MI command does not affect DB)
- Loaded during mod_init - cannot be reloaded at runtime (as before)
---
modules/rtpproxy/Makefile | 1 +
modules/rtpproxy/README | 528 +++++++++++++++++--------------
modules/rtpproxy/doc/rtpproxy_admin.xml | 46 +++-
modules/rtpproxy/rtpproxy.c | 241 ++++++++-------
modules/rtpproxy/rtpproxy.h | 9 +
modules/rtpproxy/rtpproxy_db.c | 169 ++++++++++
6 files changed, 641 insertions(+), 353 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=9a0…
[View Less]
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#270 - app_lua: add rpc reload command
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Implemented
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=270
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 …
[View More]future, you can change your notification settings at the URL shown above.
[View Less]