bool StartCall(EndpointName name, bool isConference = false, int ringSecs = -1)

Start an outgoing call to a single user, kiosk, or group.

Parameters

Name Description
name The name and type of the endpoint that should be called.
isConference True if this is a conference call, or false if it should be a queue call.
ringSecs The number of seconds to ring before being treated as a missed call. -1 uses the default ring timeout.

Return

True if the call is successfully queued.