Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Background information

As of revision 17834 the Openfire admin console is disabled by default. What this means is that attempts to reach URL http://<sipXecs host name>:9094 or https://<sipXecs host name>:9095 will fail. This new behavior is to solve XX-6804.

...

When the sipXecs service starts (for example: /etc/init.d/sipxecs start) it will ensure that access to the Open admin console is disabled.

Enabling the Openfire admin console

To enable Openfire admin console access, one can simply run these command line interface (CLI) commands and restart Openfire:

Code Block

sipxopenfire.sh -a enable

...


sipxproc -k SipXopenfire

...


sipxproc -s SipXopenfire

...


Disabling the Openfire admin console

There are two ways to disable Openfire admin console access once it has been enabled:

1) From the CLI:

Code Block

sipxopenfire.sh -a disable

...


sipxproc -k SipXopenfire

...


sipxproc -s SipXopenfire

...


2) Restart the sipXecs service:

Code Block

/etc/init.d/sipxecs restart