Changeset 5323
- Timestamp:
- 11/30/07 16:21:59 (4 years ago)
- Files:
-
- modules/branches/2.4/core/page.ampusers.php (modified) (1 diff)
- modules/branches/2.4/core/page.did.php (modified) (4 diffs)
- modules/branches/2.4/core/page.routing.php (modified) (1 diff)
- modules/branches/2.4/core/page.trunks.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/core/page.ampusers.php
r5071 r5323 203 203 <td valign="top"> 204 204 <a href=# class="info"><?php echo _("Admin Access<span>Select the Admin Sections this user should have access to.</span>")?></a>: 205 </td><td> 205 </td><td> 206 206 <select multiple name="sections[]"> 207 207 <option /> 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"); modules/branches/2.4/core/page.routing.php
r5302 r5323 331 331 <td><a href="#" class="info"><?php echo _("Music On Hold?")?><span><?php echo _("You can choose which music category to use. For example, choose a type appropriate for a destination country which may have announcements in the appropriate language.")?></span></a></td> 332 332 <td> 333 <select name="mohsilence"/>333 <select name="mohsilence"/> 334 334 <?php 335 335 $tresults = music_list($amp_conf['ASTVARLIBDIR']."/mohmp3"); modules/branches/2.4/core/page.trunks.php
r5301 r5323 346 346 if ($tech == "sip" || substr($tech,0,3) == "iax") { 347 347 ?> 348 <a href=# class="info"><?php echo _("Maximum channels")?><span><?php echo sprintf(_("Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum."),((isset($channelid) && trim($channelid)!="")?"from-trunk-$channelid":"from-trunk-[trunkname]"))?></span></a>:348 <a href=# class="info"><?php echo _("Maximum Channels")?><span><?php echo sprintf(_("Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum."),((isset($channelid) && trim($channelid)!="")?"from-trunk-$channelid":"from-trunk-[trunkname]"))?></span></a>: 349 349 <?php 350 350 } else { 351 351 ?> 352 <a href=# class="info"><?php echo _("Maximum channels")?><span><?php echo _("Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. Inbound calls are not counted against the maximum. Leave blank to specify no maximum.")?></span></a>:352 <a href=# class="info"><?php echo _("Maximum Channels")?><span><?php echo _("Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. Inbound calls are not counted against the maximum. Leave blank to specify no maximum.")?></span></a>: 353 353 <?php 354 354 } … … 393 393 <?php echo _("You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match \"016065551234\" and dial it as \"0116065551234\" Note that the order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing."); ?> 394 394 </span></a>: 395 </td><td valign="top"> 395 </td><td valign="top"> 396 396 <textarea id="dialrules" cols="20" rows="<?php 397 397 if (is_array($dialrules)) { … … 407 407 <tr> 408 408 <td> 409 <a href=# class="info"><?php echo _("Dial rules wizards")?><span>409 <a href=# class="info"><?php echo _("Dial Rules Wizards")?><span> 410 410 <strong><?php echo _("Always dial with prefix")?></strong> <?php echo _("is useful for VoIP trunks, where if a number is dialed as \"5551234\", it can be converted to \"16135551234\".")?><br> 411 411 <strong><?php echo _("Remove prefix from local numbers")?></strong> <?php echo _("is useful for ZAP trunks, where if a local number is dialed as \"6135551234\", it can be converted to \"555-1234\".")?><br> 412 412 <strong><?php echo _("Lookup numbers for local trunk")?></strong> <?php echo _("This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7 or 10 digits (regardless of what your PSTN is) on a local trunk (where you have to dial 1+areacode for long distance, but only 5551234 (7-digit dialing) or 6135551234 (10-digit dialing) for local calls")?><br> 413 413 </span></a>: 414 </td><td valign="top"> <select id="autopop" name="autopop" onChange="changeAutoPop(); ">414 </td><td valign="top"><select id="autopop" name="autopop" onChange="changeAutoPop(); "> 415 415 <option value="" SELECTED><?php echo _("(pick one)")?></option> 416 416 <option value="always"><?php echo _("Always dial with prefix")?></option>
