aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_local.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/channels/chan_local.c b/channels/chan_local.c
index e0fba1bb2..b39aeccd1 100644
--- a/channels/chan_local.c
+++ b/channels/chan_local.c
@@ -212,9 +212,7 @@ static int local_queue_frame(struct local_pvt *p, int isoutbound, struct ast_fra
}
if (other) {
- if (other->pbx || other->_bridge || !ast_strlen_zero(other->appl)) {
- ast_queue_frame(other, f);
- } /* else the frame won't go anywhere */
+ ast_queue_frame(other, f);
ast_channel_unlock(other);
}