<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#ffffff">
Dear Bogdan-Andrei:<BR>
<BR>
Thank you very much for your answer.<BR>
<BR>
Here I sending you the information:<BR>
<BR>
<BR>
opensips -V<BR>
version: opensips 1.8.0-tls (x86_64/linux)<BR>
flags: STATS: Off, USE_IPV6, USE_TCP, USE_TLS, DISABLE_NAGLE, USE_MCAST, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT<BR>
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535<BR>
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.<BR>
svnrevision: unknown<BR>
@(#) $Id: main.c 8772 2012-03-08 11:16:13Z bogdan_iancu $<BR>
main.c compiled on 11:58:59 Jul&nbsp; 9 2012 with gcc 4.4.5<BR>
<BR>
<BR>
Best Regards.<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
<BR>
<IMG SRC="cid:1362570204.2497.114.camel@home.colours" ALIGN="bottom" BORDER="0"><BR>
<BR>
<FONT SIZE="1"><FONT COLOR="#000033">-----</FONT></FONT><BR>
<FONT SIZE="1"><FONT COLOR="#000033">Sus datos de car&#225;cter personal (nombre, apellidos, direcci&#243;n postal y de correo electr&#243;nico, etc.) son tratados para la gesti&#243;n de su relaci&#243;n con la Entidad, as&#237; como para el env&#237;o de informaci&#243;n sobre nuestra actividad y la de terceros relacionadas con la actividad de Consulting Smartic Solutions, S.L., CIF: B85130037, C/P&#186; de la Castellana, 135, 7&#170; planta, 28046 Madrid. Usted puede ejercer sus derechos de acceso, rectificaci&#243;n, cancelaci&#243;n y oposici&#243;n dirigi&#233;ndose por escrito, con copia de un documento que acredite su identidad, a la direcci&#243;n info (arroba) smartic.es.</FONT></FONT><BR>
<FONT SIZE="1"><FONT COLOR="#000033">Este mensaje puede contener informaci&#243;n confidencial. Si usted no es su destinatario, no debe leerlo, copiarlo, distribuirlo, ni hacer uso de la informaci&#243;n que contiene. En este caso, por favor, ll&#225;menos o comun&#237;quenoslo por escrito y borre este mensaje de su sistema.</FONT></FONT><BR>
<FONT SIZE="1"><FONT COLOR="#000033">----- </FONT></FONT><BR>
<BR>
</TD>
</TR>
</TABLE>
-----Mensaje original-----<BR>
<B>De</B>: Bogdan-Andrei Iancu &lt;<A HREF="mailto:Bogdan-Andrei%20Iancu%20%3cbogdan@opensips.org%3e">bogdan@opensips.org</A>&gt;<BR>
<B>Para</B>: OpenSIPS users mailling list &lt;<A HREF="mailto:OpenSIPS%20users%20mailling%20list%20%3cusers@lists.opensips.org%3e">users@lists.opensips.org</A>&gt;<BR>
<B>Cc</B>: &quot;\&quot;Miguel J.\&quot; L&#243;pez Valverde&quot; &lt;<A HREF="mailto:%22%5c%22%5c%5c%5c%22Miguel%20J.%5c%5c%5c%22%22%20%3d%3fISO-8859-1%3fQ%3fL%3dF3pez%3f%3d%20%22Valverde%5c%22%22%20%3cmjlopez@smartic.es%3e">mjlopez@smartic.es</A>&gt;<BR>
<B>Asunto</B>: Re: [OpenSIPS-Users] Error mensages in logs with stun configuration<BR>
<B>Fecha</B>: Wed, 06 Mar 2013 12:59:31 +0200<BR>
<BR>
<TT>Hi Miguel,</TT><BR>
<BR>
<TT>It seems you have an older version of opensips - which one you use ??</TT><BR>
<BR>
<TT>errno 4 means SYSTEM INTERRUPT and in the current code is properly handled (not displayed as regular error).</TT><BR>
<BR>
<TT>Please do an&nbsp; &quot;opensips -V&quot; and post here.</TT><BR>
<BR>
<TT>Regards,</TT>
<PRE>
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<A HREF="http://www.opensips-solutions.com">http://www.opensips-solutions.com</A>
</PRE>
<BR>
On 03/05/2013 07:24 PM, Miguel J. L&#243;pez Valverde wrote: <BR>
<BLOCKQUOTE TYPE=CITE>
    Dear lists.opensips:<BR>
    <BR>
    &nbsp;&nbsp;&nbsp; I'm using stun on a Linux-Debian test server. Everything seems to work correctly but in the log file the following messages appear repeatedly:<BR>
    <BR>
    &nbsp;&nbsp;&nbsp; ERROR:stun:stun_loop: error in select 4<BR>
    <BR>
    &nbsp;&nbsp;&nbsp; The opensips.conf lines for stun are:<BR>
    <BR>
    <BR>
    listen=udp:X.X.X.1:5060&nbsp;&nbsp; # CUSTOMIZE ME<BR>
    listen=udp:X.X.X.2:3478&nbsp;&nbsp; # CUSTOMIZE ME<BR>
    <BR>
    disable_tcp=yes<BR>
    <BR>
    disable_tls=yes<BR>
    <BR>
    <BR>
    ####### Modules Section ########<BR>
    <BR>
    #set module path<BR>
    mpath=&quot;//lib64/opensips/modules/&quot;<BR>
    <BR>
    <BR>
    #### STUN SERVER<BR>
    loadmodule &quot;stun.so&quot;<BR>
    modparam(&quot;stun&quot;,&quot;primary_ip&quot;,&quot;X.X.X.1&quot;)&nbsp; # CUSTOMIZE ME<BR>
    modparam(&quot;stun&quot;,&quot;primary_port&quot;,&quot;5060&quot;)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # CUSTOMIZE ME<BR>
    modparam(&quot;stun&quot;,&quot;alternate_ip&quot;,&quot;X.X.X.2&quot;)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # CUSTOMIZE ME<BR>
    modparam(&quot;stun&quot;,&quot;alternate_port&quot;,&quot;3478&quot;)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # CUSTOMIZE ME<BR>
    <BR>
    &nbsp;&nbsp;&nbsp; And the server interfaces configuracion:<BR>
    <BR>
    # The primary network interface<BR>
    allow-hotplug eth0<BR>
    iface eth0 inet static<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address X.X.X.1<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; netmask 255.255.255.248<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; network X.X.X.0<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; broadcast X.X.X.9<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gateway A.A.A.A<BR>
    <BR>
    <BR>
    # The second network interface<BR>
    # for STUN Server<BR>
    allow-hotplug eth1<BR>
    iface eth1 inet static<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address X.X.X.2<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; netmask 255.255.255.248<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; network X.X.X.0<BR>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; broadcast X.X.X.9<BR>
    <BR>
    <BR>
    &nbsp;&nbsp;&nbsp; Is this right or do I have something misconfigured?. <BR>
    <BR>
    &nbsp;&nbsp;&nbsp; I want also to consult you, &#191;can be configured more ips / public interfaces on a single server for SIP / stun?, &#191;As would it be configured?.<BR>
    <BR>
    Thank you very much.<BR>
    <BR>
    <TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
<BR>
<IMG SRC="cid:part1.09020108.01030907@opensips.org" ALIGN="bottom" BORDER="0"><BR>
<BR>
<FONT SIZE="1"><FONT COLOR="#000033">-----</FONT></FONT><BR>
<FONT SIZE="1"><FONT COLOR="#000033">Sus datos de car&#225;cter personal (nombre, apellidos, direcci&#243;n postal y de correo electr&#243;nico, etc.) son tratados para la gesti&#243;n de su relaci&#243;n con la Entidad, as&#237; como para el env&#237;o de informaci&#243;n sobre nuestra actividad y la de terceros relacionadas con la actividad de Consulting Smartic Solutions, S.L., CIF: B85130037, C/P&#186; de la Castellana, 135, 7&#170; planta, 28046 Madrid. Usted puede ejercer sus derechos de acceso, rectificaci&#243;n, cancelaci&#243;n y oposici&#243;n dirigi&#233;ndose por escrito, con copia de un documento que acredite su identidad, a la direcci&#243;n info (arroba) smartic.es.</FONT></FONT><BR>
<FONT SIZE="1"><FONT COLOR="#000033">Este mensaje puede contener informaci&#243;n confidencial. Si usted no es su destinatario, no debe leerlo, copiarlo, distribuirlo, ni hacer uso de la informaci&#243;n que contiene. En este caso, por favor, ll&#225;menos o comun&#237;quenoslo por escrito y borre este mensaje de su sistema.</FONT></FONT><BR>
<FONT SIZE="1"><FONT COLOR="#000033">----- </FONT></FONT><BR>
<BR>
<BR>
</TD>
</TR>
</TABLE>
<PRE>

_______________________________________________
Users mailing list
<A HREF="mailto:Users@lists.opensips.org">Users@lists.opensips.org</A>
<A HREF="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>