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
This commit is contained in:
Tilghman Lesher
2010-01-06 21:41:55 +00:00
parent d8cf7e6003
commit b2dc944264

View 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"