Issabel ISO (Latest): Download Here
Cloud Services: User Portal - Quick Guide
News: Telegram channel
Become a Patron!
  • General
  • Activar puerto TCP 5060 en issabel

Buenas, soy nuevo utilizando ISSABEL quería saber como aperturar el puerto tcp 5060

cuando coloco la siguiente cadena de comando
#nmap 192.168.251.95 -p 5060|grep -i tcp
me responde que el puerto tcp5060 esta cerrado
#5060/tcp closed sip

como puedo aperturar dicho puerto

De antemano se le agradece la indormacion

me suena mas que es configuracion del switch o router donde estas conectado la centralita

    Cuando hago

    #netstat -lntu

    Proto Recv-Q Send-Q Local Address Foreign Address State
    tcp 0 0 0.0.0.0:8088 0.0.0.0: LISTEN
    tcp 0 0 0.0.0.0:8089 0.0.0.0:
    LISTEN
    tcp 0 0 0.0.0.0:25 0.0.0.0: LISTEN
    tcp 0 0 0.0.0.0:4190 0.0.0.0:
    LISTEN
    tcp 0 0 0.0.0.0:993 0.0.0.0: LISTEN
    tcp 0 0 0.0.0.0:995 0.0.0.0:
    LISTEN
    tcp 0 0 127.0.0.1:20004 0.0.0.0: LISTEN
    tcp 0 0 0.0.0.0:20005 0.0.0.0:
    LISTEN
    tcp 0 0 0.0.0.0:3306 0.0.0.0: LISTEN
    tcp 0 0 0.0.0.0:5038 0.0.0.0:
    LISTEN
    tcp 0 0 0.0.0.0:110 0.0.0.0: LISTEN
    tcp 0 0 0.0.0.0:143 0.0.0.0:
    LISTEN
    tcp 0 0 0.0.0.0:4559 0.0.0.0: LISTEN
    tcp 0 0 0.0.0.0:22 0.0.0.0:
    LISTEN
    tcp6 0 0 :::443 ::: LISTEN
    tcp6 0 0 :::4190 :::
    LISTEN
    tcp6 0 0 :::993 ::: LISTEN
    tcp6 0 0 :::995 :::
    LISTEN
    tcp6 0 0 :::110 ::: LISTEN
    tcp6 0 0 :::143 :::
    LISTEN
    tcp6 0 0 :::80 ::: LISTEN
    tcp6 0 0 :::22 :::
    LISTEN
    udp 0 0 0.0.0.0:69 0.0.0.0:
    udp 0 0 192.168.251.95:123 0.0.0.0:

    udp 0 0 127.0.0.1:123 0.0.0.0:
    udp 0 0 0.0.0.0:123 0.0.0.0:

    udp 0 0 0.0.0.0:4520 0.0.0.0:
    udp 0 0 0.0.0.0:4569 0.0.0.0:

    udp 0 0 0.0.0.0:5000 0.0.0.0:
    udp 0 0 0.0.0.0:5060 0.0.0.0:

    udp 0 0 0.0.0.0:5353 0.0.0.0:
    udp 0 0 0.0.0.0:2727 0.0.0.0:

    udp 0 0 0.0.0.0:43705 0.0.0.0:
    udp6 0 0 fe80::5f4:33c3:ed88:123 :::

    udp6 0 0 ::1:123 :::
    udp6 0 0 :::123 :::

    me aparece que no esta habilitado el tcp 5060

      Si se usa el cortafuegos/firewall de Issabel, debes ir a Seguridad / Cortafuegos / Definir Puertos. Ahi se define un puerto que puede llamarse SIPTCP con protocolo TCP y el rango de puertos que necesites. Luego de agregado eso, se elige "Reglas del Cortafuegos" y se añade una regla que permita tráfico desde ANY/CUALQUIERA ( o bien las redes que creas pertinentes), con destino local, trafico TCP y se elige el puerto definido anteriormente. Luego de creada, deberás "subir" la regla para que este antes de la regla final de denegación de todo lo que no está permitido. Esta misma operación sirve para abrir o denegar cualquier protocolo/puerto que haga falta.

        Estimado, defini el puerto tcp 5060 y luego lo coloque en las reglas junto al de udp. pero aun no logro aperturar el puerto.
        Te comento para que necesito conectarlo. estoy haciendo un trunk desde issabel a un lync server 2013 pero no logro levantar el trunk.
        El trunk lo he configurado
        host=xxx.xxx.xxx
        transport=tcp
        port=5060
        type=friend
        insecure=very
        qualify=yes
        careinvite=no
        disallow=all
        allow=alaw&ulaw
        dtmfmode=rfc2833
        lo unico que creo que puede ser es la comunicacion tcp porq cuando ejecuto en consola
        #nmap 192.168.251.95 -p 5060|grep -i tcp
        me responde que el puerto tcp5060 esta cerrado
        #5060/tcp closed sip

          Diego_Barrera Hola. Has activado TCP en la configuracion SIP de Asterisk? En Issabel esto no viene por default.

            venturinog he tratado pero no he podido, como puedo activarlo? soy nuevo utilizando issabel. te agradecería indicarme como activarlo

              venturinog gracias por apoyo, vi que necesito poner este código:

              tcpenable=yes

              cuando ingreso busco el archivo a modificar
              /etc/asterisk/sip.conf

              pero me sale
              [general]

              ; These files will all be included in the [general] context
              ;
              #include sip_general_additional.conf

              ;sip_general_custom.conf is the proper file location for placing any sip general
              ;options that you might need set. For example: enable and force the sip jitterbuffer.
              ;If these settings are desired they should be set the sip_general_custom.conf file.
              ;
              ; jbenable=yes
              ; jbforce=yes
              ;
              ;It is also the proper place to add the lines needed for sip nat'ing when going
              ;through a firewall. For nat'ing you'd need to add the following lines:
              ; nat=yes , externip= , localhost= , and optionally fromdomain= .
              ;
              #include sip_general_custom.conf

              ;sip_nat.conf is here for legacy support reasons and for those that upgrade
              ;from previous versions. If you have this file with lines in it please make
              ;sure they are not duplicated in sip_general_custom.conf, if so remove them
              ;from sip_nat.conf as sip_general_custom.conf will have precedence.
              #include sip_nat.conf

              ;sip_registrations_custom.conf is for any customizations you might need to do to
              ;the automatically generated registrations that IssabelPBX makes.
              ;
              #include sip_registrations_custom.conf
              #include sip_registrations.conf

              ; These files should all be expected to come after the [general] context
              ;
              #include sip_custom.conf
              #include sip_additional.conf

              ;sip_custom_post.conf If you have extra parameters that are needed for a
              ;extension to work to for example, those go here. So you have extension
              ;1000 defined in your system you start by creating a line 1000 in this
              ;file. Then on the next line add the extra parameter that is needed.
              ;When the sip.conf is loaded it will append your additions to the end of
              ;that extension.
              ;
              #include sip_custom_post.conf

              y cuando lo agrego igual no se apertura
              quizás me estoy equivocando en la ubicación

                16 days later

                Diego_Barrera
                Buena tarde
                Creo que necesitarás también "tcpbindaddr=0.0.0.0" o la IP que va llegar.
                Saludos.

                  10 months later

                  Diego_Barrera Pudiste solucionar el problema?, tengo el mismo problema, mis avaya j100 solo permiten protocolo TCP.

                    Write a Reply...