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_CALLERIDNAME Value: 0 The name of the caller. |
CIS_CALLERIDNUMBER The number of the caller. |
CIS_CALLEDIDNAME The name of the called ___location. |
CIS_CALLEDIDNUMBER The number of the called ___location. |
CIS_CONNECTEDIDNAME The name of the connected ___location. |
CIS_CONNECTEDIDNUMBER The number of the connected ___location. |
CIS_REDIRECTIONIDNAME The name of the ___location to which a call has been redirected. |
CIS_REDIRECTIONIDNUMBER The number of the ___location to which a call has been redirected. |
CIS_REDIRECTINGIDNAME The name of the ___location that redirected the call. |
CIS_REDIRECTINGIDNUMBER The number of the ___location that redirected the call. |
CIS_CALLEDPARTYFRIENDLYNAME The called party friendly name. |
CIS_COMMENT A comment about the call provided by the application that originated the call. The call state must be CS_IDLE when setting the comment. |
CIS_DISPLAYABLEADDRESS A displayable version of the called or calling address. |
CIS_CALLINGPARTYID The identifier of the calling party. |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |