From 3a5cc054ed3efb0733a70a6945880b71506b5757 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Sat, 14 Dec 2013 17:19:41 +0000 Subject: res_stasis: Expose event for call forwarding and follow forwarded channel. This change adds an event for when an originated call is redirected to another target. This event contains the original channel and the newly created channel. If a stasis subscription exists on the original originated channel for a stasis application then a new subscription will also be created on the stasis application to the redirected channel. This allows the application to follow the call path completely. (closes issue ASTERISK-22719) Reported by: Joshua Colp Review: https://reviewboard.asterisk.org/r/3054/ ........ Merged revisions 403808 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403810 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_queue.c') diff --git a/apps/app_queue.c b/apps/app_queue.c index 906dff15f..d9f0f85d3 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -4666,7 +4666,7 @@ static struct callattempt *wait_for_answer(struct queue_ent *qe, struct callatte ast_channel_unlock(qe->chan); ast_channel_lock_both(qe->chan, original); - ast_channel_publish_dial_forward(qe->chan, original, NULL, "CANCEL", + ast_channel_publish_dial_forward(qe->chan, original, o->chan, NULL, "CANCEL", ast_channel_call_forward(original)); ast_channel_unlock(original); ast_channel_unlock(qe->chan); -- cgit v1.2.3