Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
50
Parameters
Type/Value
Description/Notes
callRouting
(beta feature)
default|
traversal
This is the media routing that should be used for SIP calls originating
from this rule:
l
default - calls using this rule will use normal, direct, media routing
l
traversal - media for calls using this rule will flow via a TURN server
if this parameter is not supplied in a create (POST) operation, it defaults
to "default". .
7.1.4 Retrieving information on an individual outbound dial plan rule
GET method on a "/outboundDialPlanRules/<outbound dial plan rule ID>" node. If the
outbound dial plan rule ID supplied is valid, a "200 OK" response and a single
"<outboundDialPlanRule id=<ID>>" object will be returned with data as per the previous
section.
7.2 Incoming Call Matching Dial Plan API Methods
7.2.1 Access to incoming domain matching rules
When an incoming SIP call is routed to theMeeting Server, the Call Bridge looks through the
configured Incoming Domain Matching rules first, and evaluates which rule applies to the
"domain" part of the destination URI "<user>@<domain>". The Incoming Domain Matching
rules are specified in the incoming call matching dial plan, which sits in the API object tree under
the "/inboundDialPlanRules" node. Use the POST method to create the incoming call matching
dial plan or set it up via the Web Admin Interface (see note below)
Note: On the Web Admin Interface, the table of inbound rules is configured through the
Configuration > Incoming calls page.
7.2.2 Retrieving incoming dial plan rules
GET method on the "/inboundDialPlanRules/" node.
Parameters
Type/Value
Description/Notes
filter
String
Supply filter=<string> in the URI to return just those incoming dial plan rules that
match the filter
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve incoming dial plan rules other
than the first "page" in the notional list (see
above
).
tenantFilter
ID
Supply tenantFilter to return only those inbound dial plan rules associated with the
specified tenant
7   Dial Plan Methods