Add mod_loopback to the debian packages
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9694 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
399113faaa
commit
76f93476f1
|
@ -39,6 +39,7 @@ opt/freeswitch/mod/mod_fsv.so*
|
||||||
opt/freeswitch/mod/mod_tone_stream.so*
|
opt/freeswitch/mod/mod_tone_stream.so*
|
||||||
opt/freeswitch/mod/mod_fax.so*
|
opt/freeswitch/mod/mod_fax.so*
|
||||||
opt/freeswitch/mod/mod_timezone.so*
|
opt/freeswitch/mod/mod_timezone.so*
|
||||||
|
opt/freeswitch/mod/mod_loopback.so*
|
||||||
opt/freeswitch/conf/vars.xml
|
opt/freeswitch/conf/vars.xml
|
||||||
opt/freeswitch/conf/mime.types
|
opt/freeswitch/conf/mime.types
|
||||||
opt/freeswitch/conf/web-vm.tpl
|
opt/freeswitch/conf/web-vm.tpl
|
||||||
|
|
|
@ -20,7 +20,8 @@ export DIALPLANS_MODULES=dialplans/mod_dialplan_asterisk dialplans/mod_dialplan_
|
||||||
export DIRECTORIES_MODULES=
|
export DIRECTORIES_MODULES=
|
||||||
export DOTNET_MODULES=
|
export DOTNET_MODULES=
|
||||||
export ENDPOINTS_MODULES=endpoints/mod_dingaling endpoints/mod_iax endpoints/mod_portaudio endpoints/mod_sofia \
|
export ENDPOINTS_MODULES=endpoints/mod_dingaling endpoints/mod_iax endpoints/mod_portaudio endpoints/mod_sofia \
|
||||||
endpoints/mod_woomera ../../libs/openzap/mod_openzap
|
endpoints/mod_woomera endpoints/mod_loopback \
|
||||||
|
../../libs/openzap/mod_openzap
|
||||||
export EVENT_HANDLERS_MODULES=event_handlers/mod_event_multicast event_handlers/mod_event_socket event_handlers/mod_cdr_csv
|
export EVENT_HANDLERS_MODULES=event_handlers/mod_event_multicast event_handlers/mod_event_socket event_handlers/mod_cdr_csv
|
||||||
export FORMATS_MODULES=formats/mod_local_stream formats/mod_native_file formats/mod_sndfile formats/mod_tone_stream formats/mod_shout
|
export FORMATS_MODULES=formats/mod_local_stream formats/mod_native_file formats/mod_sndfile formats/mod_tone_stream formats/mod_shout
|
||||||
export LANGUAGES_MODULES=languages/mod_perl languages/mod_lua
|
export LANGUAGES_MODULES=languages/mod_perl languages/mod_lua
|
||||||
|
|
Loading…
Reference in New Issue