aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 19:51:10 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 19:51:10 +0000
commite937803fd972a7dd28650ee6878a2e11610591ce (patch)
tree9441208a13c141f3a8db54b644c852c23c8f307d /funcs
parentb8a1b2ec278cc70e81ef6285e13effdfeec1514f (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@103683 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_cdr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index 74d9eec86..6b13bc4fe 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"