Changeset 5448
- Timestamp:
- 12/10/07 20:17:50 (5 years 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
r5375 r5448 53 53 'DEVEL' => array('bool' , false), 54 54 'DEVELRELOAD' => array('bool' , false), 55 'CUSTOMASERROR' => array('bool' , false),55 'CUSTOMASERROR' => array('bool' , true), 56 56 'DYNAMICHINTS' => array('bool' , false), 57 57 'BADDESTABORT' => array('bool' , false), freepbx/trunk/amportal.conf
r5332 r5448 133 133 #AMPPROVEXCLUDE=/var/ftp/exclude-from-file-list 134 134 135 # If CUSTOMASERROR is set to true, then the Destination Registry will report all destinations it is not familiar136 # with as errors since there is no way currently to differentiate these from explicit custom destinations137 # CUSTOMASERROR= true135 # If CUSTOMASERROR is set to false, then the Destination Registry will not report unknow destinations as errors 136 # this should be left to the default true and custom destinations should be moved into the new custom apps registry 137 # CUSTOMASERROR=false 138 138 139 139 # if DYNAMICHINTS is set to true, Core will not statically generate hints. Instead it will make a call to the
