diff --git a/translations/raw_translation_files/TO_BE_TRANSLATED_2.4.txt b/translations/raw_translation_files/TO_BE_TRANSLATED_2.4.txt
index 2f8ddc1d..2da052ee 100644
--- a/translations/raw_translation_files/TO_BE_TRANSLATED_2.4.txt
+++ b/translations/raw_translation_files/TO_BE_TRANSLATED_2.4.txt
@@ -203,6 +203,14 @@ Setting this option to Y will allow calls in line behind a call where the Hold T
Hold Time Option Press Filename Seconds||
This field needs to be set to the number of seconds that the Hold Time Option Press Filename plays for. Default is 10||
CallCard Generate New Numbers||
+Call Menu In-Group Settings||
+If the route is set to INGROUP then there are many options that you can set to define how the call is sent to into the queue. In-Group is the inbound group that you want the call to go to. Handle Method is the way you want the call to be handled||
+Click here to see a list of the available handle methods||
+VID Enter Filename||
+VID ID Number Filename||
+VID Confirm Filename||
+VID Digits||
+Search Method defines how the queue will find the next agent, recommend leave this on LB. List ID is the list that the new lead is inserted into, also if the Method is not a LOOKUP method and the lead is not found. Campaign ID is the campaign to search lists through if one of the RC methods is used. Phone Code is the phone_code field entry for the lead that is inserted with. VID Enter Filename is used if the Method is set to one of the VIDPROMPT methods, it is the audio prompt played to ask the customer to enter their ID. VID ID Number Filename is used if the Method is set to one of the VIDPROMPT methods, it is the audio prompt played after customer enters their ID, something like YOU HAVE ENTERED. VID Confirm Filename is used if the Method is set to one of the VIDPROMPT methods, it is the audio prompt played to confirm their ID, something like PRESS 1 TO CONFIRM AND 2 TO REENTER. VID Digits is used if the Method is set to one of the VIDPROMPT methods, if it is set to a number it is the number of digits that must be ebtered by the customer when prompted for their ID, if set to empty or X then the customer will have to press pound or hash to finish their entry of their ID||
AST_VICIDIAL_ingrouplist.php
diff --git a/www/vicidial/admin.php b/www/vicidial/admin.php
index 54bc98f3..a52e2e10 100644
--- a/www/vicidial/admin.php
+++ b/www/vicidial/admin.php
@@ -4984,6 +4984,11 @@ if ($ADD==99999)
Option Route Value Context - This field is optional and only used for EXTENSION Option Routes.
+
+
+
+ Call Menu In-Group Settings - If the route is set to INGROUP then there are many options that you can set to define how the call is sent to into the queue. In-Group is the inbound group that you want the call to go to. Handle Method is the way you want the call to be handled, Click here to see a list of the available handle methods. Search Method defines how the queue will find the next agent, recommend leave this on LB. List ID is the list that the new lead is inserted into, also if the Method is not a LOOKUP method and the lead is not found. Campaign ID is the campaign to search lists through if one of the RC methods is used. Phone Code is the phone_code field entry for the lead that is inserted with. VID Enter Filename is used if the Method is set to one of the VIDPROMPT methods, it is the audio prompt played to ask the customer to enter their ID. VID ID Number Filename is used if the Method is set to one of the VIDPROMPT methods, it is the audio prompt played after customer enters their ID, something like YOU HAVE ENTERED. VID Confirm Filename is used if the Method is set to one of the VIDPROMPT methods, it is the audio prompt played to confirm their ID, something like PRESS 1 TO CONFIRM AND 2 TO REENTER. VID Digits is used if the Method is set to one of the VIDPROMPT methods, if it is set to a number it is the number of digits that must be ebtered by the customer when prompted for their ID, if set to empty or X then the customer will have to press pound or hash to finish their entry of their ID.
+
@@ -21162,7 +21167,7 @@ if ($ADD==3511)
echo " ";
echo " Handle Method: \n";
+ echo "$IGhandle_method_list $NWB#vicidial_call_menu-ingroup_settings$NWE\n";
echo " Search Method: \n";
echo " List ID: ";
diff --git a/www/vicidial/admin_header.php b/www/vicidial/admin_header.php
index ebcf4ac5..7ac41b19 100644
--- a/www/vicidial/admin_header.php
+++ b/www/vicidial/admin_header.php
@@ -650,6 +650,7 @@ if ( ($ADD==3511) or ($ADD==2511) or ($ADD==2611) or ($ADD==4511) or ($ADD==5511
new_content = new_content + '' + ingroup_list + "\n" + selected_value + '';
new_content = new_content + ' Handle Method: ';
+ new_content = new_content + ' ';
new_content = new_content + ' Search Method: ';
new_content = new_content + ' List ID: ';