Adjust the memcache variable used for sip profiles.

This commit is contained in:
Mark Crane 2013-11-12 23:43:45 +00:00
parent c9592fbb47
commit 9d96006003
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
//delete the sip profiles 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 configuration:sofia.conf";
$switch_cmd = "memcache delete configuration:sofia.conf:$sip_profile_hostname";
$switch_result = event_socket_request($fp, 'api '.$switch_cmd);
}