[svn-commits] murf: branch 1.4 r48015 - in /branches/1.4: ./ funcs/func_cdr.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Nov 25 17:01:34 MST 2006


Author: murf
Date: Sat Nov 25 18:01:34 2006
New Revision: 48015

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48015
Log:
A little bit of func_cdr documentation upgrade-- no bug# involved, although 8221 may have inspired it.

Modified:
    branches/1.4/   (props changed)
    branches/1.4/funcs/func_cdr.c

Propchange: branches/1.4/
            ('svnmerge-integrated' removed)

Modified: branches/1.4/funcs/func_cdr.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/funcs/func_cdr.c?view=diff&rev=48015&r1=48014&r2=48015
==============================================================================
--- branches/1.4/funcs/func_cdr.c (original)
+++ branches/1.4/funcs/func_cdr.c Sat Nov 25 18:01:34 2006
@@ -130,6 +130,18 @@
 "  values, when the 'u' option is passed, but formatted as YYYY-MM-DD HH:MM:SS\n"
 "  otherwise.  Similarly, disposition and amaflags will return their raw\n"
 "  integral values.\n",
+"  Here is a list of all the available cdr field names:\n",
+"    clid          lastdata       disposition\n"
+"    src           start          amaflags\n"
+"    dst           answer         accountcode\n"
+"    dcontext      end            uniqueid\n"
+"    dstchannel    duration       userfield\n"
+"    lastapp       billsec        channel\n"
+"  All of the above variables are read-only, except for accountcode,\n"
+"  userfield, and amaflags. You may, however,  supply\n"
+"  a name not on the above list, and create your own\n"
+"  variable, whose value can be changed with this function,\n"
+"  and this variable will be stored on the cdr.\n",
 };
 
 static int unload_module(void)



More information about the svn-commits mailing list