[asterisk-commits] branch oej/cdr_radius r28441 - in /team/oej/cdr_radius: cdr/ doc/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu May 18 18:44:34 MST 2006


Author: russell
Date: Thu May 18 20:44:33 2006
New Revision: 28441

URL: http://svn.digium.com/view/asterisk?rev=28441&view=rev
Log:
move some information from the C file to the doc file

Modified:
    team/oej/cdr_radius/cdr/cdr_radius.c
    team/oej/cdr_radius/doc/radius.txt

Modified: team/oej/cdr_radius/cdr/cdr_radius.c
URL: http://svn.digium.com/view/asterisk/team/oej/cdr_radius/cdr/cdr_radius.c?rev=28441&r1=28440&r2=28441&view=diff
==============================================================================
--- team/oej/cdr_radius/cdr/cdr_radius.c (original)
+++ team/oej/cdr_radius/cdr/cdr_radius.c Thu May 18 20:44:33 2006
@@ -76,34 +76,6 @@
 	PW_AST_USER_FIELD =   118
 };
 
-/*----------------------------------------------------
-  The values are as follows (taken from cdr_cdsv.c):
-
-
-  "Asterisk-Acc-Code",          The account name of detail records, detail records are configured on a channel basis, IAX and SIP are determined by user *
-		        	Zap is determined by channel in zaptel.conf 
-  "Asterisk-Src",
-  "Asterisk-Dst",
-  "Asterisk-Dst-Ctx",           The destination context
-  "Asterisk-Clid",
-  "Asterisk-Chan",              The channel
-  "Asterisk-Dst-Chan",	        (if applicable)
-  "Asterisk-Last-App",	        Last application run on the channel 
-  "Asterisk-Last-Data", 	Argument to the last channel 
-  "Asterisk-Start-Time",        
-  "Asterisk-Answer-Time", 
-  "Asterisk-End-Time", 
-  "Asterisk-Duration",   	Duration is the whole length that the entire call lasted. ie. call rx'd to hangup  
-  			"end time" minus "start time" 
-  "Asterisk-Bill-Sec", 	        The duration that a call was up after other end answered which will be <= to duration  
-  			"end time" minus "answer time" 
-  "Asterisk-Disposition",    	ANSWERED, NO ANSWER, BUSY 
-  "Asterisk-AMA-Flags",       	DOCUMENTATION, BILL, IGNORE etc, specified on a per channel basis like accountcode. 
-  "Asterisk-Unique-ID",         Unique call identifier 
-  "Asterisk-User-Field"		User field set via SetCDRUserField 
-----------------------------------------------------------*/
-
-
 static char *desc = "RADIUS CDR Backend";
 static char *name = "radius";
 static char *cdr_config = "cdr.conf";

Modified: team/oej/cdr_radius/doc/radius.txt
URL: http://svn.digium.com/view/asterisk/team/oej/cdr_radius/doc/radius.txt?rev=28441&r1=28440&r2=28441&view=diff
==============================================================================
--- team/oej/cdr_radius/doc/radius.txt (original)
+++ team/oej/cdr_radius/doc/radius.txt Thu May 18 20:44:33 2006
@@ -163,10 +163,36 @@
 	for all the fields which are recorded. By default, records in comma 
 	separated values will be created in /var/log/asterisk/cdr-csv. 
 
-	The configuration file for cdr_radius.so module are :
+	The configuration file for cdr_radius.so module is :
 
-	File /etc/asterisk/radius.conf where you can set the path to 
-	radiusclient-ng library configuration file. See the comments
-	in the file for more details.
+        /etc/asterisk/cdr.conf 
+	This is where you can set CDR related parameters as well as the path to
+	the radiusclient-ng library configuration file.
 
-        File /etc/asterisk/cdr.conf where you can set CDR related parameters.
+
+ 4. Logged Values
+
+  "Asterisk-Acc-Code",          The account name of detail records
+  "Asterisk-Src",
+  "Asterisk-Dst",
+  "Asterisk-Dst-Ctx",           The destination context
+  "Asterisk-Clid",
+  "Asterisk-Chan",              The channel
+  "Asterisk-Dst-Chan",	        (if applicable)
+  "Asterisk-Last-App",	        Last application run on the channel 
+  "Asterisk-Last-Data",         Argument to the last channel 
+  "Asterisk-Start-Time",        
+  "Asterisk-Answer-Time", 
+  "Asterisk-End-Time", 
+  "Asterisk-Duration",          Duration is the whole length that the entire 
+                                call lasted. ie. call rx'd to hangup 
+                                "end time" minus "start time" 
+  "Asterisk-Bill-Sec", 	        The duration that a call was up after other 
+                                end answered which will be <= to duration  
+                                "end time" minus "answer time" 
+  "Asterisk-Disposition",    	ANSWERED, NO ANSWER, BUSY 
+  "Asterisk-AMA-Flags",       	DOCUMENTATION, BILL, IGNORE etc, specified on 
+                                a per channel basis like accountcode. 
+  "Asterisk-Unique-ID",         Unique call identifier 
+  "Asterisk-User-Field"	        User field set via SetCDRUserField 
+



More information about the asterisk-commits mailing list