<div dir="ltr">Hello!<div>Please help me resolving the nasty issue,</div><div><br></div><div>OpenSIPS have been setup as a proxy in front of 3xFreeSWITCH servers passing managing all of the requests to them for further handling, including </div>
<div>REGISTRATION requests, using DISPATHER</div><div><br></div><div>the problem is:<br></div><div>After a certain while (may vary from minutes to days) OPENSIPS treat the remote media servers as DEAD</div><div><br></div>
<div><div>root@sipproxy:/# opensipsctl dispatcher dump</div><div>SET_NO:: 1</div><div>SET:: 1</div><div>        URI:: sip:<a href="http://192.168.100.10:5060">192.168.100.10:5060</a> flag=P</div><div>        URI:: sip:<a href="http://192.168.100.11:5060">192.168.100.11:5060</a> flag=P</div>
<div>        URI:: sip:<a href="http://192.168.100.12:5060">192.168.100.12:5060</a> flag=P</div></div><div><br></div><div>and even unable to SIP-PING them via</div><div>opensipsctl ping sip:</div><div><br></div><div><div>
root@sipproxy:/# opensipsctl ping sip:<a href="http://192.168.100.10:5060">192.168.100.10:5060</a></div><div>408</div></div><div><br></div><div>at the same time servers are alive, and easily pingable if external tool is used</div>
<div><div><br></div><div>root@sipproxy:~# sipsak -s sip:<a href="http://62.122.137.50:5060">62.122.137.50:5060</a> -v</div><div>SIP/2.0 200 OK</div></div><div>... (cut)...</div><div><br></div><div>but after opensips is restarted (or sometimes by itself in a few minutes!) - everything becomes fine... for a while again.<br>
</div><div><br></div><div>root@sipproxy:/# service opensips restart<br></div><div><br></div><div>root@sipproxy:/# opensipsctl dispatcher dump<br></div><div><div>SET_NO:: 1</div><div>SET:: 1</div><div>        URI:: sip:<a href="http://192.168.100.10:5060">192.168.100.10:5060</a> flag=A</div>
<div>        URI:: sip:<a href="http://192.168.100.11:5060">192.168.100.11:5060</a> flag=A</div><div>        URI:: sip:<a href="http://192.168.100.12:5060">192.168.100.12:5060</a> flag=A</div></div><div><br></div><div>Tried opensips 1.10 and 1.9 with the same luck.</div>
<div><br></div><div>In the opensips logs there are no any unusual errors, no complaints to memory exhaustion or connection limit. Nothing special.</div><div><br></div><div>opensips and media servers are running inside the VZ containers (if that is important), also no notes any overlimits </div>
<div>OS Debian 7</div><div><br></div><div>Would be grateful for any clue.</div><div><br></div><div>Anton.</div></div>