bool CallList(EndpointName[] endpointNameArray, bool isConferenceCall = false, int ringSecs = -1)

Calls a list of EndpointNames, and returns true on success. If isConferenceCall is false, the call is a queue call where the first person in the group to pick up will be the only one in the call. Trust Level Required: High

Parameters

Name Description
endpointNameArray An array of endpoints to call. EndpointName object: { Type: EndpointNameType.User, Name: '[email protected]' }, EndpointNameType: { User: 0, Kiosk: 1, Group: 2 }
isConferenceCall True to make a conference call, false for a queue call.
ringSecs The number of seconds to ring.

Return

True if success.