[asterisk-commits] qwell: trunk r103685 - in /trunk: ./ funcs/func_cdr.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Feb 14 13:52:22 CST 2008
Author: qwell
Date: Thu Feb 14 13:52:21 2008
New Revision: 103685
URL: http://svn.digium.com/view/asterisk?view=rev&rev=103685
Log:
Merged revisions 103683 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r103683 | qwell | 2008-02-14 13:51:10 -0600 (Thu, 14 Feb 2008) | 5 lines
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:
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=103685&r1=103684&r2=103685
==============================================================================
--- trunk/funcs/func_cdr.c (original)
+++ trunk/funcs/func_cdr.c Thu Feb 14 13:52:21 2008
@@ -120,6 +120,7 @@
.write = cdr_write,
.desc =
"Options:\n"
+" 'l' uses the most recent CDR on a channel with multiple records\n"
" 'r' searches the entire stack of CDRs on the channel\n"
" 'u' retrieves the raw, unprocessed value\n"
" For example, 'start', 'answer', and 'end' will be retrieved as epoch\n"
More information about the asterisk-commits
mailing list