Added the system setting USA-Canada Phone Number Dialcode Fix which will trigger a process that will run at the Timeclock End of Day that will check all phone numbers to populate the dial code, or phone code, field
with a 1 if it is missing as well as remove a leading 1 from the phone number field if it is present. Added --lstn-buffer option to keepalive script to run special enhanced buffer version of the Listen process. Requires newer Net::Telnet perl module version. git-svn-id: svn://192.168.202.10@2405 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1620,7 +1620,8 @@ agent_debug_logging VARCHAR(20) default '0',
|
||||
default_language VARCHAR(100) default 'default English',
|
||||
agent_whisper_enabled ENUM('0','1') default '0',
|
||||
user_hide_realtime_enabled ENUM('0','1') default '0',
|
||||
custom_reports_use_slave_db VARCHAR(2000) default ''
|
||||
custom_reports_use_slave_db VARCHAR(2000) default '',
|
||||
usacan_phone_dialcode_fix ENUM('0','1') default '0'
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
CREATE TABLE vicidial_campaigns_list_mix (
|
||||
@@ -3603,4 +3604,4 @@ UPDATE vicidial_configuration set value='1766' where name='qc_database_version';
|
||||
|
||||
UPDATE system_settings set vdc_agent_api_active='1';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1433',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
UPDATE system_settings SET db_schema_version='1434',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
|
||||
Reference in New Issue
Block a user