Seems to work fine with
```
/* ----- path params ------------------------------------------------------- */
modparam("path", "use_received", 1)
```
and
```
/* ----- path params ------------------------------------------------------- */
modparam("path", "use_received", 1)
modparam("path", "enable_r2", 1)
modparam("path", "received_format", 0)
```
How does `modparam("path", "received_format", 0)` suppose to work? Is
manual parsing required?
--
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/issues/1205#issuecomment-321045163