aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-06 21:48:40 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-06 21:48:40 +0000
commitf79f11245fbf21cf5328922a2d5bba8f20112413 (patch)
tree22d3a673487244771cd35cefaabf21fbb8d90be5 /funcs
parent2e9b146102ed4881d0cdecfcd57ac11b577e86db (diff)
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 ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@238233 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_cdr.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index 9b73d03f1..8dc5f7419 100644
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -158,10 +158,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"