Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
79
Example
Type
Match
Transform
For UK numbers starting with a
7, add '90044' as a prefix, add
'123@mobilevcs' as a suffix
Phone
($1/44/)($2/^7/)
90044$2{}123@mobilevcs
For unrecognized all-digit
strings, use '@vcs3' as a suffix
Strip
($1/(\d){6,}/)
$1@vcs3
Replace + with 00
Strip
($1/\+(\d)+/)
$1{/\+/00/}
Replace an alphanumeric regex
e.g. (.*)@example.com and
replace with
\1.endpoint@vc.example.com
Raw
($1/ (.*)
@example.com/)
$1
{/@example.com$/.endpoint@vc.example.com/}
8.6 Setting Individual Features for a Call Leg
In R1.1, independently of whether a call leg had a profile applied, you could set, modify and
retrieve on a per active call leg basis, whether a presentation should be restricted to single
screen mode (i.e. one combined main and presentation video stream) or allowed to use
separate video streams if this is supported by the receiving party.
From R1.2 there have been several additional parameters that can be set – both in a call leg
profile (as shown in the previous sections) or specifically on a call leg (which overrides the value
of the call leg profile). See the table in the
section for
details.
8.7 Call Branding Profile Methods
Call branding profiles control the in-call experience for SIP (including Lync) calls, and the ability
to customize text within invitations. For more information see also
Note: that the use of callBrandingProfiles requires a branding license.
8.7.1 Retrieving Call Branding Profiles
GET method performed on the “/callBrandingProfiles” 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 call branding profiles that are not
referenced by global settings or any other object. This is a useful check before
deleting a call branding profile.
8   Call Related Methods