diff --git a/agc_2-X/trunk/www/vicidial/admin.php b/agc_2-X/trunk/www/vicidial/admin.php index f2323671..c78b9433 100644 --- a/agc_2-X/trunk/www/vicidial/admin.php +++ b/agc_2-X/trunk/www/vicidial/admin.php @@ -3944,12 +3944,13 @@ else # 170220-1632 - Added In-group areacode_filter feature # 170221-1542 - Added more DNC options for campaign setting 'manual dial filter', added counts to DNC add/delete page # 170223-0657 - Added warning for On Hold Message if too long, adjusted chooser placements +# 170226-0850 - Added recording override options to chat and email groups to disable recordings for those, issue #992 # # make sure you have added a user to the vicidial_users MySQL table with at least user_level 9 to access this page the first time -$admin_version = '2.14-593a'; -$build = '170223-0657'; +$admin_version = '2.14-594a'; +$build = '170226-0850'; $STARTtime = date("U"); $SQLdate = date("Y-m-d H:i:s"); @@ -26823,6 +26824,10 @@ if ($ADD==3811) echo "$status_groups_menu"; echo "$NWB#inbound_groups-status_group_id$NWE\n"; + echo ""._QXZ("In-Group Recording Override").": $NWB#inbound_groups-ingroup_recording_override$NWE\n"; + + echo ""._QXZ("In-Group Recording Filename").": $NWB#inbound_groups-ingroup_rec_filename$NWE\n"; + /* Commenting this out because it is handled by the Email Account section and is redundant here echo "In-Group Call Handle Method: $NWB#inbound_dids-call_handle_method$NWE\n"; echo "In-Group Agent Search Method: $NWB#inbound_dids-agent_search_method$NWE\n"; @@ -27620,6 +27625,10 @@ if ($ADD==3911) echo "$status_groups_menu"; echo "$NWB#inbound_groups-status_group_id$NWE\n"; + echo ""._QXZ("In-Group Recording Override").": $NWB#inbound_groups-ingroup_recording_override$NWE\n"; + + echo ""._QXZ("In-Group Recording Filename").": $NWB#inbound_groups-ingroup_rec_filename$NWE\n"; + /* Commenting this out because it is handled by the Email Account section and is redundant here echo "In-Group Call Handle Method: $NWB#inbound_dids-call_handle_method$NWE\n"; echo "In-Group Agent Search Method: $NWB#inbound_dids-agent_search_method$NWE\n";