Table of Contents Index NMS Glossary Previous Page Next Page (Page 36 of 57 in this chapter) Version


acu_ss_enquire_divert_ret_result

Description

This structure 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 SS_DIVERSION_ constants    */
  struct op_byte_field basic_service; /* From 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 SS_DIVERSION constants.

Optional

basic_service

Voice, data, etc. From 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



Table of Contents Index NMS Glossary Previous Page Next Page (Page 36 of 57 in this chapter) Version


Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com
Copyright © 2001, Natural MicroSystems, Inc. All rights reserved.