Jump to content

Mehrdad

Members
  • Posts

    184
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Mehrdad

  1. there is no any registered FreeSwitch on Kamailio, for that reason (FS does not listen on port and IP).

     

     vim sipinterface_1.xml

                <!-- SIP -->
    <param name="sip-ip" value="MyPublicIP"/>
    <param name="ext-sip-ip" value="MyPublicIP"/>
    
    
                <!-- Media -->
    <param name="rtp-ip" value="MyPublicIP"/>
    <param name="ext-rtp-ip" value="MyPublicIP"/>

     

    ss -nlp | egrep freeswitch
    tcp    LISTEN     0      5         *:8031                  *:*                   users:(("freeswitch",pid=1986,fd=13))
    tcp    LISTEN     0      5      127.0.0.1:8021             *:*                   users:(("freeswitch",pid=1986,fd=15))

     

    there isn't, port 11000 and public IP.

×
×
  • Create New...