Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
54
Parameters
Type/Value
Description/Notes
action
forward|reject
If set to "forward" causes matching call legs to become point-to-point
calls with a new destination. "reject" causes the incoming call leg to be
rejected
callerIdMode
regenerate|
preserve
When forwarding an incoming call to a new destination address, whether
to preserve the original calling party's ID or to generate a new one. If this
parameter is not supplied in a create (POST) operation, it defaults to
"regenerate"
priority
Number
Numeric value used when determining the order in which to apply
forwarding dial plan rules; higher values will be applied first
tenant
ID
If a tenant is specified, calls using this rule will be associated with the
specified tenant. 
uriParameters
discard|
forward
When forwarding an incoming call to a new destination address, this
parameter determines whether to discard any additional parameters that
are present in the destination URI of the incoming call, or to forward them
on to the destination URI of the outbound call. If this parameter is not
supplied in a create (POST) operation, it defaults to "discard”. This
parameter is present from version 2.0 onwards
7.3.4 Retrieving information on an individual incoming call forwarding dial plan rule
GET method on a "/forwardingDialPlanRules/<forwarding dial plan rule ID>" node. If the
forwarding dial plan rule ID supplied is valid, a "200 OK" response and a single
"<forwardingDialPlanRule id=<ID>>" object will be returned with data as per the previous
section.
7   Dial Plan Methods