mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
revert unnecessary change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6513 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4777,9 +4777,6 @@ static int zt_indicate(struct ast_channel *chan, int condition)
|
||||
} else
|
||||
res = 0;
|
||||
break;
|
||||
case AST_CONTROL_VIDUPDATE:
|
||||
res = 0;
|
||||
break;
|
||||
case -1:
|
||||
res = tone_zone_play_tone(p->subs[index].zfd, -1);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user