aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 19:52:21 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 19:52:21 +0000
commit587bd0e26fc1998529ec91511a27aafac104fa7c (patch)
tree86dd5bb5731eafe163be2d2d317b89b9c60d434d /funcs
parent3fb2da6dbbd2e0e6788f61c315182590adb64678 (diff)
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. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103685 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 63d49fd42..a1004e679 100644
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -120,6 +120,7 @@ static struct ast_custom_function cdr_function = {
.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"