Hi, now I dont have time to test it, but you can try changing this code:
File: hcl/live/divert.php
if (isset($_GET['divert'])) {
if ($_GET['divert'] == 'busy') {
$GLOBALS['template']->assign('divert', 'busy');
} elseif ($_GET['divert'] == 'offline') {
$GLOBALS['template']->assign('divert', 'offline');
$GLOBALS['template']->assign('departments', $GLOBALS['department']->listall('0'));
}
try replacing:
$GLOBALS['template']->assign('divert', 'busy')
and
$GLOBALS['template']->assign('divert', 'offline')
with some code to redirect the page
As I told you before, I'm not sure this works, but you can try it and tell us the result