Fixed vicidial.php ReQueue bug
git-svn-id: svn://192.168.202.10@1184 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -35,6 +35,7 @@ SVYREC - Survey sent to Record - Survey outbound campaign status only
|
||||
HXFER - Hold Recall Transfer to another in-group
|
||||
HOLDTO - Hold time option call termination on inbound call
|
||||
QVMAIL - Queue Abandon Voicemail Left
|
||||
RQXFER - Re-Queue Transfer back to agent
|
||||
CPDATB - Sangoma Call Progress Detection CPD All-Trunks-Busy
|
||||
CPDB - Sangoma Call Progress Detection CPD Busy
|
||||
CPDNA - Sangoma Call Progress Detection CPD No-Answer
|
||||
|
||||
@@ -7805,7 +7805,7 @@ else
|
||||
hideDiv('AgentViewSpan');
|
||||
hideDiv('AgentXferViewSpan');
|
||||
if (view_calls_in_queue_launch != '1')
|
||||
{hidediv('callsinqueuedisplay');}
|
||||
{hideDiv('callsinqueuedisplay');}
|
||||
if (agentonly_callbacks != '1')
|
||||
{hideDiv('CallbacksButtons');}
|
||||
// if ( (agentcall_manual != '1') && (starting_dial_level > 0) )
|
||||
@@ -9010,11 +9010,14 @@ if ($quick_transfer_button_enabled > 0)
|
||||
{echo "<span STYLE=\"background-color: $MAIN_COLOR\" id=\"QuickXfer\"><IMG SRC=\"./images/vdc_LB_quickxfer_OFF.gif\" border=0 alt=\"Quick Transfer\"></span><BR>\n";}
|
||||
?>
|
||||
|
||||
<span id="ReQueueCall"></span>
|
||||
|
||||
<?php
|
||||
if ($call_requeue_button > 0)
|
||||
{echo "<span STYLE=\"background-color: $MAIN_COLOR\" id=\"ReQueueCall\"><IMG SRC=\"./images/vdc_LB_requeue_call_OFF.gif\" border=0 alt=\"Re-Queue Call\"></span><BR>\n";}
|
||||
{echo "<BR>\n";}
|
||||
?>
|
||||
|
||||
|
||||
<span id="SpacerSpanC"><IMG SRC="./images/blank.gif" width=145 height=16 border=0></span><BR>
|
||||
<span STYLE="background-color: #FFCCFF" id="HangupControl"><IMG SRC="./images/vdc_LB_hangupcustomer_OFF.gif" border=0 alt="Hangup Customer"></span><BR>
|
||||
<span id="SpacerSpanD"><IMG SRC="./images/blank.gif" width=145 height=16 border=0></span><BR>
|
||||
|
||||
Reference in New Issue
Block a user