aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-28 06:02:45 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-28 06:02:45 +0000
commit64c1d48eefed9d82c15d4d5d75ba6bcd91c41597 (patch)
tree749e87e04c88424d1f7b075d2736d0453d02c0eb /main/file.c
parent8682bebba533d3319e33166b54951728592b4090 (diff)
Don't warn on HOLD/UNHOLD control frames
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43844 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/file.c')
-rw-r--r--main/file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/file.c b/main/file.c
index 0ebd1614d..180133dc2 100644
--- a/main/file.c
+++ b/main/file.c
@@ -1056,6 +1056,8 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
case AST_CONTROL_RINGING:
case AST_CONTROL_ANSWER:
case AST_CONTROL_VIDUPDATE:
+ case AST_CONTROL_HOLD:
+ case AST_CONTROL_UNHOLD:
/* Unimportant */
break;
default: