[OpenSIPS-Users] event_route DLG_state ERROR

Антон Ершов suharik71 at gmail.com
Mon Sep 23 14:26:51 EDT 2019


Hello friends!
I try to catch dialog state changes in event_route and get an error.
opensips version 3.0.0.20190922.571112e37-1.el7

conf.

event_route[E_DLG_STATE_CHANGED] {
    switch($param(new_state)){
        case 4:
            xlog("L_INFO", "[$ci] - dialog Esteblished \n");
            break;

        case 5:
            xlog("L_INFO", "[$ci] - dialog end \n");
            break;
    }
}

at startup opensips get this error

kernel: opensips[12853]: segfault at 0 ip 00007f07b7fba55b sp
00007ffce9a66d80 error 4 in dialog.so[7f07b7fa1000+76000]

this is my configuration error or bug?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20190923/8073fd62/attachment.html>


More information about the Users mailing list