<div dir="ltr"><div dir="ltr">On Fri, Dec 27, 2019 at 2:00 PM Greg Troxel <<a href="mailto:gdt@lexort.com">gdt@lexort.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dovid Bender <<a href="mailto:dovid@telecurve.com" target="_blank">dovid@telecurve.com</a>> writes:<br>
<br>
> So long as the tcp socket is open your SBC should send the call back over<br>
> the same socket. Now it can be that your SBC is seeing the socket as<br>
> timing out. If you are using Kamailio you can have it send tcp keep alives<br>
> every so often so that the socket stays up.<br>
<br>
SBC?<br>
<br>
I am curious if the "reuse registration TCP connection" is required by<br>
standards or if it is merely obviously good practice.<br>
<br>
I have had this problem too with asterisk 16.5.0<br>
<br>
This is not the first recommendation I have seen to use kamailio as a<br>
proxy for asterisk, for these sorts of issues as well as clients that<br>
change addresses.  Unfortunately the "jsr pc, set_up_kamailo" subroutine<br>
call is still executing so I can't say if things work right then...<br></blockquote><div><br></div><div>There is a specification for doing it, but it's not required by the main SIP RFC. In fact the main one states that you're supposed to establish an outgoing connection to the address in the Contact header. In practice, though, this is futile as generally NAT Is in use so you can't connect back and thus you reuse the connection. The chan_sip module should do this automatically, while chan_pjsip will do this if "rewrite_contact" is set to yes.</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-family:tahoma,sans-serif"><font color="#073763">Joshua C. Colp</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Asterisk Technical Lead</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Sangoma Technologies</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Check us out at <a href="http://www.sangoma.com" target="_blank">www.sangoma.com</a> and <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a></font><br></div></div></div></div></div></div></div></div></div></div></div>