Server Performance Report

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Server Performance Report

Postby jxk7581 » Fri Feb 23, 2018 2:34 pm

I have found that in my current version of Vicidial, as well as Vicibox (ViciBox_v8.x86_64-8.0.1.iso), the default Date/Time Ranges on the page do not populate with a date/time upon loading the page.

The two lines on the page which are supposed to set these are:
if (!isset($begin_query_time)) {$begin_query_time = "$NOW_DATE 09:00:00";}
if (!isset($end_query_time)) {$end_query_time = "$NOW_DATE 15:30:00";}

These do not work as they seem to be set earlier in the script at:

if (isset($_GET["begin_query_time"])) {$begin_query_time=$_GET["begin_query_time"];}
elseif (isset($_POST["begin_query_time"])) {$begin_query_time=$_POST["begin_query_time"];}
if (isset($_GET["end_query_time"])) {$end_query_time=$_GET["end_query_time"];}
elseif (isset($_POST["end_query_time"])) {$end_query_time=$_POST["end_query_time"];}
OS: CentOS release 6.9 (Final)
KERNEL VERSION: Linux version 2.6.32-696.20.1.el6.x86_64
INSTALL METHOD: https://swanand18.blogspot.com/2017/06/vicidial-scratch-installation-centos-
VERSION: 2.14-644a
BUILD: 180310-2321
ASTERISK: 13.17.2-vici
DAHDI: 2.11.1
jxk7581
 
Posts: 12
Joined: Fri Sep 16, 2016 2:51 pm
Location: Boston, MA

Re: Server Performance Report

Postby mflorell » Fri Feb 23, 2018 3:42 pm

This has been fixed now in svn/trunk. Thanks!
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Support

Who is online

Users browsing this forum: No registered users and 69 guests