Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
80
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <callBrandingProfiles total="N"> tag with
potentially multiple <callBrandingProfiles> elements within it.
8.7.2 Setting up and modifying call branding profiles
n
Creating: POST method to the /callBrandingProfiles" node
n
Modifying: PUT to "/callBrandingProfiles/<call branding profile id>"
Parameters
Type/Value
Description/Notes
invitationTemplate
URL
The HTTP or HTTPS URL of the invitation template text which Meeting Apps
will use when constructing textual invitations. Refer to the Cisco Meeting
Servern Customization Guide for details on how to customize the text within
the invitation.
resourceLocation
URL
The HTTP or HTTPS URL that the Call Bridge call branding files will be
retrieved from. This is the "directory" in which the individual audio and
graphic files reside. Details of these files are in the Cisco Meeting Server
Customization Guide.
8.7.3 Retrieving detailed information about an individual call branding profile
GET method performed on a “/callBrandingProfiles/<call branding profile id>" node. If the call
branding profile id ID supplied is valid, a “200 OK” response is received, with XML content
matching the section above.
8.8 DTMF Profile Methods
dtmfProfiles can be used to define a number of DTMF sequences that can be used to control
audio – as explained in this section. The dtmfProfile does not define the ability to perform the
actions, it defines the DTMF string that will invoke action. The definition for who has the authority
to invoke that action within the coSpace is defined at the callLegProfile level. For more
information see also
If you are using the Meeting Server alongside third party solutions, or to replace an existing
solution, then set the values to match the values that solution uses e.g. Lync conferencing uses
*6 for both mute and unmute, so set toggleMuteSelfAudio to *6.
8.8.1 Retrieving DTMF Profiles
GET method performed on the “/dtmfProfiles” node.
8   Call Related Methods