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

Freeswitch SVN brian at freeswitch.org
Fri Dec 7 19:24:46 EST 2007


Author: brian
Date: Fri Dec  7 19:24:46 2007
New Revision: 6574

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

Log:
mod_iax to default

Modified: freeswitch/trunk/build/modules.conf.in
==============================================================================
--- freeswitch/trunk/build/modules.conf.in	(original)
+++ freeswitch/trunk/build/modules.conf.in	Fri Dec  7 19:24:46 2007
@@ -30,7 +30,7 @@
 dialplans/mod_dialplan_asterisk
 #directories/mod_ldap
 #endpoints/mod_dingaling
-#endpoints/mod_iax
+endpoints/mod_iax
 #endpoints/mod_portaudio
 endpoints/mod_sofia
 #endpoints/mod_wanpipe

Modified: freeswitch/trunk/conf/autoload_configs/iax.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/iax.conf.xml	(original)
+++ freeswitch/trunk/conf/autoload_configs/iax.conf.xml	Fri Dec  7 19:24:46 2007
@@ -1,7 +1,7 @@
 <configuration name="iax.conf" description="IAX Configuration">
   <settings>
     <param name="debug" value="0"/>
-    <!-- <param name="ip" value="1.2.3.4"/> -->
+    <param name="ip" value="$${local_ip_v4}"/>
     <param name="port" value="4569"/>
     <param name="dialplan" value="XML"/>
     <param name="codec-prefs" value="PCMU at 20i,PCMA,speex,L16"/>

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	Fri Dec  7 19:24:46 2007
@@ -27,7 +27,7 @@
 
     <!-- Endpoints -->
     <!-- <load module="mod_dingaling"/> -->
-    <!-- <load module="mod_iax"/> -->
+    <load module="mod_iax"/>
     <!-- <load module="mod_portaudio"/> -->
     <!-- <load module="mod_alsa"/> -->
     <load module="mod_sofia"/>



More information about the Freeswitch-svn mailing list