[Freeswitch-svn] [commit] r9690 - in freeswitch/trunk: build conf/autoload_configs

Freeswitch SVN brian at freeswitch.org
Sat Sep 27 21:27:05 EDT 2008


Author: brian
Date: Sat Sep 27 21:27:04 2008
New Revision: 9690

Modified:
   freeswitch/trunk/build/modules.conf.in
   freeswitch/trunk/conf/autoload_configs/modules.conf.xml

Log:
add loopback

Modified: freeswitch/trunk/build/modules.conf.in
==============================================================================
--- freeswitch/trunk/build/modules.conf.in	(original)
+++ freeswitch/trunk/build/modules.conf.in	Sat Sep 27 21:27:04 2008
@@ -35,6 +35,7 @@
 endpoints/mod_iax
 #endpoints/mod_portaudio
 endpoints/mod_sofia
+endpoints/mod_loopback
 #endpoints/mod_wanpipe
 #endpoints/mod_woomera
 #endpoints/mod_alsa

Modified: freeswitch/trunk/conf/autoload_configs/modules.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/modules.conf.xml	(original)
+++ freeswitch/trunk/conf/autoload_configs/modules.conf.xml	Sat Sep 27 21:27:04 2008
@@ -32,6 +32,7 @@
     <!-- <load module="mod_portaudio"/> -->
     <!-- <load module="mod_alsa"/> -->
     <load module="mod_sofia"/>
+    <load module="mod_loopback"/>
     <!-- <load module="mod_wanpipe"/> -->
     <!-- <load module="mod_woomera"/> -->
     <!-- <load module="mod_openzap"/> -->



More information about the Freeswitch-svn mailing list