Ticket #2704: page.asteriskinfo.php.diff
| File page.asteriskinfo.php.diff, 0.5 kB (added by drmessano, 4 years ago) |
|---|
-
D:/Downloads/patch/page.asteriskinfo.php
old new 79 79 if (trim($astver) == '99') { 80 80 if ($astman) { 81 81 //get version 82 $response = $astman->send_request('Command', array('Command'=>' show version'));82 $response = $astman->send_request('Command', array('Command'=>'core show version')); 83 83 $astver = $response['data']; 84 84 if (preg_match('/Asterisk (\S+)/', $astver, $matches)) { 85 85 $astver=$matches[1];
