mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
Issue #5918 - Disposition showing FAILED even though call is answered successfully (Reported by tracinet)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@14234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
|
||||
#define AST_CDR_NOANSWER (1 << 0)
|
||||
#define AST_CDR_BUSY (1 << 1)
|
||||
#define AST_CDR_ANSWERED (1 << 2)
|
||||
#define AST_CDR_FAILED (1 << 3)
|
||||
#define AST_CDR_FAILED (1 << 2)
|
||||
#define AST_CDR_ANSWERED (1 << 3)
|
||||
|
||||
/*! AMA Flags */
|
||||
#define AST_CDR_OMIT (1)
|
||||
|
||||
Reference in New Issue
Block a user