]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.
authorMatthew Nicholson <mnicholson@digium.com>
Fri, 29 May 2009 18:53:01 +0000 (18:53 +0000)
committerMatthew Nicholson <mnicholson@digium.com>
Fri, 29 May 2009 18:53:01 +0000 (18:53 +0000)
commitaa2fd9a4c288a4efda0c516dcdfb20764cdca458
tree5308062bda33d58db70c18bb91973cb2f1ffbba0
parentbe8d983874b314a8584c3728a52b8d2ec9c5ee7f
Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.

This change also involves the addition of an AST_CDR_FLAG_ORIGINATED flag that is used on originated channels to distinguish: them from dialed channels.

(closes issue #12946)
Reported by: meral
Patches:
      null-cdr2.diff uploaded by mnicholson (license 96)
Tested by: mnicholson, dbrooks

(closes issue #15122)
Reported by: sum
Tested by: sum

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@198068 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/cdr.h
main/cdr.c
main/channel.c
res/res_features.c