Browse Source

WHISTLE-42: update configs

3.12
karl anderson 13 years ago
parent
commit
1a3a4eaf6e
3 changed files with 19 additions and 5 deletions
  1. +1
    -1
      autoload_configs/.erlang.cookie
  2. +12
    -0
      autoload_configs/kazoo.conf.xml
  3. +6
    -4
      autoload_configs/modules.conf.xml

+ 1
- 1
autoload_configs/.erlang.cookie View File

@ -1 +1 @@
4md7AjodhTX4VCGXdCh50
change_me

+ 12
- 0
autoload_configs/kazoo.conf.xml View File

@ -0,0 +1,12 @@
<configuration name="kazoo.conf" description="Kazoo Erlang Socket">
<settings>
<param name="listen-ip" value="0.0.0.0"/>
<param name="listen-port" value="8031"/>
<param name="cookie-file" value="$${base_dir}/conf/autoload_configs/.erlang.cookie" />
<param name="shortname" value="false"/>
<param name="nodename" value="freeswitch@%HOSTNAME%" />
<!--<param name="apply-inbound-acl" value="lan"/>-->
<param name="encoding" value="binary"/>
<!--<param name="compat-rel" value="12"/> -->
</settings>
</configuration>

+ 6
- 4
autoload_configs/modules.conf.xml View File

@ -10,14 +10,15 @@
<!-- Event Handlers -->
<load module="mod_event_socket"/>
<load module="mod_erlang_event" />
<!--<load module="mod_erlang_event" />-->
<load module="mod_kazoo" />
<!-- Directory Interfaces -->
<load module="mod_dialplan_xml"/>
<!-- Endpoints -->
<!--Removed as ecallmgr will start this interface when we're ready to receive calls-->
<!--More likely to be removed as we go forward, so that we can precisely control each server's resources/interfaces-->
<!--Removed as ecallmgr will start this interface when we're ready to receive calls-->
<!--More likely to be removed as we go forward, so that we can precisely control each server's resources/interfaces-->
<!--<load module="mod_sofia"/>-->
<load module="mod_loopback"/>
@ -31,7 +32,7 @@
<!-- Codec Interfaces -->
<load module="mod_spandsp"/>
<load module="mod_siren"/>
<load module="mod_com_g729"/>
<load module="mod_com_g729"/>
<!--<load module="mod_g723_1"/>-->
<!--<load module="mod_amr"/>-->
<!--<load module="mod_ilbc"/>-->
@ -53,6 +54,7 @@
<!-- Languages -->
<!-- ASR /TTS -->
<load module="mod_flite"/>
<!-- Say -->
<load module="mod_say_en"/>


Loading…
Cancel
Save