]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Revise documentation on disposition values to the actual values used.
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 6 Jan 2010 21:41:55 +0000 (21:41 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 6 Jan 2010 21:41:55 +0000 (21:41 +0000)
(closes issue #16289)
 Reported by: wdoekes

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@238230 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/func_cdr.c

index 4e90246c4c323cb549c339d151d6421670edddb6..d52ea5ea186a35da1640bda935a9543abcbb0cf7 100644 (file)
@@ -162,10 +162,11 @@ static struct ast_custom_function cdr_function = {
 "  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"