aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-06 21:48:32 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-06 21:48:32 +0000
commiteb5521780919608461cb6442eae2c87f931918dc (patch)
treeb8139cd3ba55a51863e9c429c92ce60e24dcf2bd
parent05a3254fcb2e0f4eab0e9d6033402bd0d88815e9 (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.0@238232 f38db490-d61c-443f-a65b-d21fe96a405b
-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 3ea1a3008..87aaa48a8 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"