[Freeswitch-svn] [commit] r11055 - freeswitch/trunk/conf/autoload_configs
FreeSWITCH SVN
silik0n at freeswitch.org
Thu Jan 1 20:38:13 PST 2009
Author: silik0n
Date: Thu Jan 1 23:38:12 2009
New Revision: 11055
Log:
tweak
Modified:
freeswitch/trunk/conf/autoload_configs/easyroute.conf.xml
Modified: freeswitch/trunk/conf/autoload_configs/easyroute.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/easyroute.conf.xml (original)
+++ freeswitch/trunk/conf/autoload_configs/easyroute.conf.xml Thu Jan 1 23:38:12 2009
@@ -10,5 +10,16 @@
<!-- 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>
More information about the Freeswitch-svn
mailing list