Cisco Cisco Meeting Server 2000

下载
页码 110
Cisco Meeting Server Release 2.0 : Single Combined Meeting Server Deployments
33
xmpp multi_domain list
To delete a domain that the XMPP server is listening to, use the command:
xmpp multi_domain del <domain name>
4.6 Configuring the Web Bridge
The Web Bridge is used by the WebRTC app. If you are deploying the WebRTC app you need to
set the network interface for the Web Bridge and then enable it. Otherwise, skip this section.
1. SSH into the MMP.
2. Configure the Web Bridge to listen on the interface(s) of your choice with the following
command:
webbridge listen <interface[:port] whitelist>
The Web Bridge can listen on multiple interfaces, e.g. one on public IP and one on the
internal network. (However, it cannot listen on more than one port on the same interface.)
The following is an example where interfaces are set to interface A and B, both using port
443.
webbridge listen a:443 b:443
3. Create DNS A record for the Web Bridge and set it to resolve to the IP address of the
Ethernet interface you want the Web Bridge to listen on.
4. Create a certificate and private key for the Web Bridge as described in the
Upload the certificate file to the MMP via SFTP.
5. Add the Call Bridge certificate to the Web Bridge trust store as described in the
document.
6. The Web Bridge supports HTTPS. It will forward HTTP to HTTPS if configured to use “http-
redirect”. To do so:
a. Enable HTTP redirect with the following command:
webbridge http-redirect enable
b. If required (see the note below), set the Windows MSI, Mac OSX DMG and iOS installers
that are presented to WebRTC users:
webbridge msi <url>
webbridge dmg <url>
webbridge ios <url>
Note: If you only use browsers that support WebRTC (e.g. Chrome) you do not need to
set these download locations because browser functionality will be used for guest
4   Configuring the MMP