aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 19:51:39 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 19:51:39 +0000
commit7950914e3a811b6169e0400604a5753c8bb8d1a4 (patch)
treebe9a11052a209698bdebd0991dc1e9f7a3f3b9f2 /funcs
parente937803fd972a7dd28650ee6878a2e11610591ce (diff)
swap location for this..
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@103684 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_cdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index 6b13bc4fe..50efc995d 100644
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -124,9 +124,9 @@ 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"
-" '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"