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/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.
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://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.
Hello,
as there were many spamming accounts created in the wiki, used to add
inappropriate content (http://www.kamailio.org/wiki/start?do=recent), I
went through them and deleted those having more like random name and
random id for email addresses.
Hopefully I haven't deleted any valid account, but if you try yours and
does not work, try to create it again.
If you still have troubles, write me mentioning the account id.
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference, April 16-17, 2013, Berlin
- http://conference.kamailio.com -
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 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…
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 future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#270 - app_lua: add rpc reload command
User who did this - Daniel-Constantin Mierla (miconda)
----------
Meanwhile I pushed your previous patches plus a change on how the local array is defined, being moved as global variable to avoid allocation for each execution at runtime. Now all in master.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=270#comment810
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.