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:
parent
acd607f8ce
commit
bc02db94ea
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue