Changeset 10380
- Timestamp:
- 10/08/10 14:30:23 (3 years ago)
- Files:
-
- freepbx/trunk/amp_conf/bin/generate_hints.php (modified) (2 diffs)
- freepbx/trunk/amp_conf/bin/retrieve_conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/bin/generate_hints.php
r9043 r10380 16 16 $amp_conf = parse_amportal_conf("/etc/amportal.conf"); 17 17 18 $astman = new AGI_AsteriskManager();18 $astman = new AGI_AsteriskManager(null, array('cachemode' => true)); 19 19 20 20 $astmanagerhost = (isset($amp_conf['ASTMANAGERHOST']) && trim($amp_conf['ASTMANAGERHOST']) != '')?$amp_conf['ASTMANAGERHOST']:'127.0.0.1'; … … 26 26 exit; 27 27 } 28 $astman->Events('off'); 28 29 $ast_with_dahdi = ast_with_dahdi(); 29 30 freepbx/trunk/amp_conf/bin/retrieve_conf
r10252 r10380 455 455 } 456 456 out(_("OK")); 457 $astman->Events('off'); 457 458 458 459 //include common functions
