From 441567b9ea5e5b8077da3e9cf29fb05db023961a Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 13 Jul 2009 16:46:38 +0000 Subject: [PATCH] Fixed vicidial.php ReQueue bug git-svn-id: svn://192.168.202.10@1184 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/VICIDIAL_statuses.txt | 1 + www/agc/vicidial.php | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/VICIDIAL_statuses.txt b/docs/VICIDIAL_statuses.txt index c94c3745..da48c1ec 100644 --- a/docs/VICIDIAL_statuses.txt +++ b/docs/VICIDIAL_statuses.txt @@ -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 diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 6bc05778..cbc9d932 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -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 "\"Quick
\n";} ?> + + 0) - {echo "\"Re-Queue
\n";} + {echo "
\n";} ?> +
Hangup Customer