Changeset 11383
- Timestamp:
- 02/14/11 16:30:53 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/amp_conf/htdocs/admin/libraries/cronmanager.class.php
r11116 r11383 76 76 $nt =& notifications::create($db); 77 77 $text = _("Online Updates are Disabled"); 78 $extext = _("Online updates are di abled on the General Settings page. When disabled, you will not be notified of bug fixes and Security issues without manually checking for updates online. You are advised to enable the update checking. Updates are never downloaded automatically, they are only checked and reported in the notification panel and log if enabled.");78 $extext = _("Online updates are disabled on the General Settings page. When disabled, you will not be notified of bug fixes and Security issues without manually checking for updates online. You are advised to enable the update checking. Updates are never downloaded automatically, they are only checked and reported in the notification panel and log if enabled."); 79 79 $nt->add_notice('core', 'UPDATES_OFF', $text, $extext, '', true, true); 80 80 } freepbx/branches/2.9/libfreepbx.install.php
r11382 r11383 459 459 $set['options'] = ''; 460 460 $set['name'] = 'Override Readonly Settings'; 461 $set['description'] = 'Setting this to true will allow you to override un-hidden readonly setting to change them. Settings that are readonly may be ext eremly volatile and have a high chance of breaking your system if you change them. Take extreme caution when electing to make such changes.';461 $set['description'] = 'Setting this to true will allow you to override un-hidden readonly setting to change them. Settings that are readonly may be extremely volatile and have a high chance of breaking your system if you change them. Take extreme caution when electing to make such changes.'; 462 462 $set['emptyok'] = 0; 463 463 $set['level'] = 0; … … 667 667 } 668 668 $set['name'] = 'Syslog Location'; 669 $set['description'] = "Determine where to send log information if the log is enabled: 'Disable Free pbxLog' is false (AMPDISABLELOG). FILE will send all log messages to the defined 'FreePBX Log File' (FPBX_LOG_FILE). The other settings will send the logs to your System Logging system using the specified log level that can be configured on most systems to determine which system log file to write to.";669 $set['description'] = "Determine where to send log information if the log is enabled: 'Disable FreePBX Log' is false (AMPDISABLELOG). FILE will send all log messages to the defined 'FreePBX Log File' (FPBX_LOG_FILE). The other settings will send the logs to your System Logging system using the specified log level that can be configured on most systems to determine which system log file to write to."; 670 670 $set['emptyok'] = 0; 671 671 $set['readonly'] = 0; … … 799 799 $set['value'] = '0'; 800 800 $set['options'] = '0,1,2,3,4,5,6,7,8,9,10'; 801 $set['name'] = 'No op Traces in Dialplan';802 $set['description'] = 'Some modules will generate lots of No op() commands proceeded by a [TRACE](trace_level) that can be used during development or while trying to trace call flows. These NoOp() commands serve no other purpose so if you do not want to see excessive NoOp()s in your dialplan you can set this to 0. The higher the number the more detailed level of trace NoOp()s will be generated';801 $set['name'] = 'NoOp Traces in Dialplan'; 802 $set['description'] = 'Some modules will generate lots of NoOp() commands proceeded by a [TRACE](trace_level) that can be used during development or while trying to trace call flows. These NoOp() commands serve no other purpose so if you do not want to see excessive NoOp()s in your dialplan you can set this to 0. The higher the number the more detailed level of trace NoOp()s will be generated'; 803 803 $set['emptyok'] = 0; 804 804 $set['readonly'] = 0; modules/branches/2.9/core/functions.inc.php
r11382 r11383 6381 6381 $tmparr['immediate'] = array('value' => 'no', 'tt' => $tt, 'select' => $select, 'level' => 1); 6382 6382 6383 $tt = _("Zap signal ling, usually fxo_ks when connected to an analog phone. Some special applications or channel bank connections may require fxs_ks or other valid settings. See Zap and card documentation for details.");6383 $tt = _("Zap signaling, usually fxo_ks when connected to an analog phone. Some special applications or channel bank connections may require fxs_ks or other valid settings. See Zap and card documentation for details."); 6384 6384 $tmparr['signalling'] = array('value' => 'fxo_ks', 'tt' => $tt, 'level' => 1); 6385 6385 $tt = _("Zap echocancel setting, see Zap documentation for details."); … … 6507 6507 $tt = _("Endpoint port number to use, usually 4569."); 6508 6508 $tmparr['port'] = array('value' => '4569', 'tt' => $tt, 'level' => 1); 6509 $tt = _("Setting to yes (equivalent to 2000 msec) will send an OPTIONS packet to the endpoint periodically (default every minute). Used to monitor the health of the endpoint. If delays are longer then the qualify time, the endpoint will be taken offline and con isdered unreachable. Can be set to a value which is the msec threshhold. Setting to no will turn this off. Can also be helpful to keep NAT pinholes open.");6509 $tt = _("Setting to yes (equivalent to 2000 msec) will send an OPTIONS packet to the endpoint periodically (default every minute). Used to monitor the health of the endpoint. If delays are longer then the qualify time, the endpoint will be taken offline and considered unreachable. Can be set to a value which is the msec threshold. Setting to no will turn this off. Can also be helpful to keep NAT pinholes open."); 6510 6510 $tmparr['qualify'] = array('value' => $amp_conf['DEVICE_QUALIFY'], 'tt' => $tt, 'level' => 1); 6511 6511 $tt = _("Disallowed codecs. Set this to all to remove all codecs defined in the general settings and then specify specific codecs separated by '&' on the 'allow' setting, or just disallow specific codecs separated by '&'."); … … 6546 6546 $select[] = array('value' => 'info', 'text' => _('SIP INFO (application/dtmf-relay')); 6547 6547 $select[] = array('value' => 'shortinfo', 'text' => _('SIP INFO (application/dtmf)')); 6548 $tt = _("The DTMF signal ling mode used by this device, usually rfc2833 for most phones.");6548 $tt = _("The DTMF signaling mode used by this device, usually rfc2833 for most phones."); 6549 6549 $tmparr['dtmfmode'] = array('value' => 'rfc2833', 'tt' => $tt, 'select' => $select, 'level' => 0, 'jsvalidation' => 'isEmpty()', 'failvalidationmsg' => $msgInvalidDTMFMODE ); 6550 6550 // $amp_conf['DEVICE_SIP_CANREINVITE'] … … 6641 6641 $tt = _("Mailbox for this device. This should not be changed unless you know what you are doing."); 6642 6642 $tmparr['mailbox'] = array('value' => '', 'tt' => $tt, 'level' => 2); 6643 $tt = _("Asterisk dialplan extension to reach voicemail for this device. Some devices use this to auto-program the voicemail button on the endpoint. If left blank, the default vmexten setting is automatically configured by the voicemail module. Only ch nage this on devices that may have special needs.");6643 $tt = _("Asterisk dialplan extension to reach voicemail for this device. Some devices use this to auto-program the voicemail button on the endpoint. If left blank, the default vmexten setting is automatically configured by the voicemail module. Only change this on devices that may have special needs."); 6644 6644 $tmparr['vmexten'] = array('value' => '', 'tt' => $tt, 'level' => 1); 6645 6645 $tt = _("IP Address range to deny access to, in the form of network/netmask.");
