mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
Merged revisions 189463 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r189463 | twilson | 2009-04-20 16:00:52 -0500 (Mon, 20 Apr 2009) | 2 lines Don't treat a NOANSWER like a CHANUNAVAIL ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@189495 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -635,6 +635,7 @@ static void handle_cause(int cause, struct cause_args *num)
|
|||||||
num->nochan++;
|
num->nochan++;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case AST_CAUSE_NO_ANSWER:
|
||||||
case AST_CAUSE_NORMAL_CLEARING:
|
case AST_CAUSE_NORMAL_CLEARING:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user