summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels/chan_sip.c2
-rw-r--r--main/file.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index ce321e1b8..1a84aafb8 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -6828,6 +6828,8 @@ static int sip_indicate(struct ast_channel *ast, int condition, const void *data
ast_aoc_destroy_decoded(decoded);
}
break;
+ case AST_CONTROL_UPDATE_RTP_PEER: /* Absorb this since it is handled by the bridge */
+ break;
case -1:
res = -1;
break;
diff --git a/main/file.c b/main/file.c
index f1e590385..d70738603 100644
--- a/main/file.c
+++ b/main/file.c
@@ -1345,6 +1345,7 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
case AST_CONTROL_CONNECTED_LINE:
case AST_CONTROL_REDIRECTING:
case AST_CONTROL_AOC:
+ case AST_CONTROL_UPDATE_RTP_PEER:
case -1:
/* Unimportant */
break;