removed debug and added comments for volume control changes
git-svn-id: svn://192.168.202.10@330 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
# 60718-1024 - changed to use /etc/astguiclient.conf for configs
|
||||
# 60814-1720 - added option for no logging to file
|
||||
# 60817-1244 - removed all DB calls and config file open to reduce footprint
|
||||
# 61004-1728 - added ability to parse volume control and lookup meetme IDs
|
||||
#
|
||||
|
||||
$FULL_LOG = 1; # set to 1 for a full response log to be created in $PATHlogs/action_full.date
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
# 60421-1413 - check GET/POST vars lines with isset to not trigger PHP NOTICES
|
||||
# 60619-1158 - Added variable filters to close security holes for login form
|
||||
# 60809-1544 - Added direct transfers to leave-3ways in consultative transfers
|
||||
# 61004-1526 - Added parsing of volume control command and lookup or number
|
||||
#
|
||||
|
||||
require("dbconnect.php");
|
||||
@@ -130,8 +131,8 @@ if (!isset($ACTION)) {$ACTION="Originate";}
|
||||
if (!isset($format)) {$format="alert";}
|
||||
if (!isset($ext_priority)) {$ext_priority="1";}
|
||||
|
||||
$version = '0.0.25';
|
||||
$build = '60809-1544';
|
||||
$version = '0.0.26';
|
||||
$build = '61004-1526';
|
||||
$StarTtime = date("U");
|
||||
$NOW_DATE = date("Y-m-d");
|
||||
$NOW_TIME = date("Y-m-d H:i:s");
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
# 60829-1531 - Made compatible with WeBRooTWritablE setting in dbconnect.php
|
||||
# 60906-1152 - Added Previous CallBack info display span
|
||||
# 60906-1715 - Allow for Local phone extension conferences
|
||||
# 61004-1729 - Add ability to control volume per channel in "calls in this session"
|
||||
#
|
||||
|
||||
require("dbconnect.php");
|
||||
@@ -171,8 +172,8 @@ if (isset($_GET["relogin"])) {$relogin=$_GET["relogin"];}
|
||||
|
||||
$forever_stop=0;
|
||||
|
||||
$version = '2.0.99';
|
||||
$build = '60906-1715';
|
||||
$version = '2.0.100';
|
||||
$build = '61004-1729';
|
||||
|
||||
if ($force_logout)
|
||||
{
|
||||
@@ -1530,7 +1531,7 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";}
|
||||
{
|
||||
Nactiveext = null;
|
||||
Nactiveext = xmlhttp.responseText;
|
||||
alert(xmlhttp.responseText);
|
||||
// alert(xmlhttp.responseText);
|
||||
}
|
||||
}
|
||||
delete xmlhttp;
|
||||
|
||||
Reference in New Issue
Block a user