diff --git a/agc_2-X/trunk/www/vicidial/help_documentation.txt b/agc_2-X/trunk/www/vicidial/help_documentation.txt
index c833fef9..d1e94062 100644
--- a/agc_2-X/trunk/www/vicidial/help_documentation.txt
+++ b/agc_2-X/trunk/www/vicidial/help_documentation.txt
@@ -1,4 +1,4 @@
-# version: 20200405233501
+# version: 20200406010001
users-user User ID This field is where you put the users ID number, can be up to 8 digits in length, Must be at least 2 characters in length.
users-pass Password This field is where you put the users password. Must be at least 2 characters in length. A medium strength user password will be at least 10 characters in length, and a strong user password will be at least 20 characters in length and have letters as well as at least one number. It is recommended that you use a longer password if possible, stringing together several unrelated words with no spaces, and a number somewhere in the string. The maximum size of a password is 100 characters.
users-force_change_password Force Change Password If this option is set to Y then the user will be prompted to change their password the next time they log in to the administration webpage. Default is N.
@@ -609,7 +609,7 @@ inbound_dids-user_group Admin User Group This is the administrative user gr
inbound_dids-did_route DID Route This the type of route that you set the DID to use. EXTEN will send calls to the extension entered below, VOICEMAIL will send calls directly to the voicemail box entered below, AGENT will send calls to an agent if they are logged in, PHONE will send the call to a phones entry selected below, IN_GROUP will send calls directly to the specified inbound group. Default is EXTEN. CALLMENU will send the call to the defined Call Menu. VMAIL_NO_INST will send the call to the voicemail box that you have defined below and will not play instructions after the voicemail message.
inbound_dids-record_call Record Call This option allows you to set the calls coming into this DID to be recorded. Y will record the entire call, Y_QUEUESTOP will record the call until the call is hungup or enters an in-group queue, N will not record the call. Default is N.
inbound_dids-extension Extension If EXTEN is selected as the DID Route, then this is the dialplan extension that calls will be sent to. Default is 9998811112, no-service.
-inbound_dids-exten_context Extension Context If EXTEN is selected as the DID Route, then this is the dialplan context that calls will be sent to. Default is default.
+inbound_dids-exten_context Extension Context If EXTEN is selected as the DID Route, then this is the dialplan context that calls will be sent to. If you want to send calls to VOICEMAIL or VMAIL_NO_INST, then you need to set this option to default for it to work properly. Default is default.
inbound_dids-voicemail_ext Voicemail Box If VOICEMAIL is selected as the DID Route, then this is the voicemail box that calls will be sent to. Default is empty.
inbound_dids-phone Phone Extension If PHONE is selected as the DID Route, then this is the phone extension that calls will be sent to.
inbound_dids-server_ip Phone Server IP If PHONE is selected as the DID Route, then this is the server IP for the phone extension that calls will be sent to.