Changeset 11772 for freepbx/branches
- Timestamp:
- 03/10/11 11:51:33 (2 years ago)
- Files:
-
- freepbx/branches/2.9/libfreepbx.install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/libfreepbx.install.php
r11770 r11772 619 619 $set['options'] = ''; 620 620 $set['name'] = 'Force Asterisk Version'; 621 $set['description'] = 'Normally FreePBX gets the current Asterisk version directly form Asterisk. This is required to generate proper dialplan for a given version. When using some custom Asterisk builds, the version may not be properly parsed and imp oroper dialplan generated. Setting this to an equivalent Asterisk version will override what is read from Asterisk. This SHOULD be left blank unless you know what you are doing.';621 $set['description'] = 'Normally FreePBX gets the current Asterisk version directly form Asterisk. This is required to generate proper dialplan for a given version. When using some custom Asterisk builds, the version may not be properly parsed and improper dialplan generated. Setting this to an equivalent Asterisk version will override what is read from Asterisk. This SHOULD be left blank unless you know what you are doing.'; 622 622 $set['emptyok'] = 1; 623 623 $set['readonly'] = 1;
