Cisco Acano X-series Guide Du Développeur

Page de 147
Cisco Meeting Server Release 2.0 : API Reference Guide
73
Parameters
Type/Value
Description/Notes
bfcpMode
serverOnly|serverAndClient
If presentation video channel
operations are enabled for SIP calls,
this setting determines the Call
Bridge's BFCP behaviour
n
serverOnly - this is the normal
setting for a conferencing device,
and is intended for use with BFCP
client mode devices (for instance,
SIP endpoints)
n
serverAndClient - this setting
allows the Call Bridge to operate
in either BFCP client or BFCP
server mode in calls with remote
devices. This can allow improved
presentation video sharing with a
remote conference-hosting
device such as a third party MCU
callLockAllowed
true|false
Determines whether or not call legs
using this call leg profile are allowed
to lock the call.
recordingControlAllowed
true|false
If true, call legs using this call leg
profile are allowed to start/stop
recording the call.
name
String
Name of profile. This parameter is
present from version 2.0 onwards.
maxCallDurationTime
Number
The maximum amount of time in
seconds that the call leg will exist.
This parameter is present from
version 2.0 onwards.
In all cases, if you explicitly setting a parameter to an empty value in the POST or PUT, that
parameter is "unset" for that profile. Those call legs then "inherit" the value for that parameter
from the level above's call leg profile.
8.4.4 Retrieving information on an individual call leg profile
GET method on a /callLegProfiles/<call leg profile id> node. If the call leg profile ID supplied is
valid, a "200 OK" response and a single "<callLegProfile id=call leg profile<ID>>" object will be
returned with data as per the previous section.
8.4.5 Example call leg profile & access method use
The main use for being able to associate call leg profiles with access methods is to be able to
construct separate URI / call ID / passcode combinations giving different in-call behaviors. For
8   Call Related Methods