Cisco Acano X-series 開発者ガイド

ページ / 51
Cisco Meeting Server 2.0 : Customization Guidelines
23
#if numeric_id
Phone Access: Call the regional access number, then enter
%numeric_id%
US Toll Free: (800)-555-1234
UK Toll Free: 0800-800-8000
#endif
#if passcode
Passcode: %passcode%
#endif
4.2 Overview of customization procedure
The following steps provide an overview of the customization procedure, for a detailed
procedure refer to
.
Note: All invitation templates must be provided in UTF-8 format. Extended ASCII characters are
not supported
1. Create your invitation_template.txt file
2. On the web server create a directory for the customized invitation file and place the file
invitation_template.txt into it.
3. Using the API, create a callBrandingProfile specifying the invitationTemplate field and URL on
the webserver where the template is held, you need to specify the full filename including the
path to the file, for example: http://192.0.2.0/branding/invitation_template.txt. (See
for details). The Meeting Server uses these details to retrieve the template from the
webserver.
4. Use this callBrandingProfile to customize invitations at:
l
a system level (that is, as part of the global systems profile)
l
a per-tenant basis (as part of the tenant definition)
l
a per-space basis (as part of the space definition)
Note: When the multi brands feature key is present and call branding is applied at more than
one level, then the lowest level callBrandingProfile defined is the one that is used in a call leg. If
the single brand feature key is present then only the system level callBrandingProfile is used.
See the Using Profiles section in the API Reference.
4   Customizing the text shown in invitations