Update switch.php

This commit is contained in:
FusionPBX 2017-01-10 01:48:58 -07:00 committed by GitHub
parent fe00529fb1
commit 667056829c
1 changed files with 47 additions and 45 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
@ -432,6 +433,7 @@ function save_var_xml() {
//event_socket_request_cmd($cmd);
//unset($cmd);
}
}
function outbound_route_to_bridge ($domain_uuid, $destination_number) {
//get the database connection