Changeset 3893
- Timestamp:
- 03/28/07 16:27:16 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/recordings/modules/settings.module
r3765 r3893 804 804 </tr> 805 805 <tr> 806 <td><a href='#' class='info'>" . _(" Send All Calls to Follow-Me:") . "<span>". _("If checked, all calls will be routed to this Follow-Me setting except specific ringgroups that may have been enabled by your administrator. If not checked, you can use the VmX Locater functionality if enabled to route calls to this Follow-Me group as an alternative option to ringing straight into your voicemail. The administrator may have routed other calls direct to this Follow-Me setting and this will have no effect on those specific cases.") . "<br></span></a></td>806 <td><a href='#' class='info'>" . _("Enable as Default:") . "<span>". _("If checked, all calls will be routed to this Follow-Me setting except specific ringgroups that may have been enabled by your administrator. If not checked, you can use the VmX Locater functionality if enabled to route calls to this Follow-Me group as an alternative option to ringing straight into your voicemail. The administrator may have routed other calls direct to this Follow-Me setting and this will have no effect on those specific cases.") . "<br></span></a></td> 807 807 <td> 808 808 <input " . $follow_me_ddial . " type=checkbox name='follow_me_ddial' value='checked'> … … 930 930 $set_vmx_text .= (!($SETTINGS_ALLOW_VMX_SETTINGS && !$follow_me_disabled))?'':" 931 931 <tr> 932 <td><a href='#' class='info'>" . _("Option 1:") . "<span>" . _("If ' UseFollow-Me' is checked, then a caller who presses 1 will be directed to this extension's FollowMe configuration defined above. If not checked, then any number, ringgroup, or queue may be entered and this will function as Option 2 below. You should take the same precautions when entering phone numbers as described in Option 2") . "<br></span></a></td>932 <td><a href='#' class='info'>" . _("Option 1:") . "<span>" . _("If 'Send to Follow-Me' is checked, then a caller who presses 1 will be directed to this extension's FollowMe configuration defined above. If not checked, then any number, ringgroup, or queue may be entered and this will function as Option 2 below. You should take the same precautions when entering phone numbers as described in Option 2") . "<br></span></a></td> 933 933 <td> 934 934 <input " . $vmx_option_1_number_text_box_options . " name='vmx_option_1_number' type='text' size=24 value='" . $vmx_option_1_number . "'> … … 936 936 <td> 937 937 <input " . $vmx_option_1_system_default . " type=checkbox name='vmx_option_1_system_default' value='checked' OnClick=\"disable_fields(); return true;\"> 938 <small>" . _(" UseFollow-Me") . "</small>938 <small>" . _("Send to Follow-Me") . "</small> 939 939 </td> 940 940 </tr>
