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:
@@ -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 = ' ';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user