Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated using 4PSA automated script

...

Kamailio log messages are stored in the /var/log/kamailio/kamailio.log file file.

The default log level is set to 1, but in case you need to debug a problem, you can increase the log level using the following command:

Shell
kamctl fifo debug 9
Once the problem is solved, you need to lower the debug level. Otherwise, the log file will become bigger and bigger. To lower the log level, you must run:
Shell
kamctl fifo debug 1
If, for some reasons, you have to restart Kamailio, use the following command:
Shell
/etc/init.d/kamailio restart

...

Ejabberd is an XMPP application server used for internet messaging. You can use a jabber client to create IM communication between your extensions. IM services can be restarted using this command:

Shell
/etc/init.d/ejabberd restart

RabbitMQ

RabbitMQ is the message message broker service from your server. If this service is not initiated, you will most probably see an error message on the Call Flows page. You can restart the service using this command:

Shell
/etc/init.d/rabbitmq restart

...

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.