Update switch.php

This commit is contained in:
FusionPBX 2017-01-10 01:46:59 -07:00 committed by GitHub
parent f26e4e7d6f
commit 7021484772
1 changed files with 46 additions and 44 deletions

View File

@ -379,6 +379,7 @@ function save_gateway_xml() {
}
function save_var_xml() {
if (is_array($_SESSION['switch']['conf'])) {
global $config, $domain_uuid;
//get the database connection
@ -431,6 +432,7 @@ function save_var_xml() {
//$cmd = "api reloadxml";
//event_socket_request_cmd($cmd);
//unset($cmd);
}
}
function outbound_route_to_bridge ($domain_uuid, $destination_number) {