forgot to comment in files for last commit

git-svn-id: svn://192.168.202.10@1066 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-03-03 16:45:28 +00:00
parent 36265a0c0e
commit 6ab2eaaf30
2 changed files with 7 additions and 5 deletions
+4 -3
View File
@@ -1,7 +1,7 @@
<?
# manager_send.php version 2.0.5
#
# Copyright (C) 2008 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
# Copyright (C) 2009 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
#
# This script is designed purely to insert records into the vicidial_manager table to signal Actions to an asterisk server
# This script depends on the server_ip being sent and also needs to have a valid user/pass from the vicidial_users table
@@ -78,10 +78,11 @@
# 81011-1404 - Fixed bugs in leave3way when transferring a manual dial call
# 81020-1459 - Fixed bugs in queue_log logging
# 81104-0203 - Added mysql error logging capability
# 90303-1144 - Fixed manual dial live hangup bug
#
$version = '2.0.5-35';
$build = '81104-0203';
$version = '2.0.5-36';
$build = '90303-1144';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=83;
$one_mysql_log=0;
+3 -2
View File
@@ -218,10 +218,11 @@
# 90128-0230 - Added vendor_lead_code to API dial and manuald dial with lookup
# 90202-0148 - Added option to disable BLENDED checkbox
# 90209-0132 - Changed tab images and color scheme
# 90303-1145 - Fixed rare manual dial live hangup bug
#
$version = '2.0.5-197';
$build = '90209-0132';
$version = '2.0.5-198';
$build = '90303-1145';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=53;
$one_mysql_log=0;