Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
85
Parameters
Type/Value
Description/Notes
uri *
URI user
part
The URI to be used for this IVR
tenant
ID
If specified, calls to this IVR will only be able to join coSpaces associated
with the specified tenant. If no tenant is supplied, calls to this IVR will be
able to join any call on the system that has a call ID configured
tenantGroup
ID
Calls to this IVR will only be able to join coSpaces associated with tenants
within the specified tenant group. If no tenant group is supplied, calls to
this IVR will only be able to join coSpaces without a tenant, or associated
with a tenant in no tenant group.
ivrBrandingProfile
ID
If supplied, specifies an IVR branding profile to be used for calls to this IVR
- an IVR branding profile supplied here will take precedence over any top-
level or tenant-level IVR branding profile
resolveCoSpaceCall
Ids
true|
false
Whether calls to this IVR will accept coSpace and coSpace access method
call IDs for the purpose of allowing callers to join Meeting Server
coSpaces.
If this parameter is not supplied in a create (POST) operation, it defaults to
"true".
resolveLync
ConferenceIds
true|
false
Whether calls to this IVR will accept IDs to be resolved to Lync scheduled
conference IDs.
If this parameter is not supplied in a create (POST) operation, it defaults to
"false".
8.9.3 Retrieving detailed information about an individual IVR
GET method performed on a “/ivrs/<ivr id>" node. If the IVR ID supplied is valid, a “200 OK”
response is received, with XML content matching the section above.
8.10 IVR Branding Profile Methods
IVR branding profiles can define the experience when dialing into an IVR. For more information
see also
.
8.10.1 Retrieving IVR branding profiles
GET method performed on the “/ivrBrandingProfiles” 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
).
usageFilter
referenced|
unreferenced
Using unreferenced retrieves only those ivr branding profiles that are not
referenced by global settings or any other object. This is a useful check
before deleting an ivr branding profile.
8   Call Related Methods