Changeset 13623

Show
Ignore:
Timestamp:
02/28/12 17:12:16 (1 year ago)
Author:
p_lindheimer
Message:

modify tooltip as to experimental nature of app_confbridge

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.10/libfreepbx.install.php

    r13400 r13623  
    22072207  $set['emptyok'] = 0; 
    22082208  $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.'; 
    22102210  $set['type'] = CONF_TYPE_SELECT; 
    22112211  $freepbx_conf->define_conf_setting('ASTCONFAPP', $set);