forked from Mirrors/freeswitch
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1190 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6deb8b35df
commit
207ffdfccd
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
; Loggers (I'd load these first)
|
; Loggers (I'd load these first)
|
||||||
load => mod_console
|
load => mod_console
|
||||||
load => mod_syslog
|
;load => mod_syslog
|
||||||
|
|
||||||
; Event Handlers
|
; Event Handlers
|
||||||
;load => mod_event_multicast
|
;load => mod_event_multicast
|
||||||
@ -43,6 +43,7 @@ load => mod_echo
|
|||||||
;load => mod_ivrtest
|
;load => mod_ivrtest
|
||||||
load => mod_playback
|
load => mod_playback
|
||||||
load => mod_commands
|
load => mod_commands
|
||||||
|
;load => mod_commands
|
||||||
|
|
||||||
; Dialplan Interfaces
|
; Dialplan Interfaces
|
||||||
load => mod_dialplan_demo
|
load => mod_dialplan_demo
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
loggers/mod_console
|
loggers/mod_console
|
||||||
|
#loggers/mod_syslog
|
||||||
|
applications/mod_commands
|
||||||
applications/mod_bridgecall
|
applications/mod_bridgecall
|
||||||
applications/mod_echo
|
applications/mod_echo
|
||||||
#applications/mod_ivrtest
|
#applications/mod_ivrtest
|
||||||
@ -31,3 +33,4 @@ formats/mod_sndfile
|
|||||||
#languages/mod_spidermonkey
|
#languages/mod_spidermonkey
|
||||||
timers/mod_softtimer
|
timers/mod_softtimer
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user