-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Works For Me
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: administrators
-
Labels:None
-
Bug Tracker:Developer Testing
-
ToDo:
-
Asterisk Version:13.22.0
-
Distro Version:14.0.5.25
-
Distro:FreePBX Distro
While astman cache mode is true (is true by default)
(/var/www/html/admin/bootstrap.php line 88)
then function database_show
/var/www/html/admin/libraries.php line 1617
return only AMPUSER "family" keys from sqlite.
This impact to all modules, that use database_show(): blacklist, queues, timeconditions and many more.
example:
In any module $astman->database_show('TC') return empty array. Only $astman->database_show('AMPUSER') is not empty.