easyroute.conf.xml 1.4 KB

12345678910111213141516171819202122232425262728
  1. <configuration name="easyroute.conf" description="EasyRoute Module">
  2. <settings>
  3. <!-- These are kind Obvious -->
  4. <param name="db-username" value="root"/>
  5. <param name="db-password" value="password"/>
  6. <param name="db-dsn" value="easyroute"/>
  7. <!-- Default Technology and profile -->
  8. <param name="default-techprofile" value="sofia/default"/>
  9. <!-- IP or Hostname of Default Route -->
  10. <param name="default-gateway" value="192.168.66.6"/>
  11. <!-- Number of times to retry ODBC connection on connection problems, default is 120 -->
  12. <param name="odbc-retries" value="120"/>
  13. <!-- Customer Query. Use this with Care!!! We are not responsible if you mess
  14. This up!!! Query *MUST* return columns in the following order!
  15. gateway varchar(128) - contains destination gateway host:port pair (ex: 192.168.1.1:5060 )
  16. group varchar(128) - contains optional group name
  17. call_limit varchar(16) - contains optional call limit
  18. tech_prefix varchar(128) - tech prefix used to build dial string (ex: sofia/default )
  19. acctcode varchar(128) - used to set channel variable acctcode for logging into the CDRs
  20. destination_number varchar(16) - Number returning for the query for building the dial string. (ex: 18005551212)
  21. See Documentation on the Wiki for further information -->
  22. <!-- <param name="custom-query" value="call FS_GET_SIP_LOCATION(%s);"/> -->
  23. </settings>
  24. </configuration>