strange, I did un-commented that line. Please see snippet below.

else if(is_method("PUBLISH"))
    {
            if(has_body("application/vq-rtcpxr") && $(rb{s.substr,0,1}) != "x") {
                    $var(table) = "report_capture";
                    $var(callid) = $(rb{re.subst,/(.*)CallID:([0-9A-Za-z@-]{5,120})(.*)$/\2/s});
                    xlog("CALLID: $var(callid)");

#!ifdef KAMAILIO_4_3
xlog("report_capture is not in < 4.3");
#!else


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.