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

Fix typo in seqfile paramter

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8011 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 acd607f8
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<!-- location of the radius dictionary file --> <!-- location of the radius dictionary file -->
<param name="dictionary" value="/usr/local/freeswitch/conf/radius/dictionary"/> <param name="dictionary" value="/usr/local/freeswitch/conf/radius/dictionary"/>
<!-- location of the radius sequence file --> <!-- location of the radius sequence file -->
<param name="dictionary" value="/var/run/radius.seq"/> <param name="seqfile" value="/var/run/radius.seq"/>
<!-- accounting servers, up to 8 allowed --> <!-- accounting servers, up to 8 allowed -->
<!-- value is "host:port:secret", port is optional --> <!-- value is "host:port:secret", port is optional -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论