Hi, I would like to modify parser/parse_content to add support for the ISUP
subtype. (Thay way I can retrive it as SUBTYPE_ISUP instead of
SUBTYPE_UNKNOWN). Can you guys confirm the following modification is ok?
Torrey
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)
----------
At this point we cannot revert the version in production to try to check the queries. We had a different problem in 3.1 where only fraction of the records (25%) in memory were written back to the database.
Regardless of what 3.1 did, do we agree that the DB matching is incorrect in 3.3? Should the DB matching behave the same as in-memory matching?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=278#comment822
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.
wheezy control file has build dependency on liblua5.1-0-dev. wheezy
also has liblua5.2-dev. is there some reason that prevents upgrading
the version to 5.2?
-- juha
Hi!
I just tested and noticed that SNMPstats doesn't list any IPv6 interfaces we listen to. The OID seems to contain the IPv4 address, which doesn't really make sense in IPv6 and the code (using lib/kcore/statistics.h) assumes an IP address is four bytes long. I will have to google around to find out where this syntax came from and how we can implement something supporting IPv6 too.
I will start a wiki page where we can list modules and core code that has IPv6 issues that needs to be fixed. We need to make sure that new modules does not have any problems with IPv6 and also new transports, like WS.
Cheers!
/O
Module: sip-router
Branch: master
Commit: 75dfe341aba8bdc6f0ead4f060f05c34c69e267e
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75dfe34…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Sun Apr 7 10:03:12 2013 +0200
snmpstats Avoid compiler warnings with older versions of net-snmp
Centos has an older version of net-snmp that has slightly different
structure definitions than the current one.
---
modules/snmpstats/kamailioNet.c | 78 ++++++++++++++++++------------------
modules/snmpstats/kamailioServer.c | 48 +++++++++++-----------
2 files changed, 63 insertions(+), 63 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=75d…