Thanks for your reply Bogdan,<br><br>There is definitely both UDP and TCP listening:<br><br>Starting openser: openserListening on<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: xx.xx.xx.xxx [xx.xx.xx.xxx]:5060<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp: xx.xx.xx.xxx [xx.xx.xx.xxx
]:5060<br>Aliases:<br>......<br><br>Is it possible that there is simply too many messages for the server to handle?<br><br>At the moment the server is configured with:<br><br>children=20<br>tcp_children=2<br><br>and an ngrep suggests quite a few messages per second.
<br><br>Thanks<br><br>Martin<br><br><div><span class="gmail_quote">On 2/5/07, <b class="gmail_sendername">Bogdan-Andrei Iancu</b> &lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Martin,<br><br>the last error you posted says you want to forward something using UDP<br>(proto 1), but there is no listen socket for UDP.<br>can you check is there is no UDP listen configured on your openser?<br><br>regards,
<br>bogdan<br><br>Martin Burns wrote:<br><br>&gt; We have over 4 proxies running openser-1.1.0-notls. Recently we<br>&gt; started to see the following error in the logs of one of the proxies:<br>&gt;<br>&gt; Feb&nbsp;&nbsp;4 06:46:21 proxy01 /usr/local/sbin/openser[4670]: ERROR:
<br>&gt; udp_send: sendto(sock,0xb3c35898,594,0,0xb3c257f4,16): Invalid<br>&gt; argument(22)<br>&gt; Feb&nbsp;&nbsp;4 06:46:21 proxy01 /usr/local/sbin/openser[4670]: CRITICAL:<br>&gt; invalid sendtoparameters one possible reason is the server is bound to
<br>&gt; localhost and attempts to send to the net<br>&gt; Feb&nbsp;&nbsp;4 06:46:21 proxy01 /usr/local/sbin/openser[4670]: msg_send:<br>&gt; ERROR: udp_send failed<br>&gt; Feb&nbsp;&nbsp;4 06:46:21 proxy01 /usr/local/sbin/openser[4670]:<br>
&gt; ERROR:tm:t_forward_nonack: sending request failed<br>&gt;<br>&gt; Now the errors suggests a binding to localhost, however our<br>&gt; openser.cfg has the following:<br>&gt;<br>&gt; listen=eth0:5060<br>&gt;<br>&gt; After a brief search we came across a couple of over people having a
<br>&gt; similar problem. Once of the suggested fixes was to add a mhomed=1<br>&gt; line to the cfg.<br>&gt;<br>&gt; Well we tried this (even though we are not multi homed) and the error<br>&gt; changed to:<br>&gt;<br>&gt; Feb&nbsp;&nbsp;5 02:54:09 proxy01 /usr/local/sbin/openser[2209]: ERROR:
<br>&gt; get_out_socket: connect failed: Invalid argument<br>&gt; Feb&nbsp;&nbsp;5 02:54:09 proxy01 /usr/local/sbin/openser[2209]: ERROR:<br>&gt; get_out_socket: no socket found<br>&gt; Feb&nbsp;&nbsp;5 02:54:09 proxy01 /usr/local/sbin/openser[2209]:
<br>&gt; ERROR:tm:add_uac: can&#39;t fwd to af 2, proto 1&nbsp;&nbsp;(no corresponding<br>&gt; listening socket)<br>&gt; Feb&nbsp;&nbsp;5 02:54:09 proxy01 /usr/local/sbin/openser[2209]:<br>&gt; ERROR:tm:t_forward_nonack: failure to add branches
<br>&gt;<br>&gt; Does anyone have any suggestions or ideas as to what is causing this<br>&gt; error.<br>&gt;<br>&gt; Thanks<br>&gt;<br>&gt; mburns<br>&gt;<br>&gt;------------------------------------------------------------------------
<br>&gt;<br>&gt;_______________________________________________<br>&gt;Users mailing list<br>&gt;<a href="mailto:Users@openser.org">Users@openser.org</a><br>&gt;<a href="http://openser.org/cgi-bin/mailman/listinfo/users">
http://openser.org/cgi-bin/mailman/listinfo/users</a><br>&gt;<br>&gt;<br><br></blockquote></div><br>