Don't treat a NOANSWER like a CHANUNAVAIL

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@189463 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Terry Wilson
2009-04-20 21:00:52 +00:00
parent 5de742a483
commit ef9ef40c19

View File

@@ -356,6 +356,7 @@ static void hanguptree(struct dial_localuser *outgoing, struct ast_channel *exce
ast_cdr_failed(chan->cdr); \
numnochan++; \
break; \
case AST_CAUSE_NO_ANSWER: \
case AST_CAUSE_NORMAL_CLEARING: \
break; \
default: \