fixed bug in export lead report
removed phones select from auth process in agent directory added indexes to vicidial_live_agents git-svn-id: svn://192.168.202.10@2242 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -26,7 +26,7 @@ For our clients that believe preview dialing, or click-to-dial list dialing, is
|
||||
UPDATE vicidial_campaigns SET auto_dial_level='1' where auto_dial_level NOT IN('0','1','1.0');
|
||||
ALTER TABLE vicidial_campaigns MODIFY auto_dial_level ENUM('0','1','1.0') default '0' NOT NULL;
|
||||
quit
|
||||
<you can also optionally remove the adaptive eial methods from the web interface>
|
||||
<you can also optionally remove the adaptive dial methods from the web interface>
|
||||
find /srv/www/htdocs/vicidial/ -type f -exec sed -i 's/ADAPT_HARD_LIMIT/MANUAL/g' {} +
|
||||
find /srv/www/htdocs/vicidial/ -type f -exec sed -i 's/ADAPT_AVERAGE/MANUAL/g' {} +
|
||||
find /srv/www/htdocs/vicidial/ -type f -exec sed -i 's/ADAPT_TAPERED/MANUAL/g' {} +
|
||||
|
||||
Reference in New Issue
Block a user