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:
parent
1b20aa7185
commit
d6851c0a41
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue