[svn-commits] tilghman: branch 1.6.1 r238233 - in /branches/1.6.1: ./ funcs/func_cdr.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jan 6 15:48:44 CST 2010
Author: tilghman
Date: Wed Jan 6 15:48:40 2010
New Revision: 238233
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=238233
Log:
Merged revisions 238231 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r238231 | tilghman | 2010-01-06 15:45:17 -0600 (Wed, 06 Jan 2010) | 11 lines
Merged revisions 238230 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r238230 | tilghman | 2010-01-06 15:41:55 -0600 (Wed, 06 Jan 2010) | 4 lines
Revise documentation on disposition values to the actual values used.
(closes issue #16289)
Reported by: wdoekes
........
................
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/funcs/func_cdr.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/funcs/func_cdr.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/funcs/func_cdr.c?view=diff&rev=238233&r1=238232&r2=238233
==============================================================================
--- branches/1.6.1/funcs/func_cdr.c (original)
+++ branches/1.6.1/funcs/func_cdr.c Wed Jan 6 15:48:40 2010
@@ -158,10 +158,11 @@
" For setting CDR values, the 'l' flag does not apply to\n"
" setting the accountcode, userfield, or amaflags.\n"
" raw values for disposition:\n"
-" 1 = NO ANSWER\n"
-" 2 = BUSY\n"
-" 3 = FAILED\n"
-" 4 = ANSWERED\n"
+" 0 = NO ANSWER\n"
+" 1 = NO ANSWER (NULL record)\n"
+" 2 = FAILED\n"
+" 4 = BUSY\n"
+" 8 = ANSWERED\n"
" raw values for amaflags:\n"
" 1 = OMIT\n"
" 2 = BILLING\n"
More information about the svn-commits
mailing list