mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added ALTERNATE_INTERFACE config directive (defaults to false)
Alternate interface appears for non VoIP users when ALTERNATE_INTERFACE set to true This interface is a bit faster to operate (less popup windows) and makes more sense when not using the system to auto-dial Sponsored by Zimi
This commit is contained in:
10
index.php
10
index.php
@@ -45,10 +45,16 @@ include ("functions/functions.xhtml.php");
|
||||
*/
|
||||
include("functions/functions.operator.php");
|
||||
|
||||
$db->StartTrans();
|
||||
|
||||
$operator_id = get_operator_id();
|
||||
|
||||
if (ALTERNATE_INTERFACE && !is_voip_enabled($operator_id))
|
||||
{
|
||||
include_once("waitnextcase_interface2.php");
|
||||
die();
|
||||
}
|
||||
|
||||
$db->StartTrans();
|
||||
|
||||
if (isset($_GET['endwork']))
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user