Calls Active: Show gateway name instead of uuid in Application data string, change to jQuery ajax refresh.

This commit is contained in:
Nate Jones
2015-05-18 16:44:38 +00:00
parent a28f7a9f53
commit b809714064
5 changed files with 55 additions and 52 deletions
+3
View File
@@ -55,6 +55,9 @@ if (strlen($_GET["id"])>0) {
}
unset ($prep_statement);
//remove gateway from session variable
unset($_SESSION['gateways'][$gateway_uuid]);
//delete the xml file
if ($_SESSION['switch']['sip_profiles']['dir'] != '') {
$gateway_xml_file = $_SESSION['switch']['sip_profiles']['dir']."/".$profile."/v_".$gateway_uuid.".xml";