...
Below is a list of common issues or questions people have run into.
Table of Contents |
---|
BLF light is not updating when changing items like DND or Follow Me
...
Daemon on PBX is not running.
The BLF light is controlled by a daemon that runs on the PBX. To see if daemon is running, run the command below from your Linux CLI:/etc/init.d/restapps status
You need to start the demon that watches for hints the first time, as this could not be started when there was no license. This script will be auto-started any time amportal or fwconsole start is run, which includes on boot up.
PBX Version 13 or Newer
fwconsole restart restapps
Code Block [root@mypbx
...
]#
...
fwconsole restart restapps
...
...
Restapps daemon
...
stopped
...
As we can see in the above example, the daemon is running. If it was down, it would show:
Code Block |
---|
[root@mypbx ~]# /etc/init.d/restapps status
restapps.php is stopped
[root@mypbx ~]# |
...
Running Restapps Hooks Starting Restapps daemon Restapps daemon done [root@mypbx]#
PBX Versiopn 12 or Older
/etc/init.d/restapps
...
restart
Code Block [
...
root@mybox ~]# /etc/init.d/restapps
...
restart Shutting down REST applications daemon: [ OK ] Starting REST applications daemon: [ OK ] [
...
root@mybox ~]#
...
If using PBX version 12 or older verify you have DevState Hints enabled on the PBX.
- Make sure you have enabled Custom DevState hints. Log into your PBX GUI and navigate to the Advanced Settings module:
- In the top menu go to Settings
- In the drop-down menu go to Advanced Settings
- At the top, under the Advanced Settings Details section, set Display Readonly Settings and Override Readonly Settings to "Yes":
Message Bar on screen not updating when changing items like DND or Follow Me
- The Message Bar is controlled by a daemon that runs on the PBX. To see if daemon is running, run the command below from your Linux CLI:
...
You need to start the demon that watches for hints the first time, as this could not be started when there was no license. This script will be auto-started any time amportal or fwconsole start is run, which includes on boot up.
PBX Version 13 or Newer
fwconsole restart restapps
Code Block [root@mypbx
...
]#
...
fwconsole restart restapps
...
...
Restapps daemon
...
stopped
...
As we can see in the above example, the daemon is running. If it was down, it would show:
Code Block |
---|
[root@mypbx ~]# /etc/init.d/restapps status
restapps.php is stopped
[root@mypbx ~]# |
To restart the daemon, run the following command:
Running Restapps Hooks Starting Restapps daemon Restapps daemon done [root@mypbx]#
PBX Versiopn 12 or Older
/etc/init.d/restapps
...
restart
Code Block [
...
root@mybox ~]# /etc/init.d/restapps
...
restart Shutting down REST applications daemon: [ OK ] Starting REST applications daemon: [ OK ] [
...
root@mybox ~]#
Pressing button on phone is not launching application
...