acu_ss_enquire_divert_ret_result

Indicates that an enquire diversion invocation request was successful.

Variant

ETS 300

Operation ID

ACU_OP_ID_ENQUIRE_DIVERSION

OpType

ACU_OP_TYPE_RETRES

Structure

struct acu_ss_enquire_divert_ret_result
{
  struct acu_ext_hdr   ext_hdr;       /* Extension header                     */
  struct acu_ss_hdr    ss_hdr;        /* Supp. services header                */
  struct op_byte_field remote_enabled;/*ON/OFF indicates remotely enabled     */
  struct op_byte_field procedure;     /* From ACU_SS_DIVERSION_ constants     */
  struct op_byte_field basic_service; /* From ACU_SS_BASIC_SERVICE_ constants */
  struct acu_address   diverted_to;   /* Address that served user is          */
                                      /* forwarded to                         */
  struct acu_party_num served_user;   /* Served user's address                */
  uchar                complete;      /* ON when no more messages             */
                                      /* coming, OFF if more coming           */
                                      /* Note: when ON, other fields          */
  pad7                                /* might not be invoked                 */
};

Fields

Field

Description

Mandatory in messages from ETS 300 user-side app?

remote_enabled

ON/OFF, indicates remotely enabled.

Not included

procedure

CFU, CFB, CFNR. From AU_SS_DIVERSION constants.

Optional

basic_service

Voice and data. From AU_SS_BASIC_SERVICE constants. If absent, applies to all services.

Optional

diverted_to

Number that the served user is forwarded to. If absent, applies to all served users.

Optional

served_user

Served users address.

Optional

complete

ON when no more messages are coming. OFF if more are coming.

Note: When ON, other fields might not be invoked.

 

Yes