summaryrefslogtreecommitdiff
path: root/main/bridge_channel.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-22 17:34:46 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-22 17:34:46 +0000
commitae7fb07092e8c2f24e9a8cddc497106f5b05ce75 (patch)
tree59d184efcb43557403838579e8aea24940e82958 /main/bridge_channel.c
parent20dcc49d2ef6f429afb9b495f55045f65c7047eb (diff)
Made the abstract jitter buffer resync on some more control frames.
Resync the abstract jitter buffer on the following additional control frames: AST_CONTROL_HOLD AST_CONTROL_UNHOLD AST_CONTROL_T38_PARAMETERS git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/bridge_channel.c')
-rw-r--r--main/bridge_channel.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/bridge_channel.c b/main/bridge_channel.c
index f49fddc0f..0759634a0 100644
--- a/main/bridge_channel.c
+++ b/main/bridge_channel.c
@@ -1529,11 +1529,6 @@ static void bridge_channel_handle_control(struct ast_bridge_channel *bridge_chan
* When the receiving channel is pulled from the bridge it needs to generate its own UNHOLD.
* Something similar needs to be done for DTMF begin/end.
*/
- case AST_CONTROL_VIDUPDATE:
- case AST_CONTROL_SRCUPDATE:
- case AST_CONTROL_SRCCHANGE:
- case AST_CONTROL_T38_PARAMETERS:
-/* BUGBUG may have to do something with a jitter buffer for these. */
ast_indicate_data(chan, fr->subclass.integer, fr->data.ptr, fr->datalen);
break;
case AST_CONTROL_OPTION: