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 CALLINFO_STRING enum is used by ITCallInfo methods that set and get call information involving the use of strings.
Syntax
typedef enum CALLINFO_STRING {
CIS_CALLERIDNAME = 0,
CIS_CALLERIDNUMBER,
CIS_CALLEDIDNAME,
CIS_CALLEDIDNUMBER,
CIS_CONNECTEDIDNAME,
CIS_CONNECTEDIDNUMBER,
CIS_REDIRECTIONIDNAME,
CIS_REDIRECTIONIDNUMBER,
CIS_REDIRECTINGIDNAME,
CIS_REDIRECTINGIDNUMBER,
CIS_CALLEDPARTYFRIENDLYNAME,
CIS_COMMENT,
CIS_DISPLAYABLEADDRESS,
CIS_CALLINGPARTYID
} ;
Constants
CIS_CALLERIDNAMEValue: 0 The name of the caller. |
CIS_CALLERIDNUMBERThe number of the caller. |
CIS_CALLEDIDNAMEThe name of the called location. |
CIS_CALLEDIDNUMBERThe number of the called location. |
CIS_CONNECTEDIDNAMEThe name of the connected location. |
CIS_CONNECTEDIDNUMBERThe number of the connected location. |
CIS_REDIRECTIONIDNAMEThe name of the location to which a call has been redirected. |
CIS_REDIRECTIONIDNUMBERThe number of the location to which a call has been redirected. |
CIS_REDIRECTINGIDNAMEThe name of the location that redirected the call. |
CIS_REDIRECTINGIDNUMBERThe number of the location that redirected the call. |
CIS_CALLEDPARTYFRIENDLYNAMEThe called party friendly name. |
CIS_COMMENTA comment about the call provided by the application that originated the call. The call state must be CS_IDLE when setting the comment. |
CIS_DISPLAYABLEADDRESSA displayable version of the called or calling address. |
CIS_CALLINGPARTYIDThe identifier of the calling party. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |