Skip to content
Snippets Groups Projects
Commit f505cb43 authored by Terry Wilson's avatar Terry Wilson
Browse files

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
parent e7423907
Branches
Tags
No related merge requests found
...@@ -635,6 +635,7 @@ static void handle_cause(int cause, struct cause_args *num) ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment