]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add mod_loopback to the debian packages
authorMassimo Cetra <ctrix+fs@navynet.it>
Sun, 28 Sep 2008 14:09:53 +0000 (14:09 +0000)
committerMassimo Cetra <ctrix+fs@navynet.it>
Sun, 28 Sep 2008 14:09:53 +0000 (14:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9694 d0543943-73ff-0310-b7d9-9358b9ac24b2

debian/freeswitch.install
debian/rules

index 78ad518cb375eba46c9c69daeb259fa4783cde47..94979c6554f0a0ccd293c1781217c8655d4d54c7 100644 (file)
@@ -39,6 +39,7 @@ opt/freeswitch/mod/mod_fsv.so*
 opt/freeswitch/mod/mod_tone_stream.so*
 opt/freeswitch/mod/mod_fax.so*
 opt/freeswitch/mod/mod_timezone.so*
+opt/freeswitch/mod/mod_loopback.so*
 opt/freeswitch/conf/vars.xml
 opt/freeswitch/conf/mime.types
 opt/freeswitch/conf/web-vm.tpl
index d11adea482e65aa52af5f645ffc607b8c11adfc3..baa514ec7e4e974bc48947809a6beae2c91e495a 100755 (executable)
@@ -20,7 +20,8 @@ export DIALPLANS_MODULES=dialplans/mod_dialplan_asterisk dialplans/mod_dialplan_
 export DIRECTORIES_MODULES=
 export DOTNET_MODULES=
 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 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