[asterisk-commits] qwell: branch 1.4 r103683 - /branches/1.4/funcs/func_cdr.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Feb 14 13:51:11 CST 2008
Author: qwell
Date: Thu Feb 14 13:51:10 2008
New Revision: 103683
URL: http://svn.digium.com/view/asterisk?view=rev&rev=103683
Log:
Document the 'l' option to the CDR() function.
(Thanks voipgate for pointing out the option, and Leif for providing text for it.)
Closes issue #11695.
Modified:
branches/1.4/funcs/func_cdr.c
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=103683&r1=103682&r2=103683
==============================================================================
--- branches/1.4/funcs/func_cdr.c (original)
+++ branches/1.4/funcs/func_cdr.c Thu Feb 14 13:51:10 2008
@@ -126,6 +126,7 @@
"Options:\n"
" 'r' searches the entire stack of CDRs on the channel\n"
" 'u' retrieves the raw, unprocessed value\n"
+" 'l' uses the most recent CDR on a channel with multiple records\n"
" For example, 'start', 'answer', and 'end' will be retrieved as epoch\n"
" 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"
More information about the asterisk-commits
mailing list