diff --git a/app/dialplan/resources/switch/conf/dialplan/300_dx.xml b/app/dialplan/resources/switch/conf/dialplan/300_dx.xml index 4e5a62bb0f..1097a58fcb 100644 --- a/app/dialplan/resources/switch/conf/dialplan/300_dx.xml +++ b/app/dialplan/resources/switch/conf/dialplan/300_dx.xml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/app/dialplan/resources/switch/conf/dialplan/999_local_extension.xml b/app/dialplan/resources/switch/conf/dialplan/999_local_extension.xml index 0ce34b1d50..df93c0c942 100644 --- a/app/dialplan/resources/switch/conf/dialplan/999_local_extension.xml +++ b/app/dialplan/resources/switch/conf/dialplan/999_local_extension.xml @@ -6,10 +6,10 @@ - + - - + + diff --git a/resources/install/scripts/app/ring_groups/index.lua b/resources/install/scripts/app/ring_groups/index.lua index 3cf22e99af..e0ab037f37 100644 --- a/resources/install/scripts/app/ring_groups/index.lua +++ b/resources/install/scripts/app/ring_groups/index.lua @@ -356,10 +356,10 @@ session:execute("set", "continue_on_fail=true"); --set bind meta app - session:execute("bind_meta_app", "1 ab s execute_extension::dx XML features"); + session:execute("bind_meta_app", "1 ab s execute_extension::dx XML "..context); session:execute("bind_meta_app", "2 ab s record_session::"..recordings_dir.."/archive/"..os.date("%Y").."/"..os.date("%m").."/"..os.date("%d").."}/"..uuid..".wav"); - session:execute("bind_meta_app", "3 ab s execute_extension::cf XML features"); - session:execute("bind_meta_app", "4 ab s execute_extension::att_xfer XML features"); + session:execute("bind_meta_app", "3 ab s execute_extension::cf XML "..context); + session:execute("bind_meta_app", "4 ab s execute_extension::att_xfer XML "..context); --prompt to accept call if true schedule the call timeout if (prompt == "true") then