Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
110
Response
elements
Type/Value
Description/Notes
uniqueName
String
The name by which this call bridge is known within the call bridge cluster; this
should match the "name" value for its entry in the /callBridges table
peerLinkBitRate
Number
The maximum media bit rate specified to use for call distribution connections
between call bridges
participantLimit
Number
If supplied, the maximum number of participants allowed to be active on this
Call Bridge; when this limit is reached, new incoming SIP calls will be rejected
10.11.2 Setting Up and Modifying the Call Bridge Cluster
Issue a PUT or a POST on the /system/configuration/cluster node
Response
elements
Type/Value
Description/Notes
uniqueName
String
The name by which this call bridge is known within the call bridge cluster; this
should match the "name" value for its entry in the /callBridges table
peerLinkBitRate
Number
If supplied. the maximum media bit rate to use for call distribution connections
between call bridges
participantLimit
Number
If supplied, the maximum number of participants allowed to be active on this
Call Bridge; when this limit is reached, new incoming SIP calls will be rejected
10.12 Recorder methods
10.12.1 Retrieving recorder operations
GET method performed on the “/recorders” node.
Parameters
Type/Value
Description/Notes
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve recorders other than those in
the first "page" of the notional list.
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <recorders total="N"> tag with potentially
multiple <recorder> elements within it. Each <recorder> tag may include these
elements:
url
URL
The address that theCall Bridge uses to reach this recorder
10   System Related Methods