[OpenSIPS-Users] Failed INVITE tcp_send

opensipslist at encambio.com opensipslist at encambio.com
Fri Dec 18 13:12:46 CET 2009


Hello,

An ven., déc  18, 2009, opensipslist at encambio.com schrieb:
>An jeu., déc 17, 2009, opensipslist at encambio.com schrieb:
>>An jeu., déc 17, 2009, Bogdan-Andrei Iancu schrieb:
>>>opensipslist at encambio.com wrote:
>>>> REGISTER messages seem to be handled correctly, but I'm still having
>>>> troubles with INVITEs:
>>>>
>>>>   Dec 16 19:03:05 name.host.tld <error> opensips[10237]: ERROR:core:tls_blocking_write: too many retries with no operation
>>>>   Dec 16 19:03:05 name.host.tld <error> opensips[10237]: ERROR:core:tcp_send: failed to send
>>>>   Dec 16 19:03:05 name.host.tld <error> opensips[10237]: ERROR:tm:msg_send: tcp_send failed
>>>>   Dec 16 19:03:05 name.host.tld <error> opensips[10237]: ERROR:tm:t_forward_nonack: sending request failed
>>>>   Dec 16 19:03:05 name.host.tld <error> opensips[10237]: ERROR:core:tls_accept: some error in SSL (ret=0, err=5, errno=0/Error 0):
>>>>
>>>Actually you have two errors there - one on a write op and another
>>>one on an accept op.
>>>
>One solution fixed both errors (assuming there really were two
>different erros) as you see below.
>
Whoops I spoke too soon. It seems that patching MAX_SSL_RETRIES only
fixed the 'tls_blocking_write' error. Now I still have in the log:

  <error> ERROR:core:tcp_blocking_connect: timeout 10 s elapsed from 10 s
  <error> ERROR:core:tcpconn_connect: tcp_blocking_connect failed
  <error> ERROR:core:tcp_send: connect failed
  <error> ERROR:tm:msg_send: tcp_send failed
  <error> ERROR:tm:t_forward_nonack: sending request failed

Is there something I should try in order to get rid of the new
errors, maybe setting:

  tcp_send_timeout
  tcp_connect_timeout
  tcp_connection_lifetime
  tcp_max_connections
  tcp_poll_method
  tls_handshake_timeout
  tls_send_timeout

...just asking before I go on a wild goose chase to find some
solution (even if it is a hack.)

Thanks,
Brian



More information about the Users mailing list