[Freeswitch-svn] [commit] r10933 - freeswitch/trunk/conf/autoload_configs

FreeSWITCH SVN silik0n at freeswitch.org
Tue Dec 23 13:54:47 PST 2008


Author: silik0n
Date: Tue Dec 23 16:54:47 2008
New Revision: 10933

Log:
update

Added:
   freeswitch/trunk/conf/autoload_configs/easyroute.conf.xml

Added: freeswitch/trunk/conf/autoload_configs/easyroute.conf.xml
==============================================================================
--- (empty file)
+++ freeswitch/trunk/conf/autoload_configs/easyroute.conf.xml	Tue Dec 23 16:54:47 2008
@@ -0,0 +1,14 @@
+<configuration name="easyroute.conf" description="EasyRoute Module">
+  <settings>
+    <!-- These are kind Obvious -->
+    <param name="db-username" value="root"/>
+    <param name="db-password" value="password"/>
+    <param name="db-dsn" value="easyroute"/>
+
+    <!-- Default Technology and profile -->
+    <param name="default-techprofile" value="sofia/default"/>
+    
+    <!-- IP or Hostname of Default Route -->
+    <param name="default-gateway" value="192.168.66.6"/>
+  </settings>
+</configuration>



More information about the Freeswitch-svn mailing list