Difference between revisions of "Device Registration Status is not visible in the system"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with ' <br><br> = See also = * Registration Status')
 
Line 1: Line 1:
Delete file: /var/log/mor/ami_debug.log


Run file: /usr/local/mor/mor_retrieve_peers


Check /var/log/mor/ami_debug.log
If it exists and has info about updated devices all is ok. If not - check errors after mor_retrieve_peers script is executed.
If no errors, go to /etc/cron.d/mor_minute_actions
It should contain such lines:
# update peer information from Asterisk to DB
* * * * * root /usr/local/mor/mor_retrieve_peers
Create such file, add lines if they do not exist.


<br><br>
<br><br>
= See also =
= See also =
* [[Registration Status]]
* [[Registration Status]]

Revision as of 13:26, 17 July 2012

Delete file: /var/log/mor/ami_debug.log

Run file: /usr/local/mor/mor_retrieve_peers

Check /var/log/mor/ami_debug.log

If it exists and has info about updated devices all is ok. If not - check errors after mor_retrieve_peers script is executed.

If no errors, go to /etc/cron.d/mor_minute_actions

It should contain such lines:

# update peer information from Asterisk to DB
* * * * * root /usr/local/mor/mor_retrieve_peers

Create such file, add lines if they do not exist.



See also