Installation guide

Configuring the MMP
Acano solution: Single combined Acano server Deployment Guide R1.6 76-1054-01-H
Page 19
On a virtualized deployment, you must upload license.dat yourself (using SFTP). If you have
not done so already, contact support@acano.com with one of the MAC addresses assigned
to the VM to obtain this file. See the Virtualized deployment specific pre-requisites.
The XMPP server can be configured to listen on any subset of the four media interfaces and
ignore connections from any interface in the complement.
4. Establish a SSH connection to the MMP and log in.
5. To configure the XMMP server to use one or more interfaces enter the following command:
xmpp listen <interface whitelist>
The following is an example where interface is set to interface A and B.
xmpp listen a b
6. Configure the XMPP server with the following command:
xmpp domain <domain name>
The following is an example where domain-name is example.com.
xmpp domain example.com
7. Enable the XMPP service:
xmpp enable
8. To allow a Call Bridge to access the XMPP server securely (after configuration), provide a
component name for the Call Bridge to use to authenticate e.g. example_component:
xmpp callbridge add <component name>
for example
xmpp callbridge add example_component
A secret is generated; for example, you see:
acano>xmpp callbridge add example_component
Added callbridge: Secret: aB45d98asdf9gabgAb1
9. Note the domain, component and secret generated in the previous steps because they are
required later when you use the Web Admin Interface to configure the Call Bridge access to
the XMPP server (so that the Call Bridge will present the authentication details to the XMPP
server).
(If you lose the details, use the MMP xmpp callbridge list command to display them.)