]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorKen Rice <krice@freeswitch.org>
Tue, 23 Dec 2008 21:54:47 +0000 (21:54 +0000)
committerKen Rice <krice@freeswitch.org>
Tue, 23 Dec 2008 21:54:47 +0000 (21:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10933 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/easyroute.conf.xml [new file with mode: 0644]

diff --git a/conf/autoload_configs/easyroute.conf.xml b/conf/autoload_configs/easyroute.conf.xml
new file mode 100644 (file)
index 0000000..ad77991
--- /dev/null
@@ -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>