Cisco Acano X-series

ページ / 21
Cisco Meeting Server Release 2.0+ : Multi-tenancy considerations
9
3.2 Tenanted dial plans
Different dial plan rules for forwarding calls and for outbound calls can be setup for tenants
through the API, details are in the API Reference Guide. This is applicable to single tenant and
multi-tenant deployments.
3.2.1 Forwarding rules
Forwarding rules can have a tenant associated with them. When a forwarding rule with an
associated tenant is used, the call (conference) spawned by that rule is associated with the
same tenant.
3.2.2 Outbound dial plan rules
You can associate an outbound dial plan rule with a tenant. Once associated, the only call legs
that can be placed using that rule are those that originate from calls (conferences) associated
with the same tenant, or associated with no tenant.
3.3 Tenant call limits
This feature enables an administrator to limit the number of calls a tenant can make to ensure
that a tenant does not consume all of the resources. This feature works across distributed
deployments and is applicable to single tenant and multi-tenant deployments.
To set the tenant call limit, set participantLimit on the /tenants/<tenant id>/ API object. Details
are in the API Reference Guide.
Note: Call limits may be exceeded when simultaneous calls occur to different Call Bridges.
3.4 XMPP multi-domains
XMPP multi-domain enables a single Cisco Meeting Server to host multiple XMPP domains. For
example, both example.com and example.org can exist on the same server. It is possible to
configure multiple tenants with the same XMPP domain (as in previous releases), or each tenant
with their own domain, or mix these schemes.
To configure multiple domains for the XMPP server to listen to, use the MMP command:
xmpp multi_domain add <domain name> <key-file> <crt-file> [<crt-
bundle>]
where:
<key-file>
is the private key that you created for the XMPP server
<crt-file>
is the signed certificate file for the XMPP server
[<crt-bundle>]
is the optional certificate bundle as provided by the CA
3   Configuring Tenants