Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
39
6.7 Calling Out from a coSpace
Adding a remote party to a coSpace requires that this coSpace has an active call from which
connections can be made. Essentially this makes an initial call out from a coSpace a
combination of two other API methods:
1. Creation of a new call.
2. Adding a new outgoing call leg to a call.
These methods are described in the
.
6.8 Bulk creating, updating and deleting coSpaces
6.8.1 Creating /coSpaceBulkParameterSets
n
Creating: POST method to the "/coSpaceBulkParameterSets" node. Creates a new
parameter set, see table below. Returns location of new parameter set
/cospaceBulkParameterSets/<bulk parameter set guid>
n
Modifying: PUT method to the "/coSpaceBulkParameterSets" node. Updates the
parameters within this parameter set, but needs to be synchronized for it to take effect.
Parameter
Type
Description
startIndex
Number
Index that coSpace mappings start from (inclusive)
endIndex
Number
Index that coSpace mappings end at (inclusive)
coSpaceUriMapping
String
If specified, this is the mapping that describes what URIs will be used for
the coSpaces created with a /coSpaceBulkSync using this
coSpaceBulkParameterSet. If not set, coSpace will not have a dialable URI.
Syntax:
uri-mapping = [uri-component] [“$index$”] [uri-component]
Where:
uri-component = *( uri-character / escaped-character )
uri-character = *( unescaped-character EXCLUDING ‘@’ )
unescaped-character = any character EXCLUDING ‘$’ and ‘\’
escaped-character = “\\” / “\$” ; producing ‘\’ and ‘$’ respectively.
These need to be unique so if an index is not used there will be clashes,
unless the field is just left completely blank .
6   coSpace Related Methods