Changeset 13623
- Timestamp:
- 02/28/12 17:12:16 (1 year ago)
- Files:
-
- freepbx/branches/2.10/libfreepbx.install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.10/libfreepbx.install.php
r13400 r13623 2207 2207 $set['emptyok'] = 0; 2208 2208 $set['name'] = 'Conference Room App'; 2209 $set['description'] = 'The asterisk application to use for conferencing. If only one is compiled into asterisk, FreePBX will auto detect and change this value if set wrong. ';2209 $set['description'] = 'The asterisk application to use for conferencing. If only one is compiled into asterisk, FreePBX will auto detect and change this value if set wrong. The app_confbridge application is considered "experimental" with known issues and does not work on Asterisk 10 where it was completely rewritten and changed from the version on 1.6 and 1.8.'; 2210 2210 $set['type'] = CONF_TYPE_SELECT; 2211 2211 $freepbx_conf->define_conf_setting('ASTCONFAPP', $set);
