#include <telephony_types.h>
Data Fields | |
| uint8_t | callId |
| Id of the call. | |
| uint32_t | dialNameSize |
| Size of the dial name. The dial name will be concatenated to the dial number. | |
| uint32_t | dialNumberSize |
| Size of the dial number. The dial number will be concatenated to the AlpNotifyEventTelSpcCall struct. | |
| uint8_t | direction |
| Direction of the call. See defines ALP_TEL_SPC_DIRECTION_XXX. | |
| uint32_t | duration |
| Duration of the call, in seconds. Only available when the call status is ALP_TEL_SPC_STATUS_RELEASED. | |
| alp_status_t | error |
| An error that could be the cause of the call status change, ALP_STATUS_OK if no error. | |
| uint16_t | lineId |
| The id of the line associated to the call. | |
| uint8_t | mode |
| Mode of the call. See defines ALP_TEL_SPC_MODE_XXX. | |
| bool | multiparty |
| True if the call is in a conference, false otherwise. | |
| uint8_t | status |
| Status of the call. See defines ALP_TEL_SPC_STATUS_XXX. | |
|
|
Id of the call.
|
|
|
Size of the dial name. The dial name will be concatenated to the dial number.
|
|
|
Size of the dial number. The dial number will be concatenated to the AlpNotifyEventTelSpcCall struct.
|
|
|
Direction of the call. See defines ALP_TEL_SPC_DIRECTION_XXX.
|
|
|
Duration of the call, in seconds. Only available when the call status is ALP_TEL_SPC_STATUS_RELEASED.
|
|
|
An error that could be the cause of the call status change, ALP_STATUS_OK if no error.
|
|
|
The id of the line associated to the call.
|
|
|
Mode of the call. See defines ALP_TEL_SPC_MODE_XXX.
|
|
|
True if the call is in a conference, false otherwise.
|
|
|
Status of the call. See defines ALP_TEL_SPC_STATUS_XXX.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.