Install freeswitch successfully

This commit is contained in:
2026-03-20 02:12:30 -04:00
parent 236dfcda63
commit c8458d439b
2 changed files with 5 additions and 5 deletions

View File

@@ -318,11 +318,11 @@
<!-- for sip over websocket support -->
<param name="ws-binding" value=":5066"/>
<!-- <param name="ws-binding" value=":5066"/> -->
<!-- for sip over secure websocket support -->
<!-- You need wss.pem in $${certs_dir} for wss or one will be created for you -->
<param name="wss-binding" value=":7443"/>
<!-- <param name="wss-binding" value=":7443"/> -->
<!--<param name="delete-subs-on-register" value="false"/>-->

View File

@@ -12,7 +12,7 @@
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
-->
<X-PRE-PROCESS cmd="set" data="default_password=1234"/>
<X-PRE-PROCESS cmd="set" data="default_password=h189LY2AStmpMu6O"/>
<!-- Did you change it yet? -->
<!--
The following variables are set dynamically - calculated if possible by freeswitch - and
@@ -291,7 +291,7 @@
If unspecified, the bind_server_ip value is used.
Used by: sofia.conf.xml dingaling.conf.xml
-->
<X-PRE-PROCESS cmd="stun-set" data="external_rtp_ip=stun:stun.freeswitch.org"/>
<X-PRE-PROCESS cmd="stun-set" data="external_rtp_ip=47.206.161.244"/>
<!-- external_sip_ip
Used as the public IP address for SDP.
@@ -304,7 +304,7 @@
If unspecified, the bind_server_ip value is used.
Used by: sofia.conf.xml dingaling.conf.xml
-->
<X-PRE-PROCESS cmd="stun-set" data="external_sip_ip=stun:stun.freeswitch.org"/>
<X-PRE-PROCESS cmd="stun-set" data="external_sip_ip=47.206.161.244"/>
<!-- unroll-loops
Used to turn on sip loopback unrolling.