mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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:
@@ -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: \
|
||||
|
Reference in New Issue
Block a user