diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index 43089a5d2b..f3c95a17e6 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -464,7 +464,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { //delete the dialplan context from memcache $fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']); if ($fp) { - $switch_cmd .= "memcache delete dialplan:".$_SESSION["context"]."@".$_SESSION['domain_name']; + $switch_cmd .= "memcache delete dialplan:".$_SESSION["context"]; $switch_result = event_socket_request($fp, 'api '.$switch_cmd); }