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".0.1";
$uac_req(turi)="sip:" + "bbb(a)127.0.0.1".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#comment1…
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.