Update dialplan_outbound_add.php

Change session context to domain_name.
This commit is contained in:
FusionPBX
2020-10-22 02:47:02 -06:00
committed by GitHub
parent f5e5fd7a79
commit d83b4b9319

View File

@@ -392,7 +392,7 @@
if (strlen($dialplan_order) == 0) {
$dialplan_order ='333';
}
$dialplan_context = $_SESSION['context'];
$dialplan_context = $_SESSION['domain_name'];
$dialplan_continue = 'false';
$app_uuid = '8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3';