diff --git a/channels/chan_local.c b/channels/chan_local.c index cb317b9b2f..e0fba1bb2e 100644 --- a/channels/chan_local.c +++ b/channels/chan_local.c @@ -212,7 +212,7 @@ static int local_queue_frame(struct local_pvt *p, int isoutbound, struct ast_fra } if (other) { - if (other->pbx || other->_bridge) { + if (other->pbx || other->_bridge || !ast_strlen_zero(other->appl)) { ast_queue_frame(other, f); } /* else the frame won't go anywhere */ ast_channel_unlock(other);