<div dir="ltr">Saludo, <font face="arial, sans-serif">instale </font><span style="font-family:arial,sans-serif;font-size:13px">rtpproxy.deb en el servidor</span></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/9/19  <span dir="ltr"><<a href="mailto:sr-users-es-request@lists.sip-router.org" target="_blank">sr-users-es-request@lists.sip-router.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Envíe los mensajes para la lista SR-Users-ES a<br>
        <a href="mailto:sr-users-es@lists.sip-router.org">sr-users-es@lists.sip-router.org</a><br>
<br>
Para subscribirse o anular su subscripción a través de la WEB<br>
        <a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users-es" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users-es</a><br>
<br>
O por correo electrónico, enviando un mensaje con el texto "help" en<br>
el asunto (subject) o en el cuerpo a:<br>
        <a href="mailto:sr-users-es-request@lists.sip-router.org">sr-users-es-request@lists.sip-router.org</a><br>
<br>
Puede contactar con el responsable de la lista escribiendo a:<br>
        <a href="mailto:sr-users-es-owner@lists.sip-router.org">sr-users-es-owner@lists.sip-router.org</a><br>
<br>
Si responde a algún contenido de este mensaje, por favor, edite la<br>
linea del asunto (subject) para que el texto sea mas especifico que:<br>
"Re: Contents of SR-Users-ES digest...". Además, por favor, incluya en<br>
la respuesta sólo aquellas partes del mensaje a las que está<br>
respondiendo.<br>
<br>
<br>
Asuntos del día:<br>
<br>
   1. NAT Kamailio (Kethzer Docteur)<br>
   2. Re: NAT Kamailio (Mac Mini)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 18 Sep 2013 11:47:15 -0400<br>
From: Kethzer Docteur <<a href="mailto:kethzer.dr@gmail.com">kethzer.dr@gmail.com</a>><br>
To: <a href="mailto:sr-users-es@lists.sip-router.org">sr-users-es@lists.sip-router.org</a><br>
Subject: [SR-Users-ES] NAT Kamailio<br>
Message-ID:<br>
        <<a href="mailto:CAHoHPXwg1G-c1wj7D01VUgvhkY1tWsWgKPw6hoFgpK9i%2BGp5Wg@mail.gmail.com">CAHoHPXwg1G-c1wj7D01VUgvhkY1tWsWgKPw6hoFgpK9i+Gp5Wg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Alguien me puede ayudar a solucionar la configuración de NAT en kamailio y<br>
también habilitar una lista de contacto de los usuarios SIP del servidor<br>
que se puede descargar en en los cliente. Uso kamailio 4.0.1 me OS es<br>
Ubuntu 10.04<br>
<br>
<br>
<br>
<br>
#!define WITH_NAT<br>
<br>
#!ifdef WITH_NAT<br>
loadmodule "nathelper.so"<br>
loadmodule "rtpproxy.so"<br>
#!endif<br>
<br>
#!ifdef WITH_NAT<br>
# ----- rtpproxy params -----<br>
modparam("rtpproxy", "rtpproxy_sock", "udp:<a href="http://127.0.0.1:7722" target="_blank">127.0.0.1:7722</a>")<br>
<br>
# ----- nathelper params -----<br>
modparam("nathelper", "natping_interval", 30)<br>
modparam("nathelper", "ping_nated_only", 1)<br>
modparam("nathelper", "sipping_bflag", FLB_NATSIPPING)<br>
modparam("nathelper", "sipping_from", "sip:pinger@67.*.*.*")<br>
<br>
# params needed for NAT traversal in other modules<br>
modparam("nathelper|registrar", "received_avp", "$avp(RECEIVED)")<br>
modparam("usrloc", "nat_bflag", FLB_NATB)<br>
#!endif<br>
<br>
--<br>
Kethzer Docteur<br>
------------ próxima parte ------------<br>
Se ha borrado un adjunto en formato HTML...<br>
URL: <<a href="http://lists.sip-router.org/pipermail/sr-users-es/attachments/20130918/1dfaae1b/attachment-0001.html" target="_blank">http://lists.sip-router.org/pipermail/sr-users-es/attachments/20130918/1dfaae1b/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 18 Sep 2013 13:15:37 -0300<br>
From: Mac Mini <<a href="mailto:magnusadilsom@gmail.com">magnusadilsom@gmail.com</a>><br>
To: Lista de usuarios de SIP Router <<a href="mailto:sr-users-es@lists.sip-router.org">sr-users-es@lists.sip-router.org</a>><br>
Subject: Re: [SR-Users-ES] NAT Kamailio<br>
Message-ID: <<a href="mailto:78241BC3-BFF0-4B90-A94F-21840463E7DE@gmail.com">78241BC3-BFF0-4B90-A94F-21840463E7DE@gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
hola, usted tiene instalado el rtpproxy?<br>
<br>
saludos<br>
Magnus<br>
<a href="http://www.magnusbilling.com" target="_blank">www.magnusbilling.com</a><br>
<br>
<br>
<br>
<br>
<br>
On sep 18, 2013, at 12:47 p.m., Kethzer Docteur <<a href="mailto:kethzer.dr@gmail.com">kethzer.dr@gmail.com</a>> wrote:<br>
<br>
> Alguien me puede ayudar a solucionar la configuración de NAT en kamailio y también habilitar una lista de contacto de los usuarios SIP del servidor que se puede descargar en en los cliente. Uso kamailio 4.0.1 me OS es Ubuntu 10.04<br>

><br>
><br>
><br>
><br>
> #!define WITH_NAT<br>
><br>
> #!ifdef WITH_NAT<br>
> loadmodule "nathelper.so"<br>
> loadmodule "rtpproxy.so"<br>
> #!endif<br>
><br>
> #!ifdef WITH_NAT<br>
> # ----- rtpproxy params -----<br>
> modparam("rtpproxy", "rtpproxy_sock", "udp:<a href="http://127.0.0.1:7722" target="_blank">127.0.0.1:7722</a>")<br>
><br>
> # ----- nathelper params -----<br>
> modparam("nathelper", "natping_interval", 30)<br>
> modparam("nathelper", "ping_nated_only", 1)<br>
> modparam("nathelper", "sipping_bflag", FLB_NATSIPPING)<br>
> modparam("nathelper", "sipping_from", "sip:pinger@67.*.*.*")<br>
><br>
> # params needed for NAT traversal in other modules<br>
> modparam("nathelper|registrar", "received_avp", "$avp(RECEIVED)")<br>
> modparam("usrloc", "nat_bflag", FLB_NATB)<br>
> #!endif<br>
><br>
> --<br>
> Kethzer Docteur<br>
> _______________________________________________<br>
> SR-Users-ES mailing list<br>
> <a href="mailto:SR-Users-ES@lists.sip-router.org">SR-Users-ES@lists.sip-router.org</a><br>
> <a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users-es" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users-es</a><br>
<br>
------------ próxima parte ------------<br>
Se ha borrado un adjunto en formato HTML...<br>
URL: <<a href="http://lists.sip-router.org/pipermail/sr-users-es/attachments/20130918/194d6861/attachment-0001.html" target="_blank">http://lists.sip-router.org/pipermail/sr-users-es/attachments/20130918/194d6861/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
SR-Users-ES mailing list<br>
<a href="mailto:SR-Users-ES@lists.sip-router.org">SR-Users-ES@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users-es" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users-es</a><br>
<br>
<br>
Fin de Resumen de SR-Users-ES, Vol 57, Envío 1<br>
**********************************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Kethzer Docteur<br>
</div>