The ITGroup interface contains functions to take the user in and out of groups and to intercept calls that present themselves at other phones in the group.
Name |
Description |
PickupAny(void) |
Equivalent to executing the CallPickupAny shortcode on the user’s terminal. For more information, see IP Office Manager. |
PickupGroup(void) |
Equivalent to executing the CallPickupGroup shortcode on the user’s terminal. |
PickupExtn(BSTR extn) |
Equivalent to executing the CallPickupExtn shortcode on the user’s extension. |
PickupMembers(BSTR extn) |
Equivalent to executing the CallPickupMembers shortcode on the user’s extension. |
Enable(BSTR groupextn) |
Enables the user’s membership of the given group. If groupextn is an empty string, the user is enabled in all member groups. |
Disable(BSTR groupextn) |
Disables the user’s membership of the given group. If groupextn is an empty string, the user is disabled in all member groups. |