<div dir="auto">The solution is much more simple.. Register peers through the intermidiary proxy using the sip PATH extension. Not only will asterisk show the address=original IP of the peer but also the RTT.<div dir="auto"><br></div><div dir="auto">Cheers, </div><div dir="auto">Sergiu </div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jan 15, 2019, 5:29 AM Daniel Tryba <<a href="mailto:d.tryba@pocos.nl">d.tryba@pocos.nl</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, Jan 13, 2019 at 10:08:31PM +0300, Soltanici Ilie wrote:<br>
> With Asterisk, we are able to get some peer round-trip connection statistic by setting qualify=yes for the specified peer. <br>
> It sends periodic OPTIONS to the peer and calculates the time round trip time.<br>
> It's something like - "Status: OK (30 ms)".<br>
> Is there any way to achieve this in Kamailio by using nathelper??module, or any other?<br>
<br>
I think the only way to do this is to make this yourself (tm). In your<br>
favorite scripting language, query the locations and fire OPTIONS and<br>
measure the time for a response (if any) on basis of the "random" callid<br>
you create. If you route these requests through kamailio you will<br>
prevent any NAT problems or connection with TCP endpoints.<br>
<br>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank" rel="noreferrer">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>