acu_ss_deflect_invoke

Invokes call deflection services for a specific call.

Variant

ETS 300

Operation ID

ACU_OP_ID_DEFLECTION

OpType

ACU_OP_TYPE_INVOKE

Structure

struct acu_ss_deflect_invoke
{
 struct acu_ext_hdr        ext_hdr;           /*Extension header         */
 struct acu_ss_hdr         ss_hdr;            /*Supp. services header    */
 struct acu_address        deflect_to;        /*Number to direct call to */
 struct acu_ss_association charge_association;/*Optional, used when AOC-E*/
};                                            /*service has been invoked */

Fields

Field

Description

Mandatory in messages from ETS 300 user-side app?

deflect_to

Full address and subaddress of deflected-to party.

Yes

charge_association

Optional charge identifier, used when AOC-E service has been invoked. See AOC and explicit call transfer (ECT) services.

Optional