dect
/
asterisk
Archived
13
0
Fork 0

Fix vidupdate for chan_zap to eliminate sillyl warning

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6505 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-09-02 18:43:36 +00:00
parent 3b9aa429ca
commit 3b7c6fae83
1 changed files with 3 additions and 0 deletions

View File

@ -4777,6 +4777,9 @@ 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;