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,
Содержание Selection 470
Страница 1: ......
Страница 8: ...viii Issued April 2000 DBS 92 470 Section 470 TSAPI Programmer s Guide ...
Страница 103: ...Section 470 TSAPI Programmer s Guide DBS 92 470 Issued April 2000 95 Call Forwarding No Answer ...
Страница 104: ...Section 470 TSAPI Programmer s Guide 96 Issued April 2000 DBS 92 470 Call Park ...
Страница 105: ...Section 470 TSAPI Programmer s Guide DBS 92 470 Issued April 2000 97 Call Pickup ...
Страница 108: ...Section 470 TSAPI Programmer s Guide 100 Issued April 2000 DBS 92 470 3 Way Conference ...
Страница 109: ...Section 470 TSAPI Programmer s Guide DBS 92 470 Issued April 2000 101 Hold Intercom ...
Страница 112: ...Section 470 TSAPI Programmer s Guide 104 Issued April 2000 DBS 92 470 Off Hook Voice Announce ...
Страница 114: ...Section 470 TSAPI Programmer s Guide 106 Issued April 2000 DBS 92 470 Transfer Supervised ...
Страница 115: ...Section 470 TSAPI Programmer s Guide DBS 92 470 Issued April 2000 107 Transfer Unsupervised ...
Страница 122: ...Section 470 TSAPI Programmer s Guide 114 Issued April 2000 DBS 92 470 ...
Страница 126: ...iv Issued April 2000 DBS 92 470 Section 470 TSAPI Programmer s Guide ...