[asterisk-commits] murf: branch murf/RFCs r160292 - /team/murf/RFCs/CDRfix2.rfc.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 1 23:35:33 CST 2008
Author: murf
Date: Mon Dec 1 23:35:32 2008
New Revision: 160292
URL: http://svn.digium.com/view/asterisk?view=rev&rev=160292
Log:
Added FAX, FINAL cdr types via suggestions from asterisk-users; Added the CDR fields.
Modified:
team/murf/RFCs/CDRfix2.rfc.txt
Modified: team/murf/RFCs/CDRfix2.rfc.txt
URL: http://svn.digium.com/view/asterisk/team/murf/RFCs/CDRfix2.rfc.txt?view=diff&rev=160292&r1=160291&r2=160292
==============================================================================
--- team/murf/RFCs/CDRfix2.rfc.txt (original)
+++ team/murf/RFCs/CDRfix2.rfc.txt Mon Dec 1 23:35:32 2008
@@ -669,7 +669,36 @@
CDR5: A -> C; start: e6 ans: end: e7 type: AXFER2 Disp: ANSW Party: B linkedid: utf87 Hung: A
-
+---------------------------------
+CDR Fields (current and proposed)
+---------------------------------
+
+accountcode (user modifiable)
+amaflags (user modifiable)
+answer (timeval)
+
+axfer2hungup (new)
+billsec
+channel
+clid
+confid
+dcontext
+disposition
+dst
+dstchannel
+duration
+end (timeval)
+lastapp
+lastdata
+linkedid (new, sort of)
+parkingstall (new)
+party (new)
+src
+start (timeval)
+type (new)
+uniqueid
+userfield (user modifiable)
+vars (a list of attached vars)
---------
@@ -715,6 +744,12 @@
CONF a Meetme Conference participation.
+FAX an incoming or outgoing fax call leg;
+
+FINAL If configured for such, after all channels involved in a logical call have been closed,
+ we can issue a CDR with this type. The start/stop times should coincide with the end
+ time of the final channel to be closed.
+
HOLD A state where the src is being played nothing but music on hold;
this occurs during assisted xfers, and possibly in other scenarios.
Party contains who put this channel on hold.
More information about the asterisk-commits
mailing list