From fc44585de87ecf720b2fb392d778a11ba9bd7c87 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 15 Sep 2006 03:34:56 +0000 Subject: [PATCH] update to admin.php definition for dial method git-svn-id: svn://192.168.202.10@280 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/vicidial/admin.php b/www/vicidial/admin.php index 6e098c88..062b8441 100644 --- a/www/vicidial/admin.php +++ b/www/vicidial/admin.php @@ -1119,7 +1119,7 @@ echo "

-Dial Method - This field is the way to define how dialing is to take place. If MANUAL then the auto_dial_level will be locked at 0 unless Dial Method is changed. If RATIO then the normal dialing a number of lines for Active agents. ADAPT_HARD_LIMIT will dial predictively up to the dropped percentage and then not allow aggressive dialing once the drop limit is reached until the percentage goes down again. ADAPT_TAPERED allows for running over the dropped percentage in the first half of the shift(as defined by call_time selected for campaign) and gets more strict as the shift goes on. ADAPT_AVERAGE tries to maintain an average or the dropped percentage not imposing hard limits as aggressively as the other two methods. You cannot change the Auto Dial Level if you are in any of the ADAPT dial methods. Only the Dialer can change the dial level when in predictive dialing mode. +Dial Method - This field is the way to define how dialing is to take place. If MANUAL then the auto_dial_level will be locked at 0 unless Dial Method is changed. If RATIO then the normal dialing a number of lines for Active agents. ADAPT_HARD_LIMIT will dial predictively up to the dropped percentage and then not allow aggressive dialing once the drop limit is reached until the percentage goes down again. ADAPT_TAPERED allows for running over the dropped percentage in the first half of the shift -as defined by call_time selected for campaign- and gets more strict as the shift goes on. ADAPT_AVERAGE tries to maintain an average or the dropped percentage not imposing hard limits as aggressively as the other two methods. You cannot change the Auto Dial Level if you are in any of the ADAPT dial methods. Only the Dialer can change the dial level when in predictive dialing mode.