Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
47
7 Dial Plan Methods
This chapter details the API methods related to configuring dial plans for outbound calls,
inbound calls and call forwarding. The chapter covers:
n
n
n
n
n
n
n
n
n
7.1 Outgoing Dial Plan API Methods
7.1.1 Access to the outgoing dial plan
Typically, the configuration of which trunks / proxies to use for outbound calls is based on the
domain of the (SIP) destination being called, which is specified in the outgoing dial plan. The
outgoing dial plan sits in the API object tree under the "/outboundDialPlanRules" node, use the
POST method to create the outgoing dial plan or set it up via the Web Admin Interface (see note
below).
If you are deploying Call Bridge clustering, use the API parameter
to choose whether to
apply each outbound dial plan rule to every Call Bridge in the cluster, or just to a particular Call
Bridge so the Call Bridge can be trunked to its local Call Control solution (if appropriate).
Note: The API parameter
specifies the mechanism for traversal of outgoing SIP/Lync
calls, use this parameter to set up firewall traversal for SIP and Lync devices. This is still a beta
feature.
Note: On the Web Admin Interface, the table of outbound rules is configured through the
Configuration > Dial plan page. All rules added via the Web Admin Interface are global and
applied to every Call Bridge in the cluster. You cannot use the Web Admin interface to specify
the call routing for outbound SIP/Lync calls.
7   Dial Plan Methods