From b6e8f5b524ee846ff1ecb57b872812aebd333ba8 Mon Sep 17 00:00:00 2001 From: mattf Date: Sun, 11 Aug 2013 18:11:51 +0000 Subject: [PATCH] bug fix for issue #690. small addition to help text git-svn-id: svn://192.168.202.10@2015 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/bin/AST_VDauto_dial.pl | 3 ++- .../raw_translation_files/TO_BE_TRANSLATED_2.8.txt | 1 + agc_2-X/trunk/www/vicidial/admin.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/agc_2-X/trunk/bin/AST_VDauto_dial.pl b/agc_2-X/trunk/bin/AST_VDauto_dial.pl index e8e119e6..8cd99e5b 100644 --- a/agc_2-X/trunk/bin/AST_VDauto_dial.pl +++ b/agc_2-X/trunk/bin/AST_VDauto_dial.pl @@ -112,6 +112,7 @@ # 121124-2249 - Added Other Campaign DNC option # 121129-1840 - Fix for issue #600 # 130706-2024 - Added disable_auto_dial system option +# 130811-1403 - Fix for issue #690 # @@ -2833,7 +2834,7 @@ while($one_day_interval > 0) $NCUncurl_value=''; $NCUcamp_match=0; $NCUcamp_loop=0; - while ( ($NCUcamp_match < 1) && ($NCUcamp_loop <= $NCUcamp_count) ) + while ( ($NCUcamp_match < 1) && ($NCUcamp_loop <= $ncu_total_count) ) { if ( ($NCUcampaign[$vle_count] =~ /$NCUcamp_id[$NCUcamp_loop]/i) && (length($NCUcampaign[$vle_count]) == length($NCUcamp_id[$NCUcamp_loop])) ) { diff --git a/agc_2-X/trunk/translations/raw_translation_files/TO_BE_TRANSLATED_2.8.txt b/agc_2-X/trunk/translations/raw_translation_files/TO_BE_TRANSLATED_2.8.txt index 2f0d76d7..4d87d62d 100644 --- a/agc_2-X/trunk/translations/raw_translation_files/TO_BE_TRANSLATED_2.8.txt +++ b/agc_2-X/trunk/translations/raw_translation_files/TO_BE_TRANSLATED_2.8.txt @@ -228,6 +228,7 @@ Duplicate Checking|| The duplicate options allow you to check for duplicate entries as you load the leads into the system. You can select to check for duplicates within only the same list, only the same campaign lists or within the entire system. If you have chosen a duplicate check method, you can also optionally select the only specific statuses that you want to duplicate check against|| Add inbound and outbound holiday rule|| Add outbound holiday rule|| +If set to N, the calls will queue up, even if there are no agents logged in and set to take calls from this in-group|| ########################## CHANGES TO EXISTING PHRASES IN ADMIN TRANSLATION diff --git a/agc_2-X/trunk/www/vicidial/admin.php b/agc_2-X/trunk/www/vicidial/admin.php index cd594e50..a8ae2933 100644 --- a/agc_2-X/trunk/www/vicidial/admin.php +++ b/agc_2-X/trunk/www/vicidial/admin.php @@ -6339,7 +6339,7 @@ if ($ADD==99999)

- No Agents No Queueing - If this field is set to Y or NO_PAUSED then no calls will be put into the queue for this in-group if there are no agents logged in and the calls will go to the No Agent No Queue Action. The NO_PAUSED option will also not send the callers into the queue if there are only paused agents in the in-group. Default is N. In an AGENTDIRECT in-group, setting this to AGENTVMAIL will select the User voicemail ID to use. You can also put AGENTEXT in this field if it is set to EXTENSION and the system will look up the user custom five field and send the call to that dialplan number. + No Agents No Queueing - If this field is set to Y or NO_PAUSED then no calls will be put into the queue for this in-group if there are no agents logged in and the calls will go to the No Agent No Queue Action. The NO_PAUSED option will also not send the callers into the queue if there are only paused agents in the in-group. Default is N. In an AGENTDIRECT in-group, setting this to AGENTVMAIL will select the User voicemail ID to use. You can also put AGENTEXT in this field if it is set to EXTENSION and the system will look up the user custom five field and send the call to that dialplan number. If set to N, the calls will queue up, even if there are no agents logged in and set to take calls from this in-group.