Changeset 9226
- Timestamp:
- 03/15/10 21:21:08 (3 years ago)
- Files:
-
- modules/branches/2.8/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/core/functions.inc.php
r9217 r9226 1232 1232 // it is for detection with compatibility mode. We need to actually determine if chan_dahdi is present or not at this point 1233 1233 // 1234 if (!isset($chan_dahdi_loaded) {1235 if ($ast_ge_14 && isset($astman) && $astman->connected() {1234 if (!isset($chan_dahdi_loaded)) { 1235 if ($ast_ge_14 && isset($astman) && $astman->connected()) { 1236 1236 $response = $astman->send_request('Command', array('Command' => 'module show like chan_dahdi')); 1237 1237 $chan_dahdi_loaded = (preg_match('/1 modules loaded/', $response['data']) > 0);
