freepbx无法获取asterisk状态解决方法

UNABLE TO FIND ASTERISK RESULT

FREEPBX统计结果:

PHP-MBSTRING isn't installed.

PHP-MBSTRING is a requirement of PHP SysInfo. System Statistics are disabled until that package is installed.
This can be resolved by installing the 'php-mbstring' package on most distributions, and then restarting Apache

上面说的很清楚了,那就好办了:

1.安装php5.6-mbstring

apt-get install php5.6-mbstring

2.编辑/etc/php/5.6/apache2/php.ini取消下面这行的注释使之生效:

extension=php_mbstring.dll

3.重启apache2

service apache2 restart

再次打开后台就正常了: