Issue #7081 (kanoop) - use proper cause code for 480

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26716 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson 2006-05-11 07:25:03 +00:00
parent c5e9360e8e
commit d04f0da698
1 changed files with 1 additions and 1 deletions

View File

@ -2541,7 +2541,7 @@ static int hangup_sip2cause(int cause)
case 420: /* Bad extension */
return AST_CAUSE_NO_ROUTE_DESTINATION;
case 480: /* No answer */
return AST_CAUSE_FAILURE;
return AST_CAUSE_NO_ANSWER;
case 481: /* No answer */
return AST_CAUSE_INTERWORKING;
case 482: /* Loop detected */