Uploaded image for project: 'ASTPP Community'
  1. ASTPP Community
  2. ASTPPCOM-520

SIP TLS doen't work in ASTPP 4.0 even after "tls = true" in SIP profile

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: v4.0.2
    • Labels:
      None

      Description

      I tried to use TLS encryption, so I edited SIP profile "default" (Switch -> SIP Profiles -> default) and changed the value "tls" to "true". Then I restarted freeswitch service and could see that it listened for port 5061 TCP. But that port remained unavailable from outside the server, so TLS auth didn't work.
      I found that it was due to firewall rules which were set up by ASTPP installation script. They denied all the ports except 5060, 80, 443 and some other. Port 5061 left closed.
      Solution for that is
      firewall-cmd --permanent --zone=public —add-port=5061/tcp
      firewall-cmd --reload
      I hope developers will add this in further releases.

        Attachments

          Activity

            People

            Assignee:
            devangn (Community) DN (Inactive)
            Reporter:
            timur-v timur-v
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: