diff --git a/agc_2-X/trunk/bin/AST_send_action_child.pl b/agc_2-X/trunk/bin/AST_send_action_child.pl index 3f7aead9..cfd2b80c 100644 --- a/agc_2-X/trunk/bin/AST_send_action_child.pl +++ b/agc_2-X/trunk/bin/AST_send_action_child.pl @@ -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 diff --git a/agc_2-X/trunk/www/agc/manager_send.php b/agc_2-X/trunk/www/agc/manager_send.php index d8acee9f..5581a926 100644 --- a/agc_2-X/trunk/www/agc/manager_send.php +++ b/agc_2-X/trunk/www/agc/manager_send.php @@ -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"); diff --git a/agc_2-X/trunk/www/agc/vicidial.php b/agc_2-X/trunk/www/agc/vicidial.php index e9af0cd0..9c698647 100644 --- a/agc_2-X/trunk/www/agc/vicidial.php +++ b/agc_2-X/trunk/www/agc/vicidial.php @@ -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;