Registration Status
About
This feature was developed to make MOR administrator's life easier. With this feature an administrator is able to track SIP device status from GUI and solve problems faster.
Technical details (requirements)
These requirements must be fulfilled in order for this functionality to work correctly:
- Works only with SIP devices.
- Device must try to register or someone should call to that device in order for that device status to be visible.
- Device must register to an Asterisk server where it is assigned.
Example:
If a device is assigned to a server A but registers to server B - status will not be shown (devices must register to the server they are assigned to).
Status
OK - Device is registered, all is OK.
LAGGED - Device is registered but connection to it is poor.
UNREACHABLE - Device stopped responding to Qualify requests.
UNKNOWN - means the device state status could not be found. This is NOT an alternative message to the previous UNREACHABLE message.
Please refer to this page to see how Device gets such status.
Unmonitored - such status is shown when "Qualify" is set to "NO" in Device settings.
NO STATUS - Device never tried to register to Server and Server does not know anything about this device.
Device list
Device edit
Very technical details
You will probably never need these.
These files must exist:
- /usr/local/mor/mor_retrieve_peers
- /etc/cron.d/mor_minute_actions
Logs
If you want to get a lot of logs put DEBUG = 1 in mor.conf
Logs for this feature can be found here:
- /var/log/mor/ami_debug.log