mirror of
https://github.com/myronblair/fusionpbx-config
synced 2026-07-27 20:44:55 -05:00
[fusion] Weekly backup 2026-07-10 — 14 files changed, 49 insertions(+), 84 deletions(-)
This commit is contained in:
@@ -17,27 +17,27 @@
|
||||
|
||||
<!-- Applications -->
|
||||
<load module="mod_curl"/>
|
||||
<load module="mod_valet_parking"/>
|
||||
<load module="mod_conference"/>
|
||||
<load module="mod_enum"/>
|
||||
<load module="mod_rtc"/>
|
||||
<load module="mod_sms"/>
|
||||
<load module="mod_fsv"/>
|
||||
<load module="mod_esf"/>
|
||||
<load module="mod_fifo"/>
|
||||
<load module="mod_enum"/>
|
||||
<load module="mod_spandsp"/>
|
||||
<load module="mod_rtc"/>
|
||||
<load module="mod_valet_parking"/>
|
||||
<load module="mod_hash"/>
|
||||
<load module="mod_expr"/>
|
||||
<load module="mod_spandsp"/>
|
||||
<load module="mod_fsv"/>
|
||||
<load module="mod_conference"/>
|
||||
<load module="mod_callcenter"/>
|
||||
<load module="mod_db"/>
|
||||
<load module="mod_sms"/>
|
||||
<load module="mod_dptools"/>
|
||||
<load module="mod_av"/>
|
||||
<load module="mod_db"/>
|
||||
<load module="mod_fifo"/>
|
||||
|
||||
<!-- Codecs -->
|
||||
<load module="mod_amr"/>
|
||||
<load module="mod_g729"/>
|
||||
<load module="mod_b64"/>
|
||||
<load module="mod_g723_1"/>
|
||||
<load module="mod_g729"/>
|
||||
<load module="mod_amr"/>
|
||||
|
||||
<!-- Databases -->
|
||||
<load module="mod_pgsql"/>
|
||||
@@ -59,20 +59,18 @@
|
||||
<load module="mod_png"/>
|
||||
|
||||
<!-- Say -->
|
||||
<load module="mod_say_es"/>
|
||||
<load module="mod_say_fr"/>
|
||||
<load module="mod_say_es_ar"/>
|
||||
<load module="mod_say_en"/>
|
||||
<load module="mod_say_fr"/>
|
||||
<load module="mod_say_es"/>
|
||||
|
||||
<!-- Streams / Files -->
|
||||
<load module="mod_shout"/>
|
||||
<load module="mod_tone_stream"/>
|
||||
<load module="mod_local_stream"/>
|
||||
<load module="mod_tone_stream"/>
|
||||
<load module="mod_shout"/>
|
||||
|
||||
<!-- XML Interfaces -->
|
||||
<load module="mod_xml_cdr"/>
|
||||
|
||||
<load module="mod_signalwire"/>
|
||||
|
||||
</modules>
|
||||
</configuration>
|
||||
</configuration>
|
||||
+7
-7
@@ -19,8 +19,8 @@
|
||||
<X-PRE-PROCESS cmd="set" data="default_exitcode=011" />
|
||||
|
||||
<!-- IP Address -->
|
||||
<X-PRE-PROCESS cmd="set" data="external_sip_ip=134.209.72.226" />
|
||||
<X-PRE-PROCESS cmd="set" data="external_rtp_ip=134.209.72.226" />
|
||||
<X-PRE-PROCESS cmd="set" data="external_sip_ip=stun:stun.freeswitch.org" />
|
||||
<X-PRE-PROCESS cmd="set" data="external_rtp_ip=stun:stun.freeswitch.org" />
|
||||
|
||||
<!-- Music on Hold -->
|
||||
<X-PRE-PROCESS cmd="set" data="hold_music=local_stream://default" />
|
||||
@@ -57,22 +57,22 @@
|
||||
<X-PRE-PROCESS cmd="set" data="eg-ring=%(2000,1000,475,375)" />
|
||||
<X-PRE-PROCESS cmd="set" data="fi-ring=%(1000,4000,425)" />
|
||||
|
||||
<!-- Security -->
|
||||
<X-PRE-PROCESS cmd="set" data="disable_system_api_commands=true" />
|
||||
<X-PRE-PROCESS cmd="set" data="disable_system_app_commands=true" />
|
||||
|
||||
<!-- SIP -->
|
||||
<X-PRE-PROCESS cmd="set" data="sip_tls_version=tlsv1,tlsv1.1,tlsv1.2" />
|
||||
<X-PRE-PROCESS cmd="set" data="unroll_loops=true" />
|
||||
|
||||
<!-- SIP Profile: External -->
|
||||
<X-PRE-PROCESS cmd="set" data="external_ssl_enable=false" />
|
||||
<X-PRE-PROCESS cmd="set" data="external_ssl_enable=true" />
|
||||
<X-PRE-PROCESS cmd="set" data="external_ssl_dir=$${conf_dir}/tls" />
|
||||
|
||||
<!-- SIP Profile: Internal -->
|
||||
<X-PRE-PROCESS cmd="set" data="internal_ssl_dir=$${conf_dir}/tls" />
|
||||
<X-PRE-PROCESS cmd="set" data="internal_ssl_enable=false" />
|
||||
|
||||
<!-- Security -->
|
||||
<X-PRE-PROCESS cmd="set" data="disable_system_app_commands=true" />
|
||||
<X-PRE-PROCESS cmd="set" data="disable_system_api_commands=true" />
|
||||
|
||||
<!-- Sound -->
|
||||
<X-PRE-PROCESS cmd="set" data="sound_prefix=$${sounds_dir}/en/us/callie" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user