[asterisk-commits] murf: trunk r48018 - in /trunk: ./
funcs/func_cdr.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Nov 25 17:31:13 MST 2006
Author: murf
Date: Sat Nov 25 18:31:13 2006
New Revision: 48018
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48018
Log:
Merged revisions 48017 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r48017 | murf | 2006-11-25 17:26:16 -0700 (Sat, 25 Nov 2006) | 1 line
might as well also document the raw values of the flag vars
........
Modified:
trunk/ (props changed)
trunk/funcs/func_cdr.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/funcs/func_cdr.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_cdr.c?view=diff&rev=48018&r1=48017&r2=48018
==============================================================================
--- trunk/funcs/func_cdr.c (original)
+++ trunk/funcs/func_cdr.c Sat Nov 25 18:31:13 2006
@@ -130,7 +130,7 @@
" 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",
+" Here is a list of all the available cdr field names:\n"
" clid lastdata disposition\n"
" src start amaflags\n"
" dst answer accountcode\n"
@@ -141,7 +141,16 @@
" 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",
+" and this variable will be stored on the cdr.\n"
+" raw values for disposition:\n"
+" 1 = NO ANSWER\n"
+" 2 = BUSY\n"
+" 3 = FAILED\n"
+" 4 = ANSWERED\n"
+" raw values for amaflags:\n"
+" 1 = OMIT\n"
+" 2 = BILLING\n"
+" 3 = DOCUMENTATION\n",
};
static int unload_module(void)
More information about the asterisk-commits
mailing list