From 2bc9fcde253abceb6cfd2c0ea8ac39ad52e09440 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 30 Jul 2013 20:58:39 +0000 Subject: [PATCH] Fix the dnd on the call center agent status. --- app/call_center/call_center_agent_status.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/call_center/call_center_agent_status.php b/app/call_center/call_center_agent_status.php index 7004310d59..9c544cbe51 100644 --- a/app/call_center/call_center_agent_status.php +++ b/app/call_center/call_center_agent_status.php @@ -93,6 +93,7 @@ require_once "resources/paging.php"; else { $dnd->enabled = "false"; } + $dnd->set(); unset($dnd); } unset ($prep_statement);