summaryrefslogtreecommitdiff
path: root/channels/chan_oss.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_oss.c')
-rwxr-xr-xchannels/chan_oss.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index 8c935f363..900b69f97 100755
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -847,6 +847,9 @@ static int oss_indicate(struct ast_channel *c, int cond)
o->cursound = -1;
return 0;
+ case AST_CONTROL_VIDUPDATE:
+ res = -1;
+ break;
default:
ast_log(LOG_WARNING,
"Don't know how to display condition %d on %s\n",