]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix typo in seqfile paramter
authorChris Parker <cparker@segv.org>
Thu, 3 Apr 2008 20:12:26 +0000 (20:12 +0000)
committerChris Parker <cparker@segv.org>
Thu, 3 Apr 2008 20:12:26 +0000 (20:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8011 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_radius_cdr/mod_radius_cdr.conf.xml

index 2e815917639ad92a836e895abedddaffece1f497..5ecaa7f8340ba2592ad69075cc538f4438758624 100644 (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 -->