Changeset 8161
- Timestamp:
- 08/25/09 13:47:28 (2 years ago)
- Files:
-
- freepbx/branches/2.5/amp_conf/agi-bin/phpagi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/agi-bin/phpagi.php
r5007 r8161 213 213 } 214 214 215 $this->conlog('PHPAGI internal configuration:'); 216 $this->conlog(print_r($this->config, true)); 215 // Next two lines where removed 2009-08-25 due to unneccesary output when setting "core set verbose 3" or higher in Asterisk. 216 // 217 // $this->conlog('PHPAGI internal configuration:'); 218 // $this->conlog(print_r($this->config, true)); 217 219 218 220 // Enable for debuggin purposes
