bool CallGroup(string idName, bool isConferenceCall, int ringSecs)
Calls a group, 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.
Security
Trust Level Required: Full trust
Parameters
Name | Description |
idName | The name of the group to call. |
isConferenceCall | True to make a conference call, false for a queue call. |
ringSecs | The number of seconds to ring before timeout. |
Return
True if success, false otherwise.