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
Hello,
is the MSRP relay supposed to generate a REPORT request? Or it just forwarding them? At a very quick look, the examples with REPORT show them being generated by endpoints.
Cheers, Daniel
On 11.03.19 12:16, Nacho Garcia wrote:
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.%C2%A0 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
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users