aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-30 02:12:09 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-30 02:12:09 +0000
commitcd0067f95a3d30b8c59cf745e051810295fc96db (patch)
tree523cf56292aca0be31b6cbce502ff6608eab29a2 /file.c
parent1369e0caffc94ce9dc3be97252868373c6b6a91b (diff)
Add SIP video fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6448 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'file.c')
-rwxr-xr-xfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index 6fcd31173..ab24719cb 100755
--- a/file.c
+++ b/file.c
@@ -987,6 +987,7 @@ int ast_waitstream(struct ast_channel *c, const char *breakon)
return -1;
case AST_CONTROL_RINGING:
case AST_CONTROL_ANSWER:
+ case AST_CONTROL_VIDUPDATE:
/* Unimportant */
break;
default: