Im trying to enable webrtc on my freepbx 14 hosted on my vps.and I can access my FPBX GUI FQDN on https://sip.mydomain.com and UCP via https://sip.mydoamin.com/ucp/ without any issue using LE cert…so I install webrtc and enable phone on UCP on my test pjsip ext, import my LE cert using certmanager…I check http show status to confirm websocket listening address and port… then run nmap on my router to confirm open port on my FPBX VPS…
Running: /usr/local/bin/nmap -sS 'sip.xxxx.xxx'
Starting Nmap 7.80 ( https://nmap.org ) at 2020-05-09 11:07 +03
Nmap scan report for sip.XXXXXXX.xyz (xxx.xx.xx.4)
Host is up (0.12s latency).
rDNS record for xxx.xx.xx.x: vpn.myhauz
Not shown: 995 filtered ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
443/tcp open https
8088/tcp open http-proxy
8089/tcp open radan-http
Nmap done: 1 IP address (1 host up) scanned in 8.23 seconds[spoiler]This text will be blurred[/spoiler]
Then I log in on my UCP and I received phone disconnected status
so I change asterisk https port to 8080 but same issue…please see attach console debug issue…Hope someone could help me fix this issue…