Fixed vicidial.php ReQueue bug

git-svn-id: svn://192.168.202.10@1184 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-07-13 16:46:38 +00:00
parent 89f50b741e
commit 441567b9ea
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -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
+5 -2
View File
@@ -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>