Hi guys,

if I the rptengine_manage function with the flag via-branch=2 is called, I get 
a reproduceable coredump.
We use version 2.1.2. I tried also the latest git checkout.

The error happens just on the first INVITE:
route[R_INVITE]
{
    send_reply("100", "Trying");
    create_dialog();
    topology_hiding("UC");

    route("R_RTPENGINE_MANAGE");
    xlog("L_INFO", "JULIAN - LF_BASE");
    route(R_INVITE_FIND_CALLEE);
    exit;
}

route[R_RTPENGINE_MANAGE]
{
    xlog("L_INFO", "Rtpengine managed");
    rtpengine_manage("replace-origin replace-session-connection ICE=remove 
via-branch=2");


Then in the log:
Mar  8 11:02:08 OpenSIPS[10267]: Rtpengine managed
Mar  8 11:02:08 OpenSIPS[10256]: INFO:core:handle_sigs: child process 10267 
exited by a signal 11
Mar  8 11:02:08 OpenSIPS[10256]: INFO:core:handle_sigs: core was generated
Mar  8 11:02:08 OpenSIPS[10256]: INFO:core:handle_sigs: terminating due to 
SIGCHLD

Kind regards,
Julian Santer
Raiffeisen OnLine




_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to