Platform SDK: TAPI |
Events are a crucial part of call handling under TAPI 3.0. Event handling includes four stages.
To register for and enable the reception of events
Note You must call the ITTAPI::put_EventFilter method to set the event filter mask and enable reception of events. If you do not call ITTAPI::put_EventFilter, your application will not receive any events.
You must also call the ITTAPI::RegisterCallNotifications method for each address object on which the application will handle calls.
See Event Interfaces for a list of all event interfaces. See Register Events for code snippets illustrating the registration process and Receive a Call for a code snippet showing one use of events.