]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_iax to default
authorBrian West <brian@freeswitch.org>
Sat, 8 Dec 2007 00:24:46 +0000 (00:24 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 8 Dec 2007 00:24:46 +0000 (00:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6574 d0543943-73ff-0310-b7d9-9358b9ac24b2

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

index 1aa3eda7d76b337e0fe85fb327ff7576aea7e598..066dcb2a1eed98b32546f41f434e3f0f07cefb7e 100644 (file)
@@ -30,7 +30,7 @@ dialplans/mod_dialplan_xml
 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
index 60eda64034589a36290b2633e9d6b522a2dfe1c9..345f7f4fa20d88287cef9b4d79557ce4c98b6f4b 100644 (file)
@@ -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@20i,PCMA,speex,L16"/>
index 45e3830742a7ae9ac72baf3fc9d21dd23fa40553..45127295865c4d848c432e871233f54fd685922f 100644 (file)
@@ -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"/>