2006-02-14 16:26:24 +00:00
|
|
|
[modules]
|
|
|
|
|
|
|
|
; If this option is the first one the rest of them will be ignored
|
|
|
|
;load => all
|
|
|
|
|
2006-02-14 17:31:20 +00:00
|
|
|
; Extension will be chosen automaticly if not specified (.dll for windows, .so for UNIX)
|
|
|
|
; Full paths will be taken "as is" (eg /some/dir/mymod.so)
|
|
|
|
|
2006-02-14 16:26:24 +00:00
|
|
|
; Event Handlers
|
2006-02-14 21:13:53 +00:00
|
|
|
;load => mod_event_multicast
|
2006-02-14 17:31:20 +00:00
|
|
|
load => mod_zeroconf
|
|
|
|
load => mod_xmpp_event
|
2006-02-14 16:26:24 +00:00
|
|
|
|
|
|
|
; Directory Interfaces
|
2006-02-14 17:31:20 +00:00
|
|
|
load => mod_ldap
|
2006-02-14 16:26:24 +00:00
|
|
|
|
|
|
|
; Endpoints
|
2006-02-14 17:31:20 +00:00
|
|
|
load => mod_exosip
|
|
|
|
load => mod_iax
|
|
|
|
load => mod_woomera
|
2006-02-14 16:26:24 +00:00
|
|
|
|
|
|
|
; Applications
|
2006-02-14 17:31:20 +00:00
|
|
|
load => mod_bridgecall
|
|
|
|
load => mod_ivrtest
|
|
|
|
load => mod_playback
|
2006-02-14 16:26:24 +00:00
|
|
|
|
|
|
|
; Dialplan Interfaces
|
2006-02-14 17:31:20 +00:00
|
|
|
load => mod_dialplan_demo
|
|
|
|
load => mod_dialplan_directory
|
|
|
|
load => mod_pcre
|
2006-02-14 16:26:24 +00:00
|
|
|
|
|
|
|
; Codec Interfaces
|
2006-02-14 17:31:20 +00:00
|
|
|
load => mod_g711
|
|
|
|
load => mod_gsm
|
|
|
|
load => mod_l16
|
|
|
|
load => mod_speex
|
2006-02-14 16:26:24 +00:00
|
|
|
|
|
|
|
; File Format Interfaces
|
2006-02-14 17:31:20 +00:00
|
|
|
load => mod_sndfile
|
2006-02-14 16:26:24 +00:00
|
|
|
|
|
|
|
; Timers
|
2006-02-14 17:31:20 +00:00
|
|
|
load => mod_softtimer
|
2006-02-14 16:26:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|