]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorKen Rice <krice@freeswitch.org>
Fri, 2 Jan 2009 04:38:12 +0000 (04:38 +0000)
committerKen Rice <krice@freeswitch.org>
Fri, 2 Jan 2009 04:38:12 +0000 (04:38 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11055 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/easyroute.conf.xml

index ad77991fe5e570f79755e7b88cc71a6a66beebc3..7cd490942f331a0cc660e66e356c81536ea79c9f 100644 (file)
     
     <!-- IP or Hostname of Default Route -->
     <param name="default-gateway" value="192.168.66.6"/>
+
+    <!-- Customer Query. Use this with Care!!! We are not responsible if you mess
+         This up!!! Query *MUST* return columns in the following order!
+        gateway varchar(128) - contains destination gateway host:port pair (ex: 192.168.1.1:5060 )
+        group varchar(128) - contains optional group name
+        call_limit varchar(16) - contains optional call limit
+        tech_prefix varchar(128) - tech prefix used to build dial string (ex: sofia/default )
+        acctcode varchar(128) - used to set channel variable acctcode for logging into the CDRs
+        destination_number varchar(16) - Number returning for the query for building the dial string. (ex: 18005551212) 
+        See Documentation on the Wiki for further information -->
+    <!-- <param name="custom-query" value="call  FS_GET_SIP_LOCATION(%s);"/> -->
   </settings>
 </configuration>