I have just upgraded from 1.0.0 to 1.1.0-snapshot of a couple days ago, and now I get the following errors:
Aug 18 14:50:56 eowyn OpenSER[16760]: ERROR: tcp_blocking_connect: timeout 10 s elapsed from 10 s Aug 18 14:50:56 eowyn OpenSER[16760]: ERROR: tcpconn_connect: tcp_blocking_connect failed Aug 18 14:50:56 eowyn OpenSER[16760]: ERROR: tcp_send: connect failed Aug 18 14:50:56 eowyn OpenSER[16760]: msg_send: ERROR: tcp_send failed Aug 18 14:50:56 eowyn OpenSER[16760]: ERROR:tm:t_forward_nonack: sending request failed
I'm using OpenBSD 3.9-stable amd64.
What could be the problem?
Thanks.
P.S. It could be a good idea to add in the 1.0.x to 1.1.x upgrade web page that the "module_exports" structure has changed.
P.S. 2 My system is a 64 bit one, but the standard library directory is the usual "lib" and NOT "lib64".
Hello,
On 08/18/06 15:57, Federico Giannici wrote:
I have just upgraded from 1.0.0 to 1.1.0-snapshot of a couple days ago, and now I get the following errors:
Aug 18 14:50:56 eowyn OpenSER[16760]: ERROR: tcp_blocking_connect: timeout 10 s elapsed from 10 s Aug 18 14:50:56 eowyn OpenSER[16760]: ERROR: tcpconn_connect: tcp_blocking_connect failed Aug 18 14:50:56 eowyn OpenSER[16760]: ERROR: tcp_send: connect failed Aug 18 14:50:56 eowyn OpenSER[16760]: msg_send: ERROR: tcp_send failed Aug 18 14:50:56 eowyn OpenSER[16760]: ERROR:tm:t_forward_nonack: sending request failed
I'm using OpenBSD 3.9-stable amd64.
What could be the problem?
it seems there is no party to accept the tcp connection. use tcpdump to see the attempt of TCP connection establishment an then see if the phone is listening on it.
Thanks.
P.S. It could be a good idea to add in the 1.0.x to 1.1.x upgrade web page that the "module_exports" structure has changed.
yes, everybody can contribute to that page. This is the meaning of the dokuwiki, people from OpenSER community to build a reliable and comprehensive documentation base. If you find something missing, add it there. Other will come and add more to complete it.
P.S. 2 My system is a 64 bit one, but the standard library directory is the usual "lib" and NOT "lib64".
You can force it via LIBDIR environment variable.
Best regards, Daniel