diff --git a/agc_2-X/trunk/bin/ADMIN_update_server_ip.pl b/agc_2-X/trunk/bin/ADMIN_update_server_ip.pl
index 5fd564d8..7e1ad39a 100644
--- a/agc_2-X/trunk/bin/ADMIN_update_server_ip.pl
+++ b/agc_2-X/trunk/bin/ADMIN_update_server_ip.pl
@@ -466,11 +466,11 @@ if( $VARserver_ip =~ m/(\S+)\.(\S+)\.(\S+)\.(\S+)/ )
print "\n";
print "SERVER IP ADDRESS CHANGE FOR VICIDIAL FINISHED!\n";
print "\n";
-print "If you are not having VICIDIAL auto-generate your conf files, please\n";
-print "remember to change your extensions.conf entries for the new IP address:\n";
-print "exten => _$VARremDIALstr*.,1,Goto(default,${EXTEN:16},1)\n";
-print "exten => _8600XXX*.,1,AGI(agi-VDADfixCXFER.agi)\n";
-print "exten => _78600XXX*.,1,AGI(agi-VDADfixCXFER.agi)\n";
+#print "If you are not having VICIDIAL auto-generate your conf files, please\n";
+#print "remember to change your extensions.conf entries for the new IP address:\n";
+#print "exten => _$VARremDIALstr*.,1,Goto(default,\${EXTEN:16},1)\n";
+#print "exten => _8600XXX*.,1,AGI(agi-VDADfixCXFER.agi)\n";
+#print "exten => _78600XXX*.,1,AGI(agi-VDADfixCXFER.agi)\n";
$secy = time(); $secz = ($secy - $secX); $minz = ($secz/60); # calculate script runtime so far
diff --git a/agc_2-X/trunk/docs/conf_examples/features.conf.sample b/agc_2-X/trunk/docs/conf_examples/features.conf.sample
index f330de93..21ddf7ab 100644
--- a/agc_2-X/trunk/docs/conf_examples/features.conf.sample
+++ b/agc_2-X/trunk/docs/conf_examples/features.conf.sample
@@ -34,13 +34,14 @@ context => parkedcalls ; Which context parked calls are in
; The follow effectively disables the built in blind transfer feature of Asterisk.
; This sets it to a DTMF tone that asterisk cannot even process, that is only available
; on certain telco style test sets. This does NOT disable the VICIDIAL blind transfer
-; abilityi as this is implemented through other means. If you are using your VICIDIAL
+; ability as this is implemented through other means. If you are using your VICIDIAL
; server as PBX you may want to comment this out. Be aware however that this can make
; it so that anyone can transfer the call to anyone else that is allowed by your dialplan.
; IE someone you have called could transfer the call to a their mother, the Pope, or
; a 900 number if you do not have your dialplan carefully setup.
-blindxfer => D
+blindxfer => CC
+disconnect => B
[applicationmap]
diff --git a/agc_2-X/trunk/www/agc/vicidial.php b/agc_2-X/trunk/www/agc/vicidial.php
index 897c5c13..636f62eb 100644
--- a/agc_2-X/trunk/www/agc/vicidial.php
+++ b/agc_2-X/trunk/www/agc/vicidial.php
@@ -265,10 +265,11 @@
# 91205-2055 - Added CONSULTATIVE checkbox in a redesigned Transfer-Conf frame
# 91206-2020 - Fixed vicidial_agent_log logging bug on logout when not paused
# 91211-1412 - Added User custom variables and CRM login popup
+# 91219-0657 - Set pause code automatically on ReQueue and INBOUND_MAN Dial-Next-Number
#
-$version = '2.2.0-243';
-$build = '91211-1412';
+$version = '2.2.0-244';
+$build = '91219-0657';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=64;
$one_mysql_log=0;
@@ -1295,7 +1296,7 @@ $VDloginDISPLAY=0;
if ( ($campaign_allow_inbound == 'Y') and ($dial_method != 'MANUAL') )
{
$VARingroups='';
- $stmt="select group_id from vicidial_inbound_groups where active = 'Y' and group_id IN($closer_campaigns) order by group_id limit 60;";
+ $stmt="select group_id from vicidial_inbound_groups where active = 'Y' and group_id IN($closer_campaigns) order by group_id limit 600;";
$rslt=mysql_query($stmt, $link);
if ($mel > 0) {mysql_error_logging($NOW_TIME,$link,$mel,$stmt,'01015',$VD_login,$server_ip,$session_name,$one_mysql_log);}
if ($DB) {echo "$stmt\n";}
@@ -1342,7 +1343,7 @@ $VDloginDISPLAY=0;
if ($allow_closers == 'Y')
{
$VARxfergroups='';
- $stmt="select group_id,group_name from vicidial_inbound_groups where active = 'Y' and group_id IN($xfer_groups) order by group_id limit 60;";
+ $stmt="select group_id,group_name from vicidial_inbound_groups where active = 'Y' and group_id IN($xfer_groups) order by group_id limit 600;";
$rslt=mysql_query($stmt, $link);
if ($mel > 0) {mysql_error_logging($NOW_TIME,$link,$mel,$stmt,'01016',$VD_login,$server_ip,$session_name,$one_mysql_log);}
if ($DB) {echo "$stmt\n";}
@@ -4601,7 +4602,9 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";}
{
auto_dial_level=0;
- agent_log_id = AutoDial_ReSume_PauSe('VDADpause');
+ agent_log_id = AutoDial_ReSume_PauSe("VDADpause",'','','',"DIALNEXT");
+
+ PauseCodeSelect_submit("NXDIAL");
document.getElementById("DiaLControl").innerHTML = "

";
}
@@ -5485,7 +5488,7 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";}
// ################################################################################
// Set the client to READY and start looking for calls (VDADready, VDADpause)
- function AutoDial_ReSume_PauSe(taskaction,taskagentlog,taskwrapup,taskstatuschange,templogout)
+ function AutoDial_ReSume_PauSe(taskaction,taskagentlog,taskwrapup,taskstatuschange,temp_reason)
{
if (taskaction == 'VDADready')
{
@@ -5526,7 +5529,7 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";}
document.getElementById("DiaLControl").innerHTML = DiaLControl_auto_HTML;
}
- if ( (agent_pause_codes_active=='FORCE') && (templogout != 'LOGOUT') )
+ if ( (agent_pause_codes_active=='FORCE') && (temp_reason != 'LOGOUT') && (temp_reason != 'REQUEUE') && (temp_reason != 'DIALNEXT') )
{
PauseCodeSelectContent_create();
}
@@ -8759,6 +8762,10 @@ function phone_number_format(formatphone) {
document.vicidial_form.DispoSelection.value = 'RQXFER';
DispoSelect_submit();
+
+ AutoDial_ReSume_PauSe("VDADpause",'','','',"REQUEUE");
+
+ PauseCodeSelect_submit("RQUEUE");
}
diff --git a/agc_2-X/trunk/www/vicidial/admin.php b/agc_2-X/trunk/www/vicidial/admin.php
index 05dd6ea8..0adf30c8 100644
--- a/agc_2-X/trunk/www/vicidial/admin.php
+++ b/agc_2-X/trunk/www/vicidial/admin.php
@@ -2015,11 +2015,12 @@ else
# 91205-2231 - Added delete_vm_after_email voicemail option to phones and extra voicemail sections
# 91210-2038 - Added better logging of Campaign emergency logout
# 91211-1359 - Added custom user fields and campaign CRM login fields
+# 91219-0719 - Changed some field backgrounds in the Campaign Modification screens
#
# make sure you have added a user to the vicidial_users MySQL table with at least user_level 8 to access this page the first time
-$admin_version = '2.2.0-228';
-$build = '91211-1359';
+$admin_version = '2.2.0-229';
+$build = '91219-0719';
$STARTtime = date("U");
$SQLdate = date("Y-m-d H:i:s");
@@ -6439,7 +6440,7 @@ if ($ADD==11)
if ($SSoutbound_autodial_active > 0)
{
echo "