Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
108
section.
10.8.4 Updating the Web Bridge customization
A POST to "/webBridges/<web bridge id>/updateCustomization" node causes any
configured customization archive for the specified Web Bridge to be re-retrieved and pushed to
that Web Bridge. For example, this allows the contents of a customization archive to be
changed, and for those changes to take effect without needing to restart either the Call Bridge
or the Web Bridge.
10.9 Call Bridge Methods
10.9.1 Retrieving Information on Call Bridges
GET method performed on the “/callBridges” node.
Parameters
Type/Value
Description/Notes
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve elements other than the
first "page" in the notional list (see
above
).
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <callBridges total="N"> tag with potentially
multiple <callBridge> elements within it.
Each <callBridge> tag may include the following elements:
name
String
See the next section
10.9.2 Setting Up and Modifying a Call Bridge
n
Creating: POST method to the "/callBridges" node
n
Modifying: PUT to "/callBridges/<call bridge id>"
Parameters
Type/Value
Description/Notes
name *
String
The unique name for this configured clustered Call Bridge
address
String
The address at which this Call Bridge in the cluster can be reached
sipDomain
String
The SIP domain to use for establishing peer-to-peer links with this
clustered Call Bridge
10   System Related Methods