From 9e538f4b717cd03983860f48d1ec30bda52ed90c Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Wed, 23 Sep 2015 14:40:05 +0400 Subject: [PATCH] Add. intercept for fifo calls --- resources/install/scripts/intercept.lua | 1 + resources/install/scripts/intercept_group.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/install/scripts/intercept.lua b/resources/install/scripts/intercept.lua index 7f0d8bdca3..a7a6695731 100644 --- a/resources/install/scripts/intercept.lua +++ b/resources/install/scripts/intercept.lua @@ -140,6 +140,7 @@ if ( session:ready() ) then if result.uuid == result.call_uuid then uuid = channel_variable(result.uuid, 'ent_originate_aleg_uuid') or channel_variable(result.uuid, 'cc_member_session_uuid') or + channel_variable(result.uuid, 'fifo_bridge_uuid') or result.uuid else uuid = result.call_uuid; diff --git a/resources/install/scripts/intercept_group.lua b/resources/install/scripts/intercept_group.lua index 4ba42b71be..845666c96e 100644 --- a/resources/install/scripts/intercept_group.lua +++ b/resources/install/scripts/intercept_group.lua @@ -200,6 +200,7 @@ if row.uuid == row.call_uuid then uuid = channel_variable(row.uuid, 'ent_originate_aleg_uuid') or channel_variable(row.uuid, 'cc_member_session_uuid') or + channel_variable(row.uuid, 'fifo_bridge_uuid') or row.uuid else uuid = row.call_uuid;