]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Re bug behavior mentioned in #asterisk, made this tweak to code, to prevent hundreds...
authorSteve Murphy <murf@digium.com>
Fri, 10 Aug 2007 18:25:51 +0000 (18:25 +0000)
committerSteve Murphy <murf@digium.com>
Fri, 10 Aug 2007 18:25:51 +0000 (18:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@79049 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/cdr.c

index 9d2b7ed09b1adc6c59591df95ed4ac24aadaf4dd..b81be5711df22413a05f52877c4622d4a7b25474 100644 (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: