]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 238231 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 6 Jan 2010 21:48:32 +0000 (21:48 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 6 Jan 2010 21:48:32 +0000 (21:48 +0000)
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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@238232 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/func_cdr.c

index 3ea1a300831661daa8720e8635890976f515028b..87aaa48a806929d2782af7f065681c180169e2f4 100644 (file)
@@ -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"