提交 d6851c0a authored 作者: Chris Parker's avatar Chris Parker

Fix param name for acctserver

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7524 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 1b20aa71
......@@ -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>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论