Cisco Acano X-series Developer's Guide

Page of 147
Cisco Meeting Server Release 2.0 : API Reference Guide
51
Response elements
Type/Value
Description/Notes
Response is a collection of "<inboundDialPlanRule id=<ID>>"
objects contained within an "<inboundDialPlanRules>" object
<inboundDialPlanRule> elements follow the general form on the
left.
inboundDialPlanRule id
ID
domain
Text
The domain to match in order to apply the dial plan rule. Must be a
complete value (e.g. "example.com")
tenant
Text
If specified, calls to this inbound domain will only be matched
against user JIDs and coSpace URIs for the specified tenant
7.2.3 Creating and modifying incoming dial plan rules
n
Creating: POST method to the "/inboundDialPlanRules" node. If the incoming dial plan rule is
created successfully, a “200 OK” response will be received, and the “Location” header in the
response will contain the new incoming dial plan rule ID
n
Modifying: PUT method on an "/inboundDialPlanRules/<inbound dial plan rule ID>" node
Parameters
Type/Value
Description/Notes
domain *
String
The domain to match in order to apply the dial plan rule. Must be a
complete value (e.g. "example.com")
priority
numeric
inbound dial plan rules' configured domain values are always
exactly matched against incoming calls. For the purposes of
generating full URIs to advertise for incoming calls (especially
cases where multiple rules are applicable) you can also set a
numeric priority value - higher values will be preferred
resolveToUsers
true|false
If set to true, calls to this domain will be matched against user JIDs
(if a match is then found, that incoming call leg causes a "point to
point" call to that user's Meeting App.
resolveTocoSpaces
true|false
If set to true, calls to this domain will be matched against coSpace
URIs (if a match is then found, the incoming call leg becomes a
participant in the coSpace).
resolveToIvrs
true|false
If set to true, calls to this domain will be matched against
configured IVR URIs (if a match is then found, the incoming call leg
connects to that IVR).
7   Dial Plan Methods