mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Merged revisions 189495 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r189495 | twilson | 2009-04-20 16:24:34 -0500 (Mon, 20 Apr 2009) | 9 lines 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/branches/1.6.0@189530 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -398,6 +398,7 @@ static void handle_cause(int cause, struct cause_args *num)
|
||||
num->nochan++;
|
||||
break;
|
||||
|
||||
case AST_CAUSE_NO_ANSWER:
|
||||
case AST_CAUSE_NORMAL_CLEARING:
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user