Changes to HELP content and docs

git-svn-id: svn://192.168.202.10@3191 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2020-01-27 21:23:24 +00:00
parent 62cca1a22d
commit fadcf33c00
3 changed files with 19 additions and 15 deletions
+8 -8
View File
@@ -1,4 +1,4 @@
VICIDIAL and QueueMetrics UPDATED: 2017-10-06
VICIDIAL and QueueMetrics UPDATED: 2020-01-26
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
*** download QueueMetrics and place it in /usr/local ***
wget http://downloads.loway.ch/qm/QueueMetrics-16.09.2.tar.gz
tar xvfz QueueMetrics-16.09.2.tar.gz
mv queuemetrics-16.09.2 /usr/local/tomcat/webapps/qm
wget https://downloads.loway.ch/qm/QueueMetrics-19.10.6.tar.gz
tar xvfz QueueMetrics-19.10.6.tar.gz
mv queuemetrics-19.10.6 /usr/local/tomcat/webapps/qm
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
gunzip mysql-connector-java-3.0.10-stable.tar.gz
@@ -437,12 +437,12 @@ How to install Queue Metrics on OpenSuSE LEAP 42.3 and VICIbox 8 with a system t
- Say yes to install, and say yes to license
3) cd /usr/src
4) wget http://downloads.loway.ch/qm/QueueMetrics-17.06.1.tar.gz
4) wget https://downloads.loway.ch/qm/QueueMetrics-19.10.6.tar.gz
5) mkdir tars (incase it doesn't exist)
6) tar xvfz QueueMetrics-17.06.1.tar.gz
7) mv QueueMetrics-17.06.1.tar.gz ./tars/
6) tar xvfz QueueMetrics-19.10.6.tar.gz
7) mv QueueMetrics-19.10.6.tar.gz ./tars/
8) mkdir /srv/tomcat/webapps/QM
9) cp -r queuemetrics-17.06.1/* /srv/tomcat/webapps/QM/
9) cp -r queuemetrics-19.10.6/* /srv/tomcat/webapps/QM/
10) zypper in mysql-connector-java
11) cp /usr/share/java/mysql-connector-java.jar /srv/tomcat/webapps/QM/WEB-INF/lib/
12) chkconfig tomcat on
+6 -5
View File
@@ -4609,12 +4609,13 @@ else
# 200108-0937 - Added CID Group Type of NONE, update date for 2020
# 200115-1702 - Added Caller ID Log Report to Admin Utilities
# 200122-0921 - Added CID Group auto-rotate feature settings
# 200127-1620 - Changes to HELP content
#
# make sure you have added a user to the vicidial_users MySQL table with at least user_level 9 to access this page the first time
$admin_version = '2.14-734a';
$build = '200122-0921';
$admin_version = '2.14-735a';
$build = '200127-1620';
$STARTtime = date("U");
$SQLdate = date("Y-m-d H:i:s");
@@ -22574,10 +22575,10 @@ if ($ADD==3)
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("AGC Delete Phones").": </td><td align=left><select size=1 name=ast_delete_phones><option>0</option><option>1</option><option SELECTED>$ast_delete_phones</option></select>$NWB#users-ast_delete_phones$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Call Times").": </td><td align=left><select size=1 name=modify_call_times><option>0</option><option>1</option><option SELECTED>$modify_call_times</option></select>$NWB#users-modify_call_times$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Delete Call Times").": </td><td align=left><select size=1 name=delete_call_times><option>0</option><option>1</option><option SELECTED>$delete_call_times</option></select>$NWB#users-delete_call_times$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Servers").": </td><td align=left><select size=1 name=modify_servers><option>0</option><option>1</option><option SELECTED>$modify_servers</option></select>$NWB#users-modify_sections$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Servers").": </td><td align=left><select size=1 name=modify_servers><option>0</option><option>1</option><option SELECTED>$modify_servers</option></select>$NWB#users-modify_servers$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Shifts").": </td><td align=left><select size=1 name=modify_shifts><option>0</option><option>1</option><option SELECTED>$modify_shifts</option></select>$NWB#users-modify_sections$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Phones").": </td><td align=left><select size=1 name=modify_phones><option>0</option><option>1</option><option SELECTED>$modify_phones</option></select>$NWB#users-modify_sections$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Phones").": </td><td align=left><select size=1 name=modify_phones><option>0</option><option>1</option><option SELECTED>$modify_phones</option></select>$NWB#users-modify_phones$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Carriers").": </td><td align=left><select size=1 name=modify_carriers><option>0</option><option>1</option><option SELECTED>$modify_carriers</option></select>$NWB#users-modify_sections$NWE</td></tr>\n";
if ($SSallow_emails > 0)
{
@@ -22597,7 +22598,7 @@ if ($ADD==3)
{
echo "<tr bgcolor=#$SSstd_row2_background><td align=right></td><td align=left><input type=hidden name=modify_languages value=$modify_languages></td></tr>\n";
}
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Statuses").": </td><td align=left><select size=1 name=modify_statuses><option>0</option><option>1</option><option SELECTED>$modify_statuses</option></select>$NWB#users-modify_sections$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Statuses").": </td><td align=left><select size=1 name=modify_statuses><option>0</option><option>1</option><option SELECTED>$modify_statuses</option></select>$NWB#users-modify_statuses$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Voicemail").": </td><td align=left><select size=1 name=modify_voicemail><option>0</option><option>1</option><option SELECTED>$modify_voicemail</option></select>$NWB#users-modify_sections$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Audio Store").": </td><td align=left><select size=1 name=modify_audiostore><option>0</option><option>1</option><option SELECTED>$modify_audiostore</option></select>$NWB#users-modify_sections$NWE</td></tr>\n";
echo "<tr bgcolor=#$SSstd_row2_background><td align=right>"._QXZ("Modify Music On Hold").": </td><td align=left><select size=1 name=modify_moh><option>0</option><option>1</option><option SELECTED>$modify_moh</option></select>$NWB#users-modify_sections$NWE</td></tr>\n";
+5 -2
View File
@@ -1,4 +1,4 @@
# version: 20200122122501
# version: 20200127162001
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-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>
@@ -65,7 +65,10 @@ users-delete_remote_agents Delete Remote Agents <QXZ>This option if set to 1 all
users-load_leads Load Leads <QXZ>This option if set to 1 allows the user to load lead lists into the list table by way of the web based lead loader.</QXZ>
users-custom_fields_modify Custom Fields Modify <QXZ>This option if set to 1 allows the user to modify custom list fields.</QXZ>
users-campaign_detail Campaign Detail <QXZ>This option if set to 1 allows the user to view and modify the campaign detail screen elements.</QXZ>
users-ast_admin_access AGC Admin Access <QXZ>This option if set to 1 allows the user to login to the astGUIclient admin pages.</QXZ>
users-ast_admin_access AGC Admin Access <QXZ>This option if set to 1 allows the user to login to the astGUIclient admin pages. This setting is special in that it allows for admin access to multiple admin sections by itself - vicidial conferences, conferences, group aliases, phones, phone aliases, conf templates, carriers, text-to-speech, music-on-hold, voicemail boxes, screen labels, screen colors, contacts, settings containers, status groups and CID groups.</QXZ>
users-modify_phones Modify Phones <QXZ>This setting will allow access for the user to modify the following sections - phones, phone aliases and group aliases.</QXZ>
users-modify_servers Modify Servers <QXZ>This setting will allow access for the user to modify the following sections - servers, settings containers, system settings, system statuses, status categories and QC status codes.</QXZ>
users-modify_statuses Modify Statuses <QXZ>This setting will allow access for the user to modify the following sections - system statuses, status groups, status categories, CID groups and VM message groups.</QXZ>
users-ast_delete_phones AGC Delete Phones <QXZ>This option if set to 1 allows the user to delete phone entries in the astGUIclient admin pages.</QXZ>
users-delete_scripts Delete Scripts <QXZ>This option if set to 1 allows the user to delete Campaign scripts in the script modification screen.</QXZ>
users-modify_leads Modify Leads <QXZ>This option if set to 1 allows the user to modify leads in the admin section lead search results page.</QXZ>