[Asterisk-cvs] asterisk/cdr cdr_csv.c,1.11,1.12
markster at lists.digium.com
markster at lists.digium.com
Sun Dec 19 16:17:38 CST 2004
- Previous message: [Asterisk-cvs] asterisk/channels chan_sip.c,1.594,1.595
- Next message: [Asterisk-cvs]
asterisk/apps app_dial.c, 1.113, 1.114 app_festival.c,
1.27, 1.28 app_meetme.c, 1.65, 1.66 app_mp3.c, 1.21,
1.22 app_queue.c, 1.98, 1.99 app_sql_postgres.c, 1.7,
1.8 app_voicemail.c, 1.181, 1.182
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/cdr
In directory mongoose.digium.com:/tmp/cvs-serv6173/cdr
Modified Files:
cdr_csv.c
Log Message:
Merge Olle's comment patch (bug #3097)
Index: cdr_csv.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_csv.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cdr_csv.c 15 Dec 2004 20:49:33 -0000 1.11
+++ cdr_csv.c 19 Dec 2004 21:13:41 -0000 1.12
@@ -3,9 +3,9 @@
*
* Comma Separated Value CDR records.
*
- * Copyright (C) 1999, Mark Spencer
+ * Copyright (C) 1999-2004, Digium, inc
*
- * Mark Spencer <markster at linux-support.net>
+ * Mark Spencer <markster at digium.com>
*
* This program is free software, distributed under the terms of
* the GNU General Public License.
@@ -39,32 +39,33 @@
#include <unistd.h>
#include <time.h>
-/* The values are as follows:
+/*----------------------------------------------------
+ The values are as follows:
- "accountcode", // accountcode is the account name of detail records, Master.csv contains all records
- // Detail records are configured on a channel basis, IAX and SIP are determined by user
- // Zap is determined by channel in zaptel.conf
+ "accountcode", accountcode is the account name of detail records, Master.csv contains all records *
+ Detail records are configured on a channel basis, IAX and SIP are determined by user *
+ Zap is determined by channel in zaptel.conf
"source",
"destination",
"destination context",
"callerid",
"channel",
"destination channel", (if applicable)
- "last application", // Last application run on the channel
- "last app argument", // argument to the last channel
+ "last application", Last application run on the channel
+ "last app argument", argument to the last channel
"start time",
"answer time",
"end time",
- duration, // Duration is the whole length that the entire call lasted. ie. call rx'd to hangup
- // "end time" minus "start time"
- billable seconds, // the duration that a call was up after other end answered which will be <= to duration
- // "end time" minus "answer time"
- "disposition", // ANSWERED, NO ANSWER, BUSY
- "amaflags", // DOCUMENTATION, BILL, IGNORE etc, specified on a per channel basis like accountcode.
- "uniqueid", // unique call identifier
- "userfield" // user field set via SetCDRUserField
-*/
+ duration, Duration is the whole length that the entire call lasted. ie. call rx'd to hangup
+ "end time" minus "start time"
+ billable seconds, the duration that a call was up after other end answered which will be <= to duration
+ "end time" minus "answer time"
+ "disposition", ANSWERED, NO ANSWER, BUSY
+ "amaflags", DOCUMENTATION, BILL, IGNORE etc, specified on a per channel basis like accountcode.
+ "uniqueid", unique call identifier
+ "userfield" user field set via SetCDRUserField
+----------------------------------------------------------*/
static char *desc = "Comma Separated Values CDR Backend";
- Previous message: [Asterisk-cvs] asterisk/channels chan_sip.c,1.594,1.595
- Next message: [Asterisk-cvs]
asterisk/apps app_dial.c, 1.113, 1.114 app_festival.c,
1.27, 1.28 app_meetme.c, 1.65, 1.66 app_mp3.c, 1.21,
1.22 app_queue.c, 1.98, 1.99 app_sql_postgres.c, 1.7,
1.8 app_voicemail.c, 1.181, 1.182
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list