Changeset 6589
- Timestamp:
- 09/07/08 07:50:49 (3 months ago)
- Files:
-
- modules/branches/2.5/core/page.general.php (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/core/page.general.php
r6544 r6589 107 107 <table> 108 108 <tr><td> 109 <a href=# class="info"><?php echo _("Asterisk Dial command options:")?><span> <br>109 <a href=# class="info"><?php echo _("Asterisk Dial command options:")?><span> 110 110 <?php echo _("t: Allow the called user to transfer the call by hitting #")?><br> 111 111 <?php echo _("T: Allow the calling user to transfer the call by hitting #")?><br> … … 118 118 </td></tr> 119 119 <tr><td> 120 <a href=# class="info"><?php echo _("Asterisk Outbound Dial command options:")?><span> <br>120 <a href=# class="info"><?php echo _("Asterisk Outbound Dial command options:")?><span> 121 121 <?php echo _("t: Allow the called user to transfer the call by hitting #")?><br> 122 122 <?php echo _("T: Allow the calling user to transfer the call by hitting #")?><br> … … 142 142 </td></tr> 143 143 <tr><td> 144 <a href=# class="info"><?php echo _("Call recording format:")?><span> <br>145 <?php echo _("Pick the format in which to save recorded calls")?> <br>144 <a href=# class="info"><?php echo _("Call recording format:")?><span> 145 <?php echo _("Pick the format in which to save recorded calls")?> 146 146 </span></a> 147 147 </td><td align="right"> … … 157 157 </td></tr> 158 158 <tr><td> 159 <a href=# class="info"><?php echo _("Recording Location:")?><span> <br>159 <a href=# class="info"><?php echo _("Recording Location:")?><span> 160 160 <?php echo _("Override the default location where asterisk will store call recordings. Include the trailing /. Be sure to set proper permissions on the directory for the asterisk user.")?><br> 161 161 </span></a> … … 164 164 </td></tr> 165 165 <tr><td> 166 <a href=# class="info"><?php echo _("Run after record:")?><span> <br>166 <a href=# class="info"><?php echo _("Run after record:")?><span> 167 167 <?php echo _("An optional script to be run after the call is hungup. You can include channel and MixMon variables like \${CALLFILENAME}, \${MIXMON_FORMAT} and \${MIXMON_DIR}. To ensure that you variables are properly escaped, use the following notation: ^{MY_VAR}")?><br> 168 168 </span></a> … … 175 175 <table> 176 176 <tr><td> 177 <a href=# class="info"><?php echo _("Ringtime Default:")?><span> <br>177 <a href=# class="info"><?php echo _("Ringtime Default:")?><span> 178 178 <?php echo _("Default number of seconds to ring phones before sending callers to voicemail. This can be set per extension/user and will have no effect on phones with no voicemail.")?><br> 179 179 </span></a> … … 182 182 </td></tr> 183 183 <tr><td> 184 <a href=# class="info"><?php echo _("Direct Dial Voicemail Prefix:")?><span> <br>184 <a href=# class="info"><?php echo _("Direct Dial Voicemail Prefix:")?><span> 185 185 <?php echo _("Prefix used to dial directly to someone's voicemail. Caution should be taken in choosing this prefix to avoid conflicts with featurecodes.")?><br> 186 186 </span></a> … … 189 189 </td></tr> 190 190 <tr><td> 191 <?php echo _("Direct Dial to Voicemail message type:")?> 191 <a href=# class="info"><?php echo _("Direct Dial to Voicemail message type:")?><span> 192 <?php echo _("Default message type to use when dialing direct to an extensions voicemail")?><br> 193 </span></a> 192 194 </td><td align="right"> 193 195 <select name="VM_DDTYPE" tabindex="<?php echo ++$tabindex;?>"> … … 206 208 </td></tr> 207 209 <tr><td> 208 <a href=# class="info"><?php echo _("Do Not Play ")?><span><?php echo _("Check this to remove the default message \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" That is played after the voicemail greeting (the s option). This applies globally to all vm boxes.")?></span></a> <?php echo _("\"please leave message after tone to caller\"")?>210 <a href=# class="info"><?php echo _("Do Not Play \"please leave message after tone to caller\"")?><span><?php echo _("Check this to remove the default message \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" That is played after the voicemail greeting (the s option). This applies globally to all vm boxes.")?></span></a> 209 211 </td><td align="right"> 210 212 <input type="checkbox" value="s" name="VM_OPTS" <?php echo (($VM_OPTS || $VM_DDTYPE == "su" || $VM_DDTYPE == "bu") ? 'CHECKED' : '')?> tabindex="<?php echo ++$tabindex;?>"> … … 360 362 <table> 361 363 <tr><td> 362 < ?php echo _("Extension of")?> <a class="info" href="#"><?php echo _("fax machine")?><span><?php echo _("Select 'system' to have the system receive and email faxes.<br>Selecting 'disabled' will result in incoming calls being answered more quickly.")?></span></a> <?php echo _("for receiving faxes:")?>364 <a class="info" href="#"><?php echo _("Extension of fax machine for receiving faxes:")?><span><?php echo _("Select 'system' to have the system receive and email faxes.<br>Selecting 'disabled' will result in incoming calls being answered more quickly.")?></span></a> 363 365 <!--<input type="text" size="8" name="FAX_RX" value="<?php echo $FAX_RX?>"/>--> 364 366 </td><td align="right"> … … 378 380 </td></tr> 379 381 <tr><td> 380 <a class="info" href="#"><?php echo _("Email address ")?><span><?php echo _("Email address used if 'system' has been chosen for the fax extension above.")?></span></a> <?php echo _("to have faxes emailed to:")?>382 <a class="info" href="#"><?php echo _("Email address to have faxes emailed to:")?><span><?php echo _("Email address used if 'system' has been chosen for the fax extension above.")?></span></a> 381 383 </td><td align="right"> 382 384 <input type="text" size="30" name="FAX_RX_EMAIL" value="<?php echo htmlspecialchars($FAX_RX_EMAIL)?>" tabindex="<?php echo ++$tabindex;?>"/> 383 385 </td></tr> 384 386 <tr><td> 385 <a class="info" href="#"><?php echo _("Email address ")?><span><?php echo _("Email address that faxes appear to come from if 'system' has been chosen for the fax extension above.")?></span></a> <?php echo _("that faxes appear to come from:")?>387 <a class="info" href="#"><?php echo _("Email address that faxes appear to come from:")?><span><?php echo _("Email address that faxes appear to come from if 'system' has been chosen for the fax extension above.")?></span></a> 386 388 </td><td align="right"> 387 389 <input type="text" size="30" name="FAX_RX_FROM" value="<?php echo htmlspecialchars($FAX_RX_FROM)?>" tabindex="<?php echo ++$tabindex;?>"/> … … 391 393 <table> 392 394 <tr><td> 393 < ?php echo _("Country")?> <a class="info" href="#"><?php echo _("Indications")?><span><?php echo _("Select which country you are in")?></span></a>:395 <a class="info" href="#"><?php echo _("Country Indications")?><span><?php echo _("Select which country you are in")?></span></a>: 394 396 </td><td align="right"> 395 397 <?php if (isset($TONEZONE) && strlen($TONEZONE)) … … 411 413 <table> 412 414 <tr><td> 413 <a href=# class="info"><?php echo _("Allow Anonymous Inbound SIP Calls?")?><span> <br>415 <a href=# class="info"><?php echo _("Allow Anonymous Inbound SIP Calls?")?><span> 414 416 <?php echo _("** WARNING **")?><br><br> 415 417 <?php echo _("Setting this to 'yes' will potentially allow ANYBODY to call into your Asterisk server using the SIP protocol")?><br><br>
