Update my post with some info. Now I always get error 1006 when I try the echo test.
BigBlueButton Server 2.3.0-alpha7 (1650)
Kernel version: 5.4.0-1038-aws
Distribution: Ubuntu 18.04.5 LTS (64-bit)
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
defaultGuestPolicy: ALWAYS_ACCEPT
svgImagesRequired: true
/etc/nginx/sites-available/bigbluebutton (nginx)
server_name: bigbluebutton.
mydomain .cloud
port: 80, [::]:80
port: 443 ssl
/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
local_ip_v4: 172.31.84.85
external_rtp_ip: my_external_ip
external_sip_ip: my_external_ip
/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
ext-rtp-ip: $${external_rtp_ip}
ext-sip-ip: $${external_sip_ip}
ws-binding:
my_external_ip :5066
wss-binding:
my_external_ip :7443
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback_host: bigbluebutton.mydomain.cloud
playback_protocol: https
ffmpeg: 4.2.4-1ubuntu0.1bbb2~18.04
/etc/bigbluebutton/nginx/sip.nginx (sip.nginx)
proxy_pass: my_external_ip
protocol: https
/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU)
kurento.ip: my_external_ip
kurento.sip_ip: my_external_ip
localIpAddress: 172.31.84.85
recordScreenSharing: true
recordWebcams: true
codec_video_main: VP8
codec_video_content: VP8
/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml (HTML5 client)
build: 1394
kurentoUrl: wss://bigbluebutton.simexbso.cloud/bbb-webrtc-sfu
enableListenOnly: true
sipjsHackViaWs: true
/usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml (STUN Server)
/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini (STUN Server)
# Potential problems described below
# Warning: The API demos are installed and accessible from:
#
#
# and
#
#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
# apt-get purge bbb-demo
#
#
#
#
#
# stunclient --mode full --localport 30000 172.217.212.127 19302
Please, any idea would be appreciated. Thank you