]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add loopback
authorBrian West <brian@freeswitch.org>
Sun, 28 Sep 2008 01:27:04 +0000 (01:27 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 28 Sep 2008 01:27:04 +0000 (01:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9690 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/modules.conf.in
conf/autoload_configs/modules.conf.xml

index 73ba822dd35820cadd9442df56012be2cd65490d..c3bcc416891c53f6c3448137bb59ab683704aa2f 100644 (file)
@@ -35,6 +35,7 @@ dialplans/mod_dialplan_asterisk
 endpoints/mod_iax
 #endpoints/mod_portaudio
 endpoints/mod_sofia
+endpoints/mod_loopback
 #endpoints/mod_wanpipe
 #endpoints/mod_woomera
 #endpoints/mod_alsa
index bcc340574d3ec0ae5439877edd22259d61e2a8f6..14c92c7fb15883a3eac7bee20dfef62f8ce4f1c1 100644 (file)
@@ -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"/> -->