Changeset 3534
- Timestamp:
- 01/04/07 03:52:57 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2/amp_conf/htdocs/admin/functions.inc.php
r3390 r3534 187 187 } else { 188 188 // could not connect to asterisk manager 189 return false;189 return array('engine'=>'ERROR-UNABLE-TO-CONNECT', 'version'=>'0', 'additional' => '0'); 190 190 } 191 191 … … 198 198 break; 199 199 } 200 return false;200 return array('engine'=>'ERROR-UNSUPPORTED-ENGINE-'.$amp_conf['AMPENGINE'], 'version'=>'0', 'additional' => '0'); 201 201 } 202 202
