From 01b6eae2e577e718dd44cf893f037b8c5620ae73 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 14 Feb 2008 19:51:10 +0000 Subject: [PATCH] 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. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@103683 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_cdr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c index 74d9eec86c..6b13bc4fe2 100644 --- a/funcs/func_cdr.c +++ b/funcs/func_cdr.c @@ -126,6 +126,7 @@ static struct ast_custom_function cdr_function = { "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"