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:
Steve Murphy
2007-08-10 18:25:51 +00:00
parent 2544c0be73
commit 0c21db3e79

View File

@@ -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: