THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#389 - libsrdb1.so.1.0 in multiple debian packages
User who did this - Torrey Searle (tsearle)
----------
I was able to resolve the issue for me by modifying the debian/rules file as follows
-LIBDIR ?= lib
+LIBDIR ?= lib64
alternatively if you do 'make deb' instead of dpkg-buildpackage then the LIBDIR gets correctly set
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=389#comment1287
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#390 - Bug in tm with topoh modules - segfault on callid comparison.
User who did this - Nick Altmann (nikbyte)
----------
It reproduced only with modparam("tm", "callid_matching", 1)
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=390#comment1286
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#390 - Bug in tm with topoh modules - segfault on callid comparison.
User who did this - Nick Altmann (nikbyte)
----------
The problem can be reproduced also without topoh module... The simple script to do it:
loadmodule "timer.so"
modparam("timer", "declare_timer", "ORIGINATE=ORIGINATE,500,slow,enable");
route {
xlog("L_INFO", "[MAIN] Incoming request LOGHDR$mb");
$ru = "sip:127.0.0.1:6060";
t_relay();
exit;
}
route[ORIGINATE] {
$var(rip) = "127.0.0.1";
$uac_req(method)="INVITE";
$uac_req(ruri)="sip:127.0.0.1:5060";
$uac_req(furi)="sip:" + "aaa(a)127.0.0.1";
$uac_req(turi)="sip:" + "bbb(a)127.0.0.1";
$uac_req(hdrs)="Contact: <sip:aaa@127.0.0.1>\r\n";
uac_req_send();
exit;
}
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=390#comment1285
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.
Hi,
seems like CDP module is giving us hard time in last few days. For some
reason s-cscf and i-cscf is loosing connection to HSS and is not even
trying to close socket nor trying to reconnect back. Here is what I see
on the kamailio node:
Name : kamailio Relocations: (not relocatable)
Version : 4.2.0 Vendor: kamailio.org
Release : dev0.0.el6 Build Date: Wed Dec 18
12:46:11 2013
[root@kamailio-4-1-staging kamailio]# netstat -apn | grep 3868
tcp 0 0 10.96.173.17:34915 10.96.173.18:3868
CLOSE_WAIT 10087/kamailio
tcp 0 0 10.96.173.17:35361 10.96.173.18:3868
CLOSE_WAIT 19308/kamailio
[root@kamailio-4-1-staging kamailio]#
and HSS:
[root@hss-config-staging phss-sop]# netstat -apn | grep 3868
tcp 0 0 10.96.173.18:3868 0.0.0.0:*
LISTEN 10549/ugc_server
[root@hss-config-staging phss-sop]#
I have core files (created by gcore) if this helps.
thanks
Dan
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you for understanding.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#390 - Bug in tm with topoh modules - segfault on callid comparison.
User who did this - Daniel-Constantin Mierla (miconda)
----------
The output for "bt full"?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=390#comment1283
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#390 - Bug in tm with topoh modules - segfault on callid comparison.
User who did this - Nick Altmann (nikbyte)
----------
modparam("topoh", "mask_key", "3hQCv2piFmHNzJDEEFKz")
modparam("topoh", "mask_ip", "10.10.10.10")
modparam("topoh", "mask_callid", 1)
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=390#comment1282
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.