Skip to content
Snippets Groups Projects
Commit 90c10e5c authored by Jason Parker's avatar Jason Parker
Browse files

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: https://origsvn.digium.com/svn/asterisk/trunk@103685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5404ab35
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,7 @@ static struct ast_custom_function cdr_function = { ...@@ -120,6 +120,7 @@ static struct ast_custom_function cdr_function = {
.write = cdr_write, .write = cdr_write,
.desc = .desc =
"Options:\n" "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" " 'r' searches the entire stack of CDRs on the channel\n"
" 'u' retrieves the raw, unprocessed value\n" " 'u' retrieves the raw, unprocessed value\n"
" For example, 'start', 'answer', and 'end' will be retrieved as epoch\n" " For example, 'start', 'answer', and 'end' will be retrieved as epoch\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment