Browse Source

Remove video and dont use mod_kazoo (yet)

3.12
Darren Schreiber 13 years ago
parent
commit
59f84b6380
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      autoload_configs/modules.conf.xml
  2. +1
    -1
      freeswitch.xml

+ 3
- 3
autoload_configs/modules.conf.xml View File

@ -10,8 +10,8 @@
<!-- Event Handlers -->
<load module="mod_event_socket"/>
<!--<load module="mod_erlang_event" />-->
<load module="mod_kazoo" />
<load module="mod_erlang_event" />
<!--<load module="mod_kazoo" />-->
<!-- Directory Interfaces -->
<load module="mod_dialplan_xml"/>
@ -19,7 +19,7 @@
<!-- 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-->
<!--<load module="mod_sofia"/>-->
<load module="mod_sofia"/>
<load module="mod_loopback"/>
<!-- Applications -->


+ 1
- 1
freeswitch.xml View File

@ -36,7 +36,7 @@
<X-PRE-PROCESS cmd="set" data="send_silence_when_idle=400"/>
<X-PRE-PROCESS cmd="set" data="codecs=H261,H263,H264,G7221@32000h,G7221@16000h,G722,PCMU,PCMA,G729,GSM"/>
<X-PRE-PROCESS cmd="set" data="codecs=G7221@32000h,G7221@16000h,G722,PCMU,PCMA,G729,GSM"/>
<section name="configuration" description="Various Configuration">
<X-PRE-PROCESS cmd="include" data="autoload_configs/*.xml"/>


Loading…
Cancel
Save