bool CallGroup(string idName, bool isConferenceCall = false, int ringSecs = -1)
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. Trust Level Required: High
Parameters
Name | Description |
idName | The group ID to call. |
isConferenceCall | True to make a conference call, false for a queue call. |
ringSecs | The number of seconds to ring. |
Return
True if success.