Changeset 5323 for modules/branches/2.4/core/page.did.php
- Timestamp:
- 11/30/07 17:21:59 (5 years ago)
- Files:
-
- modules/branches/2.4/core/page.did.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/core/page.did.php
r5304 r5323 108 108 <a class="info" href="#"><?php echo _("Fax Extension")?><span><?php echo _("Select 'system' to have the system receive and email faxes.<br><br>The FreePBX default is defined in General Settings.")?></span></a>: 109 109 </td> 110 <td> 110 <td> 111 111 <select name="faxexten"> 112 112 <?php … … 150 150 <tr> 151 151 <td><a href="#" class="info"><?php echo _("Fax Detection Type")?><span><?php echo _('Selecting Zaptel or NVFax will immediately answer the call and play ringing tones to the caller for the number of seconds in Pause below. Use NVFax on SIP or IAX trunks.')?></span></a>:</td> 152 <td> 152 <td> 153 153 <select name="answer"> 154 154 <option value="0" <?php echo ($answer == '0' ? 'SELECTED' : '')?>><?php echo _("None")?> … … 159 159 </tr> 160 160 <tr> 161 <td><a href="#" class="info"><?php echo _("Pause after answer")?><span><?php echo _('The number of seconds we should wait after performing an Immediate Answer. The primary purpose of this is to pause and listen for a fax tone before allowing the call to proceed.')?></span></a>:</td>161 <td><a href="#" class="info"><?php echo _("Pause After Answer")?><span><?php echo _('The number of seconds we should wait after performing an Immediate Answer. The primary purpose of this is to pause and listen for a fax tone before allowing the call to proceed.')?></span></a>:</td> 162 162 <td><input type="text" name="wait" size="3" value="<?php echo isset($wait)?$wait:'' ?>"></td> 163 163 </tr> … … 191 191 <td><a href="#" class="info"><?php echo _("Music On Hold?")?><span><?php echo _("Set the MoH class that will be used for calls that come in on this route. For example, choose a type appropriate for routes coming in from a country which may have announcements in their language.")?></span></a></td> 192 192 <td> 193 <select name="mohclass"/>193 <select name="mohclass"/> 194 194 <?php 195 195 $tresults = music_list($amp_conf['ASTVARLIBDIR']."/mohmp3");
