Change call_routing to call_forward.

This commit is contained in:
FusionPBX 2022-12-22 13:02:27 -07:00 committed by GitHub
parent 19354fa37c
commit c9fe34f271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -156,7 +156,7 @@
//check for all required data
if (strlen($msg) > 0 && strlen($_POST["persistformvar"]) == 0) {
$document['title'] = $text['title-call_routing'];
$document['title'] = $text['title-call_forward'];
require_once "resources/header.php";
require_once "resources/persist_form_var.php";
echo "<div align='center'>\n";
@ -262,7 +262,7 @@
//save the data
$database = new database;
$database->app_name = 'call_routing';
$database->app_name = 'call_forward';
$database->app_uuid = '19806921-e8ed-dcff-b325-dd3e5da4959d';
$database->save($array);
unset($array);
@ -277,7 +277,7 @@
$array['follow_me_destinations'][]['follow_me_destination_uuid'] = $follow_me_delete_uuid;
}
$database = new database;
$database->app_name = 'call_routing';
$database->app_name = 'call_forward';
$database->app_uuid = '19806921-e8ed-dcff-b325-dd3e5da4959d';
$database->delete($array);
unset($array);
@ -453,7 +453,7 @@
}
//show the header
$document['title'] = $text['title-call_routing'];
$document['title'] = $text['title-call_forward'];
require_once "resources/header.php";
//pre-populate the form