From: Tilghman Lesher Date: Wed, 6 Jan 2010 21:41:55 +0000 (+0000) Subject: Revise documentation on disposition values to the actual values used. X-Git-Tag: 1.4.29-rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2dc944264658672a69eb1c836061cfb7ab596a9;p=thirdparty%2Fasterisk.git Revise documentation on disposition values to the actual values used. (closes issue #16289) Reported by: wdoekes git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@238230 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c index 4e90246c4c..d52ea5ea18 100644 --- a/funcs/func_cdr.c +++ b/funcs/func_cdr.c @@ -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"