Update switch.php
This commit is contained in:
parent
fe00529fb1
commit
667056829c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue