Auto Dial Level

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Auto Dial Level

Postby enjay » Tue Jul 18, 2006 12:44 pm

How do I increase the auto dial level above 4.0?

-enjay
enjay
 
Posts: 806
Joined: Mon Jun 19, 2006 12:40 pm
Location: Utah

Postby enjay » Tue Jul 18, 2006 12:51 pm

I currently have 16 agents with a dial level of 4.0 testing right now and Im having trouble getting them all on the phones any recommendations for what to look into on tuning this alittle better perhaps upping the dial level.. ~13 are always in READY status.

-enjay
enjay
 
Posts: 806
Joined: Mon Jun 19, 2006 12:40 pm
Location: Utah

Postby jansaell » Tue Jul 18, 2006 12:59 pm

We have added 4.5, 5.0, 5.5 and 6.0 to our dialer.

I will send in a patch in a couple of days.
jansaell
 
Posts: 6
Joined: Fri Jun 23, 2006 4:49 am

Postby enjay » Tue Jul 18, 2006 1:01 pm

how did you add those?
enjay
 
Posts: 806
Joined: Mon Jun 19, 2006 12:40 pm
Location: Utah

Postby jansaell » Tue Jul 18, 2006 1:28 pm

You have to change the datase (be aware of bugs in mysql) and also the admin script so thta you can change to the new values.
jansaell
 
Posts: 6
Joined: Fri Jun 23, 2006 4:49 am

Postby roche » Tue Jul 18, 2006 2:15 pm

Well , I asked these question befere the recomendation was change the drop down menu in the admin.php

I really don't see a big difference
roche
 
Posts: 38
Joined: Fri Jun 16, 2006 5:26 pm

Postby enjay » Tue Jul 18, 2006 2:24 pm

changing the drop down level I dont see as a problem but is that all you have to change?
enjay
 
Posts: 806
Joined: Mon Jun 19, 2006 12:40 pm
Location: Utah

Postby jansaell » Wed Jul 19, 2006 7:45 am

No you can just change the admin.php.

The database field is and enum and must be changed to.

The trick is to do that right.
jansaell
 
Posts: 6
Joined: Fri Jun 23, 2006 4:49 am

Postby roche » Wed Jul 19, 2006 9:34 am

Using mysql 4.1 (SCRATCH recommended) the following sentence works.

ALTER TABLE vicidial_campaigns MODIFY auto_dial_level ENUM('0','1','1.1','1.2','1.3','1.4','1.5','1.6','1.7','1.8','1.9','2.0','2.2','2.5','2.7','3.0','3.5','4.0','4.5','5') NOT NULL;

I did a database backup, and checked the old data still were there
Last edited by roche on Wed Jul 19, 2006 10:44 am, edited 1 time in total.
roche
 
Posts: 38
Joined: Fri Jun 16, 2006 5:26 pm

Postby enjay » Wed Jul 19, 2006 10:35 am

Yea I didnt realize there was an ENUM on the database I got it resolved yesterday thanks!
enjay
 
Posts: 806
Joined: Mon Jun 19, 2006 12:40 pm
Location: Utah

Postby roche » Tue Aug 22, 2006 5:08 pm

Hi, I was wondering.

What would happend If I change the autodialevel type to an intenger?


Is because, We are researching some ways to optimize the campaings.

We think, we can increment the autodial level based on the Agent waiting or 'Drop Rate' that could help us to have the agents in phone most of the time.

What do you think?

Is safe to change the enum by int?

I want to do the following.

An interface to accept the following

Time Frame to Check (in seconds)

Minimum Drop Rate%
Qty to increment

Maximum Drop Rate%
Qty to decrement

This process should run every minute and look at the "Time Frame to
Check" to determine the drop percentage
to increment

if it is above the Max drop rate, decrease the dail level by the "qty to
decrement", if it is below the Min drop rate, increase the dial level by
the qty
roche
 
Posts: 38
Joined: Fri Jun 16, 2006 5:26 pm

Postby mflorell » Tue Aug 22, 2006 8:45 pm

I am actually working on that right now.

You would actually not want to use an integer since you cannot do decimals with it. You need to use DOUBLE or VARCHAR.

For the 2.0 tree we will be switching auto_dial_level to a VARCHAR(6) and there will be three different adaptive/predictive dialing methods based on a definable drop level. You will also be able to keep doing manual-dialing and ratio-dialing as they are now.

For more info take a look at the TODO:
http://www.eflo.net/VICIDIALwiki/index.php/TODO:current
(look at the IN-PROCESS item below the DONE items)
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby roche » Tue Aug 22, 2006 11:24 pm

mflorell wrote:I am actually working on that right now.

You would actually not want to use an integer since you cannot do decimals with it. You need to use DOUBLE or VARCHAR.


You are completly right probably double or decimal, that change won't affect any other vicidial script?


For the 2.0 tree we will be switching auto_dial_level to a VARCHAR(6) and there will be three different adaptive/predictive dialing methods based on a definable drop level. You will also be able to keep doing manual-dialing and ratio-dialing as they are now.

For more info take a look at the TODO:
http://www.eflo.net/VICIDIALwiki/index.php/TODO:current
(look at the IN-PROCESS item below the DONE items)


That is greate !

Thanks for the information

roche
roche
 
Posts: 38
Joined: Fri Jun 16, 2006 5:26 pm

Postby mflorell » Wed Aug 23, 2006 12:12 am

I chose VARCHAR(6) because a DOUBLE is basically a VARCHAR in MySQL and VARCHAR will allow more flexibility in formatting.

Watch the forums in a week or two when the SVN version of predictive dialing will hopefully be ready to do some testing on.
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Support

Who is online

Users browsing this forum: No registered users and 121 guests