Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TAPI_GATHERTERM enum is used to describe the reasons why the TAPI Server terminated the gathering of digits on the call.
Syntax
typedef enum TAPI_GATHERTERM {
TGT_BUFFERFULL = 0x1,
TGT_TERMDIGIT = 0x2,
TGT_FIRSTTIMEOUT = 0x4,
TGT_INTERTIMEOUT = 0x8,
TGT_CANCEL = 0x10
} ;
Constants
TGT_BUFFERFULLValue: 0x1 The requested number of digits has been gathered. The buffer is full. |
TGT_TERMDIGITValue: 0x2 One of the termination digits matched a received digit. The matched termination digit is the last digit in the buffer. |
TGT_FIRSTTIMEOUTValue: 0x4 The first digit timeout expired. The buffer contains no digits. |
TGT_INTERTIMEOUTValue: 0x8 The interdigit timeout expired. The buffer contains at least one digit. |
TGT_CANCELValue: 0x10 The request was canceled by this application, by another application, or because the call terminated. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |