[sr-dev] [tracker] Comment added: Bug in tm with topoh modules - segfault on callid comparison.

sip-router bugtracker at sip-router.org
Tue Feb 4 05:51:40 CET 2014


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 at 127.0.0.1";
        $uac_req(turi)="sip:" + "bbb at 127.0.0.1";
        $uac_req(hdrs)="Contact: <sip:aaa at 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.



More information about the sr-dev mailing list