Changeset 7140
- Timestamp:
- 10/25/08 13:33:46 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/phonefeatures.module
r7103 r7140 420 420 421 421 $ret = "\n<tr>"; 422 $ret.= "<td> " . _("Call Screening:") . "</td>";422 $ret.= "<td><a href='#' class='info'>" . _("Call Screening:") . "<span>" . _("Call Screening requires external callers to say their name, which will be played back to the user and allow the user to accept or reject the call. Screening with memory only verifies a caller for their caller-id once. Screening without memory always requires a caller to say their name. Either mode will always announce the caller based on the last introduction saved with that callerid. If any user on the system uses the memory option, when that user is called, the caller will be required to re-introduce themselves and all users on the system will have that new introduction associated with the caller's CallerId.") . " </span></a></td>"; 423 423 $ret.= "<td>"; 424 424 $ret.= "<select name='call_screen'>"; freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/settings.module
r7103 r7140 486 486 $set_voicemail_callme_text = " 487 487 <tr> 488 <td> " . _("Call Me Number:") . "</td>488 <td><a href='#' class='info'>" . _("Call Me Number:") . "<span>" . ("Call Me Number can be any dialable number, such as an extension or a cellphone.") . " </span></a></td> 489 489 <td> 490 490 <input type='text' id='callme_number' name='callme_number'
