Section 470 - TSAPI Programmer’s Guide
DBS-92-470
Issued April 2000
25
Chapter 6. Event Report Service Group
Overview
Services in this group provide a client application with reports of state-changing events to a
call, a connection, or a device. Panadrvr Release 1.0 supports the following Event Report
Services:
• Call Cleared Event
• Conferenced Event
• Connection Cleared Event
• Delivered Event
• Diverted Event
• Established Event
• Failed Event
• Held Event
• Network Reached Event
• Retrieved Event
• Service Initiated Event
• Transferred Event
The following Event Report Services are
not
supported by Panadrvr Release 1.0.
• Queued Event
• Logged On Event
• Logged Off Event
Definitions
Following are the definitions of the enumerated types
CSTAEventCause
and
LocalConnectionState.
These data structures are used extensively by the Event Report
Service Group members described in this chapter.
typedef enum CSTAEventCause_t {
EC_NONE = -1,
// no cause value is specified
EC_ACTIVE_MONITOR = 1,
EC_ALTERNATE = 2,
EC_BUSY = 3,
EC_CALL_BACK = 4,
EC_CALL_CANCELLED = 5,
EC_CALL_FORWARD_ALWAYS = 6,
EC_CALL_FORWARD_BUSY = 7,
EC_CALL_FORWARD_NO_ANSWER = 8,
EC_CALL_FORWARD = 9,
EC_CALL_NOT_ANSWERED = 10,
Summary of Contents for Selection 470
Page 1: ......
Page 8: ...viii Issued April 2000 DBS 92 470 Section 470 TSAPI Programmer s Guide ...
Page 104: ...Section 470 TSAPI Programmer s Guide 96 Issued April 2000 DBS 92 470 Call Park ...
Page 105: ...Section 470 TSAPI Programmer s Guide DBS 92 470 Issued April 2000 97 Call Pickup ...
Page 108: ...Section 470 TSAPI Programmer s Guide 100 Issued April 2000 DBS 92 470 3 Way Conference ...
Page 109: ...Section 470 TSAPI Programmer s Guide DBS 92 470 Issued April 2000 101 Hold Intercom ...
Page 112: ...Section 470 TSAPI Programmer s Guide 104 Issued April 2000 DBS 92 470 Off Hook Voice Announce ...
Page 114: ...Section 470 TSAPI Programmer s Guide 106 Issued April 2000 DBS 92 470 Transfer Supervised ...
Page 115: ...Section 470 TSAPI Programmer s Guide DBS 92 470 Issued April 2000 107 Transfer Unsupervised ...
Page 122: ...Section 470 TSAPI Programmer s Guide 114 Issued April 2000 DBS 92 470 ...
Page 126: ...iv Issued April 2000 DBS 92 470 Section 470 TSAPI Programmer s Guide ...