From: Jason Parker Date: Thu, 14 Feb 2008 19:51:39 +0000 (+0000) Subject: swap location for this.. X-Git-Tag: 1.4.19~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f29e9e72ba0c8e936b1ed14599b264c8ab12cf8d;p=thirdparty%2Fasterisk.git swap location for this.. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@103684 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c index 6b13bc4fe2..50efc995d4 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"