Added entries_per_page system setting option, fixed phone relocate conf file load issue

git-svn-id: svn://192.168.202.10@3212 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2020-04-05 23:07:04 +00:00
parent bec8d7a7ed
commit 16ee18f300
8 changed files with 85 additions and 17 deletions
@@ -145,6 +145,7 @@ code country areacode state GMT DST DST_RANGE GEOGRAPHIC DESCRIPTION TZ_CODE PHP
1 USA 443 MD -5 Y SSM-FSN Maryland EST America/New_York 1 USA 443 MD -5 Y SSM-FSN Maryland EST America/New_York
1 USA 445 PA -5 Y SSM-FSN Pennsylvania EST America/New_York 1 USA 445 PA -5 Y SSM-FSN Pennsylvania EST America/New_York
1 USA 447 IL -6 Y SSM-FSN Illinois CST America/Chicago 1 USA 447 IL -6 Y SSM-FSN Illinois CST America/Chicago
1 USA 448 FL -6 Y SSM-FSN Florida CST America/Chicago
1 CAN 450 QC -5 Y SSM-FSN Quebec EST America/Toronto 1 CAN 450 QC -5 Y SSM-FSN Quebec EST America/Toronto
1 USA 458 OR -8 Y SSM-FSN Oregon PST America/Los_Angeles 1 USA 458 OR -8 Y SSM-FSN Oregon PST America/Los_Angeles
1 USA 463 IN -5 Y SSM-FSN Indiana EST America/New_York 1 USA 463 IN -5 Y SSM-FSN Indiana EST America/New_York
@@ -195,6 +196,7 @@ code country areacode state GMT DST DST_RANGE GEOGRAPHIC DESCRIPTION TZ_CODE PHP
1 USA 567 OH -5 Y SSM-FSN Ohio EST America/New_York 1 USA 567 OH -5 Y SSM-FSN Ohio EST America/New_York
1 USA 570 PA -5 Y SSM-FSN Pennsylvania EST America/New_York 1 USA 570 PA -5 Y SSM-FSN Pennsylvania EST America/New_York
1 USA 571 VA -5 Y SSM-FSN Virginia EST America/New_York 1 USA 571 VA -5 Y SSM-FSN Virginia EST America/New_York
1 USA 572 OK -6 Y SSM-FSN Oklahoma CST America/Chicago
1 USA 573 MO -6 Y SSM-FSN Missouri CST America/Chicago 1 USA 573 MO -6 Y SSM-FSN Missouri CST America/Chicago
1 USA 574 IN -5 Y SSM-FSN Indiana EST America/New_York 1 USA 574 IN -5 Y SSM-FSN Indiana EST America/New_York
1 USA 575 NM -7 Y SSM-FSN New Mexico MST America/Denver 1 USA 575 NM -7 Y SSM-FSN New Mexico MST America/Denver
@@ -347,6 +349,7 @@ code country areacode state GMT DST DST_RANGE GEOGRAPHIC DESCRIPTION TZ_CODE PHP
1 USA 835 PA -5 Y SSM-FSN Pennsylvania EST America/New_York 1 USA 835 PA -5 Y SSM-FSN Pennsylvania EST America/New_York
1 USA 838 NY -5 Y SSM-FSN New York EST America/New_York 1 USA 838 NY -5 Y SSM-FSN New York EST America/New_York
1 USA 839 SC -5 Y SSM-FSN South Carolina EST America/New_York 1 USA 839 SC -5 Y SSM-FSN South Carolina EST America/New_York
1 USA 840 CA -8 Y SSM-FSN California PST America/Los_Angeles
1 USA 843 SC -5 Y SSM-FSN South Carolina EST America/New_York 1 USA 843 SC -5 Y SSM-FSN South Carolina EST America/New_York
1 USA 845 NY -5 Y SSM-FSN New York EST America/New_York 1 USA 845 NY -5 Y SSM-FSN New York EST America/New_York
1 USA 847 IL -6 Y SSM-FSN Illinois CST America/Chicago 1 USA 847 IL -6 Y SSM-FSN Illinois CST America/Chicago
@@ -405,6 +408,7 @@ code country areacode state GMT DST DST_RANGE GEOGRAPHIC DESCRIPTION TZ_CODE PHP
1 USA 939 PR -4 N Puerto Rico AST America/Puerto_Rico 1 USA 939 PR -4 N Puerto Rico AST America/Puerto_Rico
1 USA 940 TX -6 Y SSM-FSN Texas CST America/Chicago 1 USA 940 TX -6 Y SSM-FSN Texas CST America/Chicago
1 USA 941 FL -5 Y SSM-FSN Florida EST America/New_York 1 USA 941 FL -5 Y SSM-FSN Florida EST America/New_York
1 USA 945 TX -6 Y SSM-FSN Texas CST America/Chicago
1 USA 947 MI -5 Y SSM-FSN Michigan EST America/New_York 1 USA 947 MI -5 Y SSM-FSN Michigan EST America/New_York
1 USA 949 CA -8 Y SSM-FSN California PST America/Los_Angeles 1 USA 949 CA -8 Y SSM-FSN California PST America/Los_Angeles
1 USA 951 CA -8 Y SSM-FSN California PST America/Los_Angeles 1 USA 951 CA -8 Y SSM-FSN California PST America/Los_Angeles
+3
View File
@@ -495,6 +495,9 @@ OTHER CHANGES:
138. Added new System Settings option to allow sending of any CallerID through 138. Added new System Settings option to allow sending of any CallerID through
the Agent API for external_dial outbound calls. the Agent API for external_dial outbound calls.
139. Added system setting to allow you to restrict Admin Phones display to a
set number of records per page.
+2 -2
View File
@@ -3,7 +3,7 @@
# cm_dnc.agi version 2.14 # cm_dnc.agi version 2.14
# #
# Designed to work with Cell Menus to allow setting of a number as DNC or NI # Designed to work with Cell Menus to allow setting of a number as DNC or NI
# This script is meant as a replacecment for the agi-VDADinbound_NI_DNC_CIDlookup.agi # This script is meant as a replacement for the agi-VDADinbound_NI_DNC_CIDlookup.agi
# script. It is designed to work easily in the Call Menu framework, it plays no # script. It is designed to work easily in the Call Menu framework, it plays no
# audio itself, and it has more options. # audio itself, and it has more options.
# #
@@ -17,7 +17,7 @@
# example of what to put in the AGI entry for a Call Menu AGI route: # example of what to put in the AGI entry for a Call Menu AGI route:
# cm_dnc.agi,DNC---YES---TESTCAMP---B---CAMP # cm_dnc.agi,DNC---YES---TESTCAMP---B---CAMP
# #
# Copyright (C) 2017 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2 # Copyright (C) 2020 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
# #
# changes: # changes:
# 121109-1623 - First draft # 121109-1623 - First draft
+4 -4
View File
@@ -1,4 +1,4 @@
VICIDIAL and QueueMetrics UPDATED: 2020-01-26 VICIDIAL and QueueMetrics UPDATED: 2020-04-04
queue_log logging was added to VICIDIAL outbound auto calling as an option in the 2.0.3 release, and for inbound in the 2.0.4 release. queue_log logging was added to VICIDIAL outbound auto calling as an option in the 2.0.3 release, and for inbound in the 2.0.4 release.
@@ -95,9 +95,9 @@ If it did, then you want to add the following lines to your /etc/rc.d/rc.local f
cd /usr/local cd /usr/local
*** download QueueMetrics and place it in /usr/local *** *** download QueueMetrics and place it in /usr/local ***
wget https://downloads.loway.ch/qm/QueueMetrics-19.10.6.tar.gz wget https://downloads.loway.ch/qm/QueueMetrics-19.10.11.tar.gz
tar xvfz QueueMetrics-19.10.6.tar.gz tar xvfz QueueMetrics-19.10.11.tar.gz
mv queuemetrics-19.10.6 /usr/local/tomcat/webapps/qm mv queuemetrics-19.10.11 /usr/local/tomcat/webapps/qm
cd /usr/local/tomcat/webapps/qm/WEB_INF cd /usr/local/tomcat/webapps/qm/WEB_INF
wget ftp://mirrors.easynews.com/mysql/Downloads/Connector-J/mysql-connector-java-3.0.10-stable.tar.gz wget ftp://mirrors.easynews.com/mysql/Downloads/Connector-J/mysql-connector-java-3.0.10-stable.tar.gz
gunzip mysql-connector-java-3.0.10-stable.tar.gz gunzip mysql-connector-java-3.0.10-stable.tar.gz
@@ -1849,7 +1849,8 @@ recording_buttons VARCHAR(30) default 'START_STOP',
opensips_cid_name ENUM('0','1') default '0', opensips_cid_name ENUM('0','1') default '0',
require_password_length TINYINT(3) UNSIGNED default '0', require_password_length TINYINT(3) UNSIGNED default '0',
user_account_emails ENUM('DISABLED','SEND_NO_PASS','SEND_WITH_PASS') DEFAULT 'DISABLED', user_account_emails ENUM('DISABLED','SEND_NO_PASS','SEND_WITH_PASS') DEFAULT 'DISABLED',
outbound_cid_any ENUM('DISABLED','API_ONLY') DEFAULT 'DISABLED' outbound_cid_any ENUM('DISABLED','API_ONLY') DEFAULT 'DISABLED',
entries_per_page SMALLINT(5) UNSIGNED DEFAULT '0'
) ENGINE=MyISAM; ) ENGINE=MyISAM;
CREATE TABLE vicidial_campaigns_list_mix ( CREATE TABLE vicidial_campaigns_list_mix (
@@ -4594,4 +4595,4 @@ INSERT INTO vicidial_settings_containers(container_id,container_notes,container_
UPDATE system_settings set vdc_agent_api_active='1'; UPDATE system_settings set vdc_agent_api_active='1';
UPDATE system_settings SET db_schema_version='1590',db_schema_update_date=NOW(),reload_timestamp=NOW(); UPDATE system_settings SET db_schema_version='1591',db_schema_update_date=NOW(),reload_timestamp=NOW();
+4
View File
@@ -1185,3 +1185,7 @@ UPDATE system_settings SET db_schema_version='1589',db_schema_update_date=NOW()
ALTER TABLE system_settings ADD outbound_cid_any ENUM('DISABLED','API_ONLY') DEFAULT 'DISABLED'; ALTER TABLE system_settings ADD outbound_cid_any ENUM('DISABLED','API_ONLY') DEFAULT 'DISABLED';
UPDATE system_settings SET db_schema_version='1590',db_schema_update_date=NOW() where db_schema_version < 1590; UPDATE system_settings SET db_schema_version='1590',db_schema_update_date=NOW() where db_schema_version < 1590;
ALTER TABLE system_settings ADD entries_per_page SMALLINT(5) UNSIGNED DEFAULT '0';
UPDATE system_settings SET db_schema_version='1591',db_schema_update_date=NOW() where db_schema_version < 1591;
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
# version: 20200403162401 # version: 20200405180901
users-user User ID <QXZ>This field is where you put the users ID number, can be up to 8 digits in length, Must be at least 2 characters in length.</QXZ> users-user User ID <QXZ>This field is where you put the users ID number, can be up to 8 digits in length, Must be at least 2 characters in length.</QXZ>
users-pass Password <QXZ>This field is where you put the users password. Must be at least 2 characters in length. A medium strength user password will be at least 10 characters in length, and a strong user password will be at least 20 characters in length and have letters as well as at least one number. It is recommended that you use a longer password if possible, stringing together several unrelated words with no spaces, and a number somewhere in the string. The maximum size of a password is 100 characters.</QXZ> users-pass Password <QXZ>This field is where you put the users password. Must be at least 2 characters in length. A medium strength user password will be at least 10 characters in length, and a strong user password will be at least 20 characters in length and have letters as well as at least one number. It is recommended that you use a longer password if possible, stringing together several unrelated words with no spaces, and a number somewhere in the string. The maximum size of a password is 100 characters.</QXZ>
users-force_change_password Force Change Password <QXZ>If this option is set to Y then the user will be prompted to change their password the next time they log in to the administration webpage. Default is N.</QXZ> users-force_change_password Force Change Password <QXZ>If this option is set to Y then the user will be prompted to change their password the next time they log in to the administration webpage. Default is N.</QXZ>
@@ -986,6 +986,7 @@ settings-vdc_agent_api_active Agent API Active <QXZ>If set to 1, this will allow
settings-admin_modify_refresh Admin Modify Auto-Refresh <QXZ>This is the refresh interval in seconds of the modify screens in this admin interface. Setting this to 0 will disable it, setting it below 5 will mostly make the modify screens unusable because they will refresh too quickly to change fields. This option is useful in situations where more than one manager is controlling settings on an active campaign or in-group so that the settings are refreshed frequently. Default is 0.</QXZ> settings-admin_modify_refresh Admin Modify Auto-Refresh <QXZ>This is the refresh interval in seconds of the modify screens in this admin interface. Setting this to 0 will disable it, setting it below 5 will mostly make the modify screens unusable because they will refresh too quickly to change fields. This option is useful in situations where more than one manager is controlling settings on an active campaign or in-group so that the settings are refreshed frequently. Default is 0.</QXZ>
settings-nocache_admin Admin No-Cache <QXZ>Setting this to 1 will set all admin pages to web browser no-cache, so every screen has to be reloaded every time it is viewed, even if clicking back on the browser. Default is 0 for disabled.</QXZ> settings-nocache_admin Admin No-Cache <QXZ>Setting this to 1 will set all admin pages to web browser no-cache, so every screen has to be reloaded every time it is viewed, even if clicking back on the browser. Default is 0 for disabled.</QXZ>
settings-admin_row_click Admin Row Click <QXZ>Setting this to 1 will allow you to click on a row to go to a record link in addition to being able to go to the record link by clicking on the text link. Default is 1 for enabled.</QXZ> settings-admin_row_click Admin Row Click <QXZ>Setting this to 1 will allow you to click on a row to go to a record link in addition to being able to go to the record link by clicking on the text link. Default is 1 for enabled.</QXZ>
settings-entries_per_page Admin Records Per Page <QXZ>This setting will allow you to set the maximum number of records that can appear on an admin page listing. Currently only works for Phones. Default is 0 for disabled.</QXZ>
settings-user_admin_redirect Admin User Redirect <QXZ>If enabled, you can define a URL that an admin web user is redirected to when they log in to the admin screens. This is often used for level 7 report only users to be sent to a single report without seeing the admin screens at all. Default is 0 for disabled.</QXZ> settings-user_admin_redirect Admin User Redirect <QXZ>If enabled, you can define a URL that an admin web user is redirected to when they log in to the admin screens. This is often used for level 7 report only users to be sent to a single report without seeing the admin screens at all. Default is 0 for disabled.</QXZ>
settings-enable_agc_xfer_log Enable Agent Transfer Logfile <QXZ>This option will log to a text logfile on the webserver every time a call is transferred to an agent. Default is 0, disabled.</QXZ> settings-enable_agc_xfer_log Enable Agent Transfer Logfile <QXZ>This option will log to a text logfile on the webserver every time a call is transferred to an agent. Default is 0, disabled.</QXZ>
settings-enable_agc_dispo_log Enable Agent Disposition Logfile <QXZ>This option will log to a text logfile on the webserver every time a call is dispositioned by an agent. Default is 0, disabled.</QXZ> settings-enable_agc_dispo_log Enable Agent Disposition Logfile <QXZ>This option will log to a text logfile on the webserver every time a call is dispositioned by an agent. Default is 0, disabled.</QXZ>