Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
52
Parameters
Type/Value
Description/Notes
resolveToLyncConferences
true|false
If set to true, calls to this domain will be resolved to a Lync
conference URI; if the resolution is successful, the incoming call
leg becomes a participant in the Lync conference.
If this parameter is not supplied in a create (POST) operation, it
defaults to "false".
tenant
ID
If specified, calls to this inbound domain will only be matched
against user JIDs and coSpace URIs for the specified tenant
7.2.4 Retrieving information on an individual incoming dial plan rule
GET method on a "/inboundDialPlanRules/<inbound dial plan rule ID>" node. If the incoming
dial plan rule ID supplied is valid, a "200 OK" response and a single "<inboundDialPlanRule
id=<ID>>" object will be returned with data as per the previous section.
7.3 Incoming Call Forwarding Dial Plan API Methods
7.3.1 Access to incoming call forwarding rules
If the "domain" part of the destination URI of an incoming SIP call fails to match any of the
inbound dial plan rules, the call will be handled according to the rules in the call forwarding dial
plan. The rules decide whether to reject the call outright or to forward the call in bridge mode.
Call forwarding rules can overlap, and include wildcards. You order rules using the Priority value;
higher numbered rules are tried first. By defining rules, you decide whether to forward the call or
not. It might be appropriate to “catch” certain calls and reject them.
For calls that will be forwarded, you can rewrite the destination domain, a new call is created to
the specified domain.
The call forwarding dial plan sits in the API object tree under a "/forwardingDialPlanRules"
node. Use the POST method to create the forwarding rules or set them up via the Web Admin
Interface (see note below)
Note: On the Web Admin Interface, the Incoming Call Forwarding rules are configured through
the Call Forwarding section of theConfiguration > Incoming calls page.
7.3.2 Retrieving incoming call forwarding dial plan rules
GET method on the "/forwardingDialPlanRules/" node.
7   Dial Plan Methods