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


acu_ss_divert_ret_result

Description

This structure indicates that a Call Diversion invocation request was successful.

Variant

Q.SIG

Operation ID

ACU_OP_ID_DIVERSION

OpType

ACU_OP_TYPE_RETRES

Structure

struct acu_ss_divert_ret_result
{
  struct acu_ext_hdr   ext_hdr;          /* Extension header            */
  struct acu_ss_hdr    ss_hdr;           /* Supp. services header       */
  struct op_byte_field reason;           /* Reason for diversion, from, */
                                         /* ACU_SS_DIVERSION_... macros */
  struct op_byte_field basic_service;    /* Applies in CC->APP in some  */
                                         /* variants. From BASIC_SERVICE*/
                                         /* constants                   */
  struct acu_address   calling_party;    /* Calling party               */
  struct acu_address   served_user;      /* Served user                 */
  struct acu_party_num orig_called;      /* Original called number      */
  struct acu_party_num last_redirecting; /* Last redirecting number     */
};

Fields

Field

Description

Mandatory in

messages from ETS 300 user-side app?

messages from originating Q.SIG node's app?

messages to diverting user Q.SIG node's app?

reason

Reason for diversion. From SS_DIVERSION constants.

Yes

Not included

Not included

basic_service

Voice, data, etc. From SS_BASIC_SERVICE constants. If absent, for all served users.

Yes

Not included

Not included

calling_party

Calling party that was diverted. Not used for Q.SIG.

Optional

Not included

Not included

served_user

User the call was diverted for. Not used for Q.SIG.

Optional

Not included

Not included

orig_called

Original called party number. Not used for Q.SIG.

Optional

Not included

Not included

last_redirecting

Last called party number. Not used for Q.SIG.

Optional

Not included

Not included



Table of Contents Index NMS Glossary Previous Page Next Page (Page 33 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.