aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-07 19:32:00 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-07 19:32:00 +0000
commitf751ccb33d81f6b544d1e33efd38bdd948915514 (patch)
tree4896932e6d86477c9c28b77c60a6060842b771a8 /main
parent7983ae6d375c009b87491f736a7cc0f56656708a (diff)
Ignore source update control frame.
(closes issue #12168) Reported by: plack git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@106788 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/channel.c b/main/channel.c
index febebc515..2cb3b7be3 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -1848,6 +1848,7 @@ int ast_waitfordigit_full(struct ast_channel *c, int ms, int audiofd, int cmdfd)
return -1;
case AST_CONTROL_RINGING:
case AST_CONTROL_ANSWER:
+ case AST_CONTROL_SRCUPDATE:
/* Unimportant */
break;
default: