This structure contains Voice Call Response Parameters
- Parameters
-
pCallID(optional) |
- Unique call identifier for the dialed call
- Bit to check in ParamPresenceMask - 16
|
pAlphaIDInfo(optional) |
- Pointer to structure of alphaIDInfo
- Bit to check in ParamPresenceMask - 17
|
pCCResultType(optional) |
- Call Control Result Type.
- 0x00 - CC_RESULT_TYPE_VOICE - Voice
- 0x01 - CC_RESULT_TYPE_SUPS - Supplementary service
- 0x02 - CC_RESULT_TYPE_USSD - Unstructured supplementary service
- Bit to check in ParamPresenceMask - 18
|
pCCSUPSType(optional) |
- Pointer to structure of ccSUPSType
- Data is present when pCCResultType is present and is other than Voice.
- Bit to check in ParamPresenceMask - 19
|
ParamPresenceMask |
- bitmask representation to indicate valid parameters.
|