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 or view it on GitHub:
https://github.com/kamailio/kamailio/pull/778#issuecomment-247047155