[svn-commits] qwell: branch 1.4 r103684 - /branches/1.4/funcs/func_cdr.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 14 13:51:39 CST 2008


Author: qwell
Date: Thu Feb 14 13:51:39 2008
New Revision: 103684

URL: http://svn.digium.com/view/asterisk?view=rev&rev=103684
Log:
swap location for this..

Modified:
    branches/1.4/funcs/func_cdr.c

Modified: branches/1.4/funcs/func_cdr.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/funcs/func_cdr.c?view=diff&rev=103684&r1=103683&r2=103684
==============================================================================
--- branches/1.4/funcs/func_cdr.c (original)
+++ branches/1.4/funcs/func_cdr.c Thu Feb 14 13:51:39 2008
@@ -124,9 +124,9 @@
 	.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"




More information about the svn-commits mailing list