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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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';