Changeset 6065
- Timestamp:
- 07/19/08 21:05:55 (3 months ago)
- Files:
-
- freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) (1 diff)
- freepbx/trunk/amportal.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php
r6059 r6065 61 61 'USEDEVSTATE' => array('bool' , false), 62 62 'MODULEADMINWGET'=> array('bool' , false), 63 'AMPDISABLELOG' => array('bool' , true),63 'AMPDISABLELOG' => array('bool' , true), 64 64 'AMPENABLEDEVELDEBUG'=> array('bool' , false), 65 'AMPMPG123' => array('bool' , true), 65 66 ); 66 67 freepbx/trunk/amportal.conf
r6059 r6065 173 173 # Whether or not to include log messages marked as 'devel-debug' in the log system 174 174 175 # AMPMPG123=true|false # DEFAULT VALUE true 176 # When set to false, the old MoH behavior is adopted where MP3 files can be loaded and WAV files converted to MP3 177 # The new default behavior assumes you have mpg123 loaded as well as sox and will convert MP3 files to WAV. This is 178 # highly recommended as MP3 files heavily tax the system and can cause instability on a busy phone system.
