What about:

if (parse_sip_msg_uri(msg) < 0) {
    LM_ERR("Error while parsing the Request-URI\n");
    goto error;
}
ruri = GET_URI(msg);


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