Requests deactivation of call diversion services for a user.
ETS 300
ACU_OP_ID_DEACTIVATE_DIVERSION
ACU_OP_TYPE_INVOKE
struct acu_ss_deact_divert_invoke
{
struct acu_ext_hdr ext_hdr; /* Extension header */
struct acu_ss_hdr ss_hdr; /* Supplementary serv. header */
struct acu_party_num served_user; /* User to deactivate diversion for*/
struct acu_party_num deactivating_user; /* User initiating the */
/* deactivation */
uchar procedure; /* From ACU_SS_DIVERSION_ constants*/
uchar basic_service; /* From ACU_SS_BASIC_SERVICE_ */
pad6 /* constants */
};
|
Field |
Description |
Mandatory in messages from ETS 300 user-side app? |
|---|---|---|
|
served_user |
User to deactivate diversion for. |
Optional |
|
deactivating_user |
User initiating the deactivation. |
Not included |
|
procedure |
CFU/CFB/CFNR. From AU_SS_DIVERSION constants. |
Yes |
|
basic_service |
Voice and data. From AU_SS_BASIC_SERVICE constants. If a basic service other than ACU_SS_BASIC_SERVICE_ALL_SERVICES is specified, call diversion is deactivated just for calls of that service type. |
Yes |