Added rewritten AJAX/Javascript driven real-time report(realtime_report.php), able to support webphones for monitoring

git-svn-id: svn://192.168.202.10@1576 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-12-16 19:01:16 +00:00
parent bbb3b38f8f
commit fa4464e59d
6 changed files with 1683 additions and 365 deletions
@@ -0,0 +1,32 @@
<?php
# options.php - manually defined options for vicidial admin scripts
#
# Copyright (C) 2010 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
#
# rename this file to options.php for the settings here to go into effect
#
# CHANGELOG
# 101216-1043 - First Build
#
# used by the realtime_report.php script
$webphone_width = '460';
$webphone_height = '500';
$webphone_left = '600';
$webphone_top = '27';
$webphone_bufw = '250';
$webphone_bufh = '1';
$webphone_pad = '10';
$webphone_clpos = '<BR>';
# example using thin webphone
#$webphone_width = '1135';
#$webphone_height = '36';
#$webphone_left = '0';
#$webphone_top = '50';
#$webphone_bufw = '1300';
#$webphone_bufh = '37';
#$webphone_pad = '0';
#$webphone_clpos = ' ';
?>