Changeset 11439
- Timestamp:
- 02/18/11 00:51:02 (2 years ago)
- Files:
-
- modules/branches/2.9/queues/page.queues.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/queues/page.queues.php
r11438 r11439 296 296 297 297 <tr> 298 <td><a href="#" class="info"><?php echo _("Call Confirm:")?><span><?php echo _("If checked, the queue w ill not answer the call. Under most circumstance you should always have the queue answering calls. If not, then it's possible that recordings and MoH will not be heard by the waiting callers since early media capabilities vary and are inconsistent. Some cases where it may be desired to not answer a call is when using Strict Join Empty queue policies where the caller will not be admitted to the queue unless there is a queue member immediately availalbe to take the call.")?></span></a></td>298 <td><a href="#" class="info"><?php echo _("Call Confirm:")?><span><?php echo _("If checked, the queue would force call confirmation on any follow-me that is pursued.")?></span></a></td> 299 299 <td> 300 300 <input name="callconfirm" type="checkbox" value="1" <?php echo (isset($callconfirm) && $callconfirm == '1' ? 'checked' : ''); ?> tabindex="<?php echo ++$tabindex;?>"/> … … 304 304 if(function_exists('recordings_list')) { //only include if recordings is enabled ?> 305 305 <tr> 306 <td><a href="#" class="info"><?php echo _("Call Confirm Announcement:")?><span><?php echo _("Announcement played to callers once prior to joining the queue.<br><br>To add additional recordings please use the \"System Recordings\" MENU to the left")?></span></a></td>306 <td><a href="#" class="info"><?php echo _("Call Confirm Announcement:")?><span><?php echo _("Announcement played to anyone using an external follow-me to receive the queue call.<br><br>To add additional recordings please use the \"System Recordings\" MENU to the left")?></span></a></td> 307 307 <td> 308 308 <select name="callconfirm_id" tabindex="<?php echo ++$tabindex;?>"> … … 322 322 <?php } else { ?> 323 323 <tr> 324 <td><a href="#" class="info"><?php echo _("Call Confirm Announcement:")?><span><?php echo _("Announcement played to callers once prior to joining the queue.<br><br>You must install and enable the \"Systems Recordings\" Module to edit this option")?></span></a></td>324 <td><a href="#" class="info"><?php echo _("Call Confirm Announcement:")?><span><?php echo _("Announcement played to anyone using an external follow-me to receive the queue call.<br><br>You must install and enable the \"Systems Recordings\" Module to edit this option")?></span></a></td> 325 325 <td> 326 326 <?php
