|
Data Fields |
| union { |
| struct { |
| uint8_t classType |
| | Class of information: see define ALP_TEL_CLASS_TYPE_XXX in alp/telephony_values.h.
|
| uint8_t status |
| | Status of the facility: see define ALP_TEL_STY_FACILITY_STATUS_XXX in alp/telephony_values.h.
|
| } barring |
| | Information for barring service: ALP_TEL_NWK_SS_SERVICE_BAOC, ALP_TEL_NWK_SS_SERVICE_BOIC, ALP_TEL_NWK_SS_SERVICE_BOIC_EXCEPT_HOME, ALP_TEL_NWK_SS_SERVICE_BAIC, ALP_TEL_NWK_SS_SERVICE_BAIC_ROAMING, ALP_TEL_NWK_SS_SERVICE_ALL_BARRING_SERVICE, ALP_TEL_NWK_SS_SERVICE_OUTGOING_BARRING_SERVICE, ALP_TEL_NWK_SS_SERVICE_INCOMING_BARRING_SERVICE.
|
| struct { |
| uint8_t status |
| | See ALP_TEL_CFG_CLIR_STATUS_XXX.
|
| } callIdRestriction |
| | Information for Call line id restriction service ALP_TEL_NWK_SS_SERVICE_CLIR.
|
| struct { |
| struct { |
| char number [kAlpTelPhoneNumberMaxLen] |
| | Forward number.
|
| uint16_t numberType |
| | Type of number: see define ALP_TEL_NUMBER_TYPE_XXX in alp/telephony_values.h.
|
| uint8_t status |
| | Status of the forward: ALP_TEL_CFG_FORWARDING_STATUS_NOT_ACTIVE or ALP_TEL_CFG_FORWARDING_STATUS_ACTIVE.
|
| uint8_t time |
| | When reason is "No reply", this is the time in seconds to wait before call is forwarded (default value 20).
|
| } data |
| struct { |
| char number [kAlpTelPhoneNumberMaxLen] |
| | Forward number.
|
| uint16_t numberType |
| | Type of number: see define ALP_TEL_NUMBER_TYPE_XXX in alp/telephony_values.h.
|
| uint8_t status |
| | Status of the forward: ALP_TEL_CFG_FORWARDING_STATUS_NOT_ACTIVE or ALP_TEL_CFG_FORWARDING_STATUS_ACTIVE.
|
| uint8_t time |
| | When reason is "No reply", this is the time in seconds to wait before call is forwarded (default value 20).
|
| } fax |
| struct { |
| char number [kAlpTelPhoneNumberMaxLen] |
| | Forward number.
|
| uint16_t numberType |
| | Type of number: see define ALP_TEL_NUMBER_TYPE_XXX in alp/telephony_values.h.
|
| uint8_t status |
| | Status of the forward: ALP_TEL_CFG_FORWARDING_STATUS_NOT_ACTIVE or ALP_TEL_CFG_FORWARDING_STATUS_ACTIVE.
|
| uint8_t time |
| | When reason is "No reply", this is the time in seconds to wait before call is forwarded (default value 20).
|
| } voice |
| } forwarding |
| | Information for call forwarding service ALP_TEL_NWK_SS_SERVICE_CFU, ALP_TEL_NWK_SS_SERVICE_CF_BUSY, ALP_TEL_NWK_SS_SERVICE_CF_NO_REPLY, ALP_TEL_NWK_SS_SERVICE_CF_NOT_REACHABLE, ALP_TEL_NWK_SS_SERVICE_ALL_CF, ALP_TEL_NWK_SS_SERVICE_ALL_CONDITIONAL_CF.
|
| struct { |
| uint8_t classType |
| | Class of information: see define ALP_TEL_CLASS_TYPE_XXX in TelephonyLib.h.
|
| uint8_t status |
| | 0 means "not active", and 1 means "active"
|
| } waiting |
| | Information for call waiting service ALP_TEL_NWK_SS_SERVICE_CALL_WAITING.
|
| } | serviceInfo |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.