Skip to content

Commit

Permalink
Fake AST_CONTROL_REDIRECTING
Browse files Browse the repository at this point in the history
  • Loading branch information
valkuc committed Jan 18, 2014
1 parent 4f92375 commit e44f5b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions channel.c
Expand Up @@ -987,6 +987,7 @@ static int channel_indicate (struct ast_channel* channel, int condition, const v
case AST_CONTROL_CONGESTION:
case AST_CONTROL_RINGING:
case AST_CONTROL_PVT_CAUSE_CODE:
case AST_CONTROL_REDIRECTING:
case -1:
res = -1;
break;
Expand Down

0 comments on commit e44f5b3

Please sign in to comment.