Fix typo in seqfile paramter

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8011 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Chris Parker 2008-04-03 20:12:26 +00:00
parent acd607f8ce
commit bc02db94ea
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<!-- location of the radius dictionary file -->
<param name="dictionary" value="/usr/local/freeswitch/conf/radius/dictionary"/>
<!-- 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 -->
<!-- value is "host:port:secret", port is optional -->