update default conf file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@984 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
64507e70ca
commit
38d680864c
|
@ -17,7 +17,7 @@
|
||||||
;load => mod_xmpp_event
|
;load => mod_xmpp_event
|
||||||
|
|
||||||
; Directory Interfaces
|
; Directory Interfaces
|
||||||
load => mod_ldap
|
;load => mod_ldap
|
||||||
|
|
||||||
; Endpoints
|
; Endpoints
|
||||||
load => mod_exosip
|
load => mod_exosip
|
||||||
|
@ -28,19 +28,20 @@ load => mod_iax
|
||||||
|
|
||||||
; Applications
|
; Applications
|
||||||
load => mod_bridgecall
|
load => mod_bridgecall
|
||||||
load => mod_ivrtest
|
load => mod_echo
|
||||||
|
;load => mod_ivrtest
|
||||||
load => mod_playback
|
load => mod_playback
|
||||||
|
|
||||||
; Dialplan Interfaces
|
; Dialplan Interfaces
|
||||||
load => mod_dialplan_demo
|
load => mod_dialplan_demo
|
||||||
load => mod_dialplan_directory
|
;load => mod_dialplan_directory
|
||||||
load => mod_pcre
|
load => mod_pcre
|
||||||
|
|
||||||
; Codec Interfaces
|
; Codec Interfaces
|
||||||
load => mod_g711
|
load => mod_g711
|
||||||
load => mod_gsm
|
load => mod_gsm
|
||||||
load => mod_l16
|
load => mod_l16
|
||||||
load => mod_speex
|
;load => mod_speex
|
||||||
|
|
||||||
; File Format Interfaces
|
; File Format Interfaces
|
||||||
load => mod_sndfile
|
load => mod_sndfile
|
||||||
|
|
Loading…
Reference in New Issue