(Page 31 of 57 in this chapter) Version
struct acu_ss_divert_invoke
{
struct acu_ext_hdr ext_hdr; /* Extension header */
struct acu_ss_hdr ss_hdr; /* Supp. services header */
struct acu_address divert_to_nb; /* Number of new called party */
struct acu_party_num divert_from_nb; /* No. called in last setup, if*/
/*different from orig_called_nb*/
struct acu_party_num orig_called_nb; /* Number called in first setup*/
struct acu_address calling_nb; /* Calling number in last setup*/
struct acu_party_name calling_name; /* Calling name in last setup */
struct acu_party_name redir_name; /* Name of user invoking this */
/* diversion */
struct acu_party_name orig_called_name; /* Name of orig. called party */
uchar procedure; /* From ACU_SS_DIVERSION_... */
/* constants */
uchar diversion_count; /* Passed to app, meaningless */
/* from application */
uchar subscription; /* From SS_SUBSCRIPTION_ */
pad5 /* constants */
};
(Page 31 of 57 in this chapter) Version