<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<br>
In one of our calling scenarios, INVITEs are sent via TLS to multiple UACs in an office (all ring, one picks up). The UACs are not NATed. Once in a while, we get tcp_connect error from one of the phones. None of the tcp related parameters (e.g. tcp_connection_lifetime,
 etc.) are set in our script, so they all use default values. <br>
<br>
<br>
INVITE&nbsp; RURI: sip:585@172.16.13.164:5070;transport=tls<br>
INVITE&nbsp; RURI: sip:584@172.16.13.165:5061;transport=tls<br>
INVITE&nbsp; RURI: sip:583@172.16.13.162:5077;transport=tls<br>
INVITE&nbsp; RURI: sip:582@172.16.13.166:5070;transport=tls<br>
INVITE&nbsp; RURI: sip:581@172.16.13.163:5068;transport=tls<br>
<br>
The error appears to be in either one of the two forms below:<br>
<br>
ERROR:core:tcp_blocking_connect: poll error: flags 24 - 4 8 16 32 <br>
<p>ERROR:core:tcp_blocking_connect: failed to retrieve SO_ERROR [server=172.16.13.164:5070] (111) Connection refused<br>
ERROR:core:tcpconn_connect: tcp_blocking_connect failed<br>
ERROR:core:tcp_send: connect failed<br>
ERROR:tm:msg_send: tcp_send failed<br>
ERROR:tm:t_forward_nonack: sending request failed</p>
<p><br>
</p>
<p>or</p>
<p><br>
</p>
<p>ERROR:core:tcp_blocking_connect: timeout 99170 ms elapsed from 100 ms<br>
ERROR:core:tcpconn_connect: tcp_blocking_connect failed<br>
ERROR:core:tcp_send: connect failed<br>
ERROR:tm:msg_send: tcp_send failed<br>
ERROR:tm:t_forward_nonack: sending request failed</p>
<p><br>
</p>
<p>How should I proceed to get to the bottom of this? Any parameters I should look into?<br>
<br>
Thanks,</p>
<p>Matt<br>
</p>
</div>
</body>
</html>