]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_hash: add hash.conf.xml
authorMathieu Rene <mrene@avgs.ca>
Mon, 19 Jul 2010 15:26:53 +0000 (11:26 -0400)
committerMathieu Rene <mrene@avgs.ca>
Mon, 19 Jul 2010 15:26:53 +0000 (11:26 -0400)
conf/autoload_configs/hash.conf.xml [new file with mode: 0644]

diff --git a/conf/autoload_configs/hash.conf.xml b/conf/autoload_configs/hash.conf.xml
new file mode 100644 (file)
index 0000000..1b54a45
--- /dev/null
@@ -0,0 +1,6 @@
+<configuration name="hash.conf" description="Hash Configuration">
+  <remotes>
+       <!-- List of hosts from where to pull usage data -->
+       <remote name="Test1" host="10.0.0.10" port="8021" password="ClueCon" interval="1000" />
+  </remotes>
+</configuration>