Changeset 11787
- Timestamp:
- 03/10/11 15:09:30 (2 years ago)
- Files:
-
- modules/branches/2.9/parking/page.parking.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/parking/page.parking.php
r11428 r11787 181 181 </tr> 182 182 <tr> 183 <td><a href=# class="info"><?php echo _("Enable ADSI Annou cements:")?><span><?php echo _("Check this box if you are using ADSI enabled analog phones and want to have ADSI parking annoucements sent to the phones. Other adsi.conf configurations may be neceesary for this to work.")?></span></a></td>183 <td><a href=# class="info"><?php echo _("Enable ADSI Announcements:")?><span><?php echo _("Check this box if you are using ADSI enabled analog phones and want to have ADSI parking announcements sent to the phones. Other adsi.conf configurations may be necessary for this to work.")?></span></a></td> 184 184 <td align=right><input type="checkbox" value="yes" name="adsipark" <?php echo ($adsipark == 'yes' ? 'CHECKED' : '')?> tabindex="<?php echo ++$tabindex;?>"></td> 185 185 </tr> … … 188 188 189 189 <tr> 190 <td><a href="#" class="info"><?php echo _("Pickup Courtesy Tone:")?><span><?php echo _("Whom to play the courtesy tone to when a parked call is retr eived.")?></span></a></td>190 <td><a href="#" class="info"><?php echo _("Pickup Courtesy Tone:")?><span><?php echo _("Whom to play the courtesy tone to when a parked call is retrieved.")?></span></a></td> 191 191 <td> 192 192 <input type="radio" name="parkedplay" id="parkedplay-caller" value="caller" <?php echo $parkedplay == 'caller' ? "checked=\"yes\"" : ""?>/><label for="parkedplay-caller"><?php echo _("Caller") ?></label> … … 237 237 <?php 238 238 $alert_info_tt = _("Alert-Info to add to the call prior to sending back to the Originator or to the Alternate Destination."); 239 $caller_id_tt = _("String to prepend to the current Caller ID asso icated with the parked call prior to sending back to the Originator or the Alternate Destination.");239 $caller_id_tt = _("String to prepend to the current Caller ID associated with the parked call prior to sending back to the Originator or the Alternate Destination."); 240 240 $announcement_tt = _("Optional message to be played to the call prior to sending back to the Originator or the Alternate Destination."); 241 241 $dest_label = _("Alternate Destination"); 242 242 } else { 243 243 $alert_info_tt = _("Alert-Info to put in channel before going to defined destination below. This can create distinct rings on some SIP phones and can serve to alert the recipients that the call is from an Orphaned parked call"); 244 $caller_id_tt = _("String to pre -pend to the current Caller-ID associated with this call (if any), before going to defined destination below. This can serve to alert the recipients that the call is from an Orphaned parked call");244 $caller_id_tt = _("String to prepend to the current CallerID associated with this call (if any), before going to defined destination below. This can serve to alert the recipients that the call is from an Orphaned parked call"); 245 245 $announcement_tt = _("Announcement:")?><span><?php echo _("Optional message to be played to the orphaned caller prior to going on the to supplied destination below.<br><br>To add additional recordings please use the \"System Recordings\" MENU to the left"); 246 246 $dest_label = _("Destination for Orphaned Parked Calls"); … … 295 295 ?> 296 296 <tr> 297 <td><a href="#" class="info"><?php echo _("Return Destination Behavior:")?><span><?php echo _("Where to send a parked call that has timed out. The call can be sent back to the original device that parked the call, or it can be sent back to the alternate destination. In both cases, any configured Alert-Info, Caller ID prepend, or annou cement will be applied to the call. If configured to send back to the Originator and they are not available (phone is offline), the alternate destination will be used.")?></span></a></td>297 <td><a href="#" class="info"><?php echo _("Return Destination Behavior:")?><span><?php echo _("Where to send a parked call that has timed out. The call can be sent back to the original device that parked the call, or it can be sent back to the alternate destination. In both cases, any configured Alert-Info, Caller ID prepend, or announcement will be applied to the call. If configured to send back to the Originator and they are not available (phone is offline), the alternate destination will be used.")?></span></a></td> 298 298 <td> 299 299 <input type="radio" name="parking_dest" id="parking_dest-device" value="device" <?php echo $parking_dest == 'device' ? "checked=\"yes\"" : ""?>/><label for="parking_dest-device"><?php echo _("Originator") ?></label>
