<div dir="ltr"><div>Thanks for the explanation Richard! Much appreciated! Sorry I didn't read the documentation properly....<br></div><div>I agree the network should be more reliable, but I will investigate if those parameters can help me.<br></div><div>That's good news about the HTTP and websocket support! Looking forward to it!<br></div><div><br></div><div>Thank you!<br></div><div>Kind regards!</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 3 Sep 2020 at 22:34, Richard Fuchs <<a href="mailto:rfuchs@sipwise.com">rfuchs@sipwise.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
<div>On 02/09/2020 19.30, Patrick Wakano
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>Hello list,</div>
<div>Hope you are all well.</div>
<div><br>
</div>
Under some load test simulations I've been facing cases where
the command Kamailio sends to RTPEngine times out with such
message:<br>
<div><span style="font-family:monospace">send_rtpp_command():
timeout waiting reply for command "" from RTP proxy</span></div>
<div>After checking RTPEngine logs, I can see the command was
received and a reply was sent, so I am thinking the reply
packet could have been lost somewhere in the network (they are
in different servers). So my question is, how resilient is the
RTPEngine NG protocol to handle packet loss situations? I saw
TCP is not supported, so are there UDP retransmissions in
place to guarantee packet delivery? Any ideas to make this
connection more reliable?</div>
</div>
</blockquote>
<p>The module automatically resends the command a number of times if
no reply was received within the timeout period. The modparam
`rtpengine_retr` is how many times a command is resent, and
`rtpengine_tout_ms` is how long it waits (in ms) each time for a
reply.</p>
<p>If you don't get a reply even after multiple retries, you might
have an underlying network issue. Most often this is due to broken
IP fragmentation in the network.<br>
</p>
<p>We're currently working on adding HTTP and Websocket support to
rtpengine, so this could be used in the future as control protocol
from Kamailio instead of UDP, even though in a properly
functioning network there's no reason why UDP shouldn't be as
reliable as TCP.</p>
<p>Cheers<br>
</p>
</div>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>