Hi all,
I'm just trying to use Kamailio as an MSRP relay with MSRP module
https://www.kamailio.org/docs/modules/5.1.x/modules/msrp.html. I'm trying
to set up
https://tools.ietf.org/html/rfc4976#section-6.4.1 and
https://tools.ietf.org/html/rfc4976#section-6.4.3 behavior. I was able to
read the "Failure-Report" header value and using it accordingly with:
```
is_present_hf("Failure-Report") && $hdr(Failure-Report) ==
"Yes"
```
But the problem I have is, how can I generate a new REPORT message to be
sent to the origin? I just can do `msrp_relay` or `msrp_reply`.
Thanks for your help!
Nacho García Segovia