[Freeswitch-branches] [commit] r4382 - in freeswitch/branches/cparker/conf: . radius
Freeswitch SVN
cparker at freeswitch.org
Fri Feb 23 17:09:13 EST 2007
Author: cparker
Date: Fri Feb 23 17:09:13 2007
New Revision: 4382
Added:
freeswitch/branches/cparker/conf/mod_radius_cdr.conf.xml
Removed:
freeswitch/branches/cparker/conf/mod_cdr.conf.xml
freeswitch/branches/cparker/conf/radius/port-id-map
freeswitch/branches/cparker/conf/radius/servers
freeswitch/branches/cparker/conf/radiusclient.conf
Log:
Config file cleanups to remove unused radius_cdr configs from earlier module attempt
Added: freeswitch/branches/cparker/conf/mod_radius_cdr.conf.xml
==============================================================================
--- (empty file)
+++ freeswitch/branches/cparker/conf/mod_radius_cdr.conf.xml Fri Feb 23 17:09:13 2007
@@ -0,0 +1,16 @@
+<configuration name="mod_radius_cdr.conf" description="RADIUS CDR Configuration">
+ <settings>
+ <!-- location of the radius dictionary files -->
+ <param name="dictionary" value="/usr/local/freeswitch/conf/radius/dictionary"/>
+ <!-- number of retries for each server -->
+ <param name="radius_retries" value="3"/>
+ <!-- number of seconds to wait between retries -->
+ <param name="radius_timeout" value="5"/>
+ <!-- accounting servers, up to 8 allowed -->
+ <!-- value is "host:port:secret", port is optional -->
+ <param name="acct_server" value="localhost:1813:testing123"/>
+ <param name="acct_server" value="otherhost:1813:testing123"/>
+ <param name="acct_server" value="thirdhost:1813:testing123"/>
+ </settings>
+</configuration>
+
More information about the Freeswitch-branches
mailing list