summaryrefslogtreecommitdiff
path: root/channels/sig_pri.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sig_pri.c')
-rw-r--r--channels/sig_pri.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/sig_pri.c b/channels/sig_pri.c
index 48a55f992..4c11bd044 100644
--- a/channels/sig_pri.c
+++ b/channels/sig_pri.c
@@ -655,6 +655,10 @@ static void pri_queue_control(struct sig_pri_chan *p, int subclass, struct sig_p
{
struct ast_frame f = {AST_FRAME_CONTROL, };
+ if (p->calls->queue_control) {
+ p->calls->queue_control(p->chan_pvt, subclass);
+ }
+
f.subclass = subclass;
pri_queue_frame(p, &f, pri);
}