mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Re bug behavior mentioned in #asterisk, made this tweak to code, to prevent hundreds of log messages from being generated
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@79049 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -750,6 +750,7 @@ int ast_cdr_disposition(struct ast_cdr *cdr, int cause)
|
||||
ast_cdr_busy(cdr);
|
||||
break;
|
||||
case AST_CAUSE_FAILURE:
|
||||
case AST_CAUSE_NORMAL_CIRCUIT_CONGESTION:
|
||||
ast_cdr_failed(cdr);
|
||||
break;
|
||||
case AST_CAUSE_NORMAL:
|
||||
|
Reference in New Issue
Block a user