Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
101
PUT or POST to /api/v1/system/profiles. Supplying an empty value unsets the top-level profile.
Parameters
Type/Value
Description/Notes
callLegProfile
ID
Sets the top level call leg profile to the one with the specified ID.
callProfile
ID
Sets the top level call profile to the one specified
dtmfProfile
ID
Sets the top level DTMF profile to the one specified
userProfile
ID
Sets the top level user profile to the one specified
ivrBrandingProfile
ID
Sets the top level IVR branding profile to the one specified
callBrandingProfile
ID
Sets the top level call branding profile to the one specified
10.6 Licensing Methods
10.6.1 Retrieving information on licensing
GET method performed on the “/system/licensing” node. See Appendix
for an example of
the structure for the information.
Response elements
Type/Value
Description/Notes
features
If licensing is enabled then the <features> element includes the
elements on the left
callBridge
status
noLicense|
activated|
expired
No license applied to the Call Bridge
License applied and Call Bridge activated
License expired for Call Bridge
expiry
String
Date of expiry
webBridge
status
noLicense|
activated|
expired
No license applied to the Web Bridge
License applied and Web Bridge activated
License expired for Web Bridge
expiry
String
Date of expiry
turn
noLicense|
activated|
expired
noLicense|
activated|
expired
No license applied to the TURN server
License applied and TURN server activated
License expired for TURN server
expiry
String
Date of expiry
10   System Related Methods