Fix param name for acctserver

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7524 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Chris Parker 2008-02-05 16:30:40 +00:00
parent 1b20aa7185
commit d6851c0a41
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@
<!-- accounting servers, up to 8 allowed -->
<!-- value is "host:port:secret", port is optional -->
<!-- use IP ADDRESSES, not hostnames -->
<param name="acct_server" value="127.0.0.1:1813:testing123"/>
<param name="acct_server" value="10.0.0.254:1813:testing123"/>
<param name="acct_server" value="192.168.10.10:1813:testing123"/>
<param name="acctserver" value="127.0.0.1:1813:testing123"/>
<param name="acctserver" value="10.0.0.254:1813:testing123"/>
<param name="acctserver" value="192.168.10.10:1813:testing123"/>
</settings>
</configuration>