Hi,
I have been reading a lot about Kamailio
and I have done one configuration with lcr servers
but now the core is giving me a message
When I try:
Jul 27 19:33:54 [13430] ERROR:tm:t_forward_nonack: sending request failed
Jul 27 19:34:12 [13430] WARNING:core:run_actions: null action list (rec_level=2)
Jul 27 19:34:12 [13430] WARNING:core:run_actions: null action list (rec_level=2)
Jul 27 19:34:12 [13430] WARNING:core:run_actions: null action list (rec_level=2)
Jul 27 19:34:54 [13430] WARNING:core:run_actions: null action list (rec_level=2)
Jul 27 19:34:54 [13430] WARNING:core:run_actions: null action list (rec_level=2)
loading gw_uri_avp[0]='1|0||3970344258||5061|2|0'
loading gw_uri_avp[1]='1|0||3987121474||5061|2|0'
trying gateway '1|0||3970344258||5061|2|0'
ruri_user_avp='rafael'
Jul 27 19:34:54 [13430] ERROR:core:tcp_blocking_connect: poll error: flags 18
Jul 27 19:34:54 [13430] ERROR:core:tcp_blocking_connect: failed to retrieve SO_ERROR (111) Connection refused
Jul 27 19:34:54 [13430] ERROR:core:tcpconn_connect: tcp_blocking_connect failed
Jul 27 19:34:54 [13430] ERROR:core:tcp_send: connect failed
Jul 27 19:34:54 [13430] ERROR:tm:msg_send: tcp_send failed
Jul 27 19:34:54 [13430] ERROR:tm:t_forward_nonack: sending request failed
Rafael Moreno
Matrix Telecom
www.matrixtelecom.net.br / Phone: 55.11.3323-9207
On Monday 27 July 2009 23:38:46 Rafael Moreno Gomes wrote:
Hi,
I have been reading a lot about Kamailio and I have done one configuration with lcr servers but now the core is giving me a message
When I try:
Jul 27 19:33:54 [13430] ERROR:tm:t_forward_nonack: sending request failed Jul 27 19:34:12 [13430] WARNING:core:run_actions: null action list (rec_level=2) Jul 27 19:34:12 [13430] WARNING:core:run_actions: null action list (rec_level=2) Jul 27 19:34:12 [13430] WARNING:core:run_actions: null action list (rec_level=2) Jul 27 19:34:54 [13430] WARNING:core:run_actions: null action list (rec_level=2) Jul 27 19:34:54 [13430] WARNING:core:run_actions: null action list (rec_level=2)
That means you are doing something wrong, very wrong ... maybe trying a t_relay before loading gateways ?
loading gw_uri_avp[0]='1|0||3970344258||5061|2|0' loading gw_uri_avp[1]='1|0||3987121474||5061|2|0' trying gateway '1|0||3970344258||5061|2|0' ruri_user_avp='rafael'
Yes ... maybe before loading gateways ... also, on that strings there a not gateway information.
Jul 27 19:34:54 [13430] ERROR:core:tcp_blocking_connect: poll error: flags 18 Jul 27 19:34:54 [13430] ERROR:core:tcp_blocking_connect: failed to retrieve SO_ERROR (111) Connection refused
So are you working with TCP SIP?, also the conection refured means that your destination gateway is not listening on that TCP port or that you are not sending to the correct destination.
Jul 27 19:34:54 [13430] ERROR:core:tcpconn_connect: tcp_blocking_connect failed Jul 27 19:34:54 [13430] ERROR:core:tcp_send: connect failed Jul 27 19:34:54 [13430] ERROR:tm:msg_send: tcp_send failed Jul 27 19:34:54 [13430] ERROR:tm:t_forward_nonack: sending request failed
Without taking a look at your .cfg it's impossible to continue helping you, sorry.