diff --git a/agc_2-X/trunk/docs/AGENT_API.txt b/agc_2-X/trunk/docs/AGENT_API.txt index d1a74364..dcfd0db8 100644 --- a/agc_2-X/trunk/docs/AGENT_API.txt +++ b/agc_2-X/trunk/docs/AGENT_API.txt @@ -1,4 +1,4 @@ -AGENT API DOCUMENT Started: 2008-07-03 Updated: 2020-04-03 +AGENT API DOCUMENT Started: 2008-07-03 Updated: 2020-05-22 This document describes the functions of an API(Application Programming Interface) for the VICIDIAL Agent screen. This functionality will be rather limited at first @@ -7,6 +7,8 @@ and will be built upon as critical functions are identified and programmed into There is also a new NON-agent API script, for more information on that, please read the NON-AGENT_API.txt document. +NOTE: The API is able to use HTTPS if your webserver is configured to use HTTPS. + For example, all VICIhost accounts are able to use HTTPS for API functions API functions: diff --git a/agc_2-X/trunk/docs/NON-AGENT_API.txt b/agc_2-X/trunk/docs/NON-AGENT_API.txt index 3d262949..f654ce32 100644 --- a/agc_2-X/trunk/docs/NON-AGENT_API.txt +++ b/agc_2-X/trunk/docs/NON-AGENT_API.txt @@ -1,4 +1,4 @@ -NON-AGENT API DOCUMENT Started: 2008-07-24 Updated: 2020-04-18 +NON-AGENT API DOCUMENT Started: 2008-07-24 Updated: 2020-05-22 This document describes the functions of an API(Application Programming Interface) for all functions NOT directly relating to the VICIDIAL Agent screen. @@ -8,7 +8,8 @@ critical functions are identified and programmed into it. There is also an Agent API script, for more information on that, please read the AGENT_API.txt document. - +NOTE: The API is able to use HTTPS if your webserver is configured to use HTTPS. + For example, all VICIhost accounts are able to use HTTPS for API functions API functions: diff --git a/agc_2-X/trunk/docs/QUEUEMETRICS.txt b/agc_2-X/trunk/docs/QUEUEMETRICS.txt index e6e65a27..8487c7f7 100644 --- a/agc_2-X/trunk/docs/QUEUEMETRICS.txt +++ b/agc_2-X/trunk/docs/QUEUEMETRICS.txt @@ -1,4 +1,4 @@ -VICIDIAL and QueueMetrics UPDATED: 2020-04-04 +VICIDIAL and QueueMetrics UPDATED: 2020-05-18 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 https://downloads.loway.ch/qm/QueueMetrics-19.10.11.tar.gz -tar xvfz QueueMetrics-19.10.11.tar.gz -mv queuemetrics-19.10.11 /usr/local/tomcat/webapps/qm +wget https://downloads.loway.ch/qm/QueueMetrics-19.10.17.tar.gz +tar xvfz QueueMetrics-19.10.17.tar.gz +mv queuemetrics-19.10.17 /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