Version


struct acu_ss_hold_invoke
{
struct acu_ext_hdr ext_hdr; /* Extension header */
struct acu_ss_hdr ss_hdr; /* Supp. services header */
struct op_byte_field due_to_alternating; /* ON if alternating between*/
}; /* connections */

struct acu_ss_hold_ret_result
{
struct acu_ext_hdr ext_hdr; /* Extension header */
struct acu_ss_hdr ss_hdr; /* Supp. services header */
};

Figure 11. Hold Call at Served User


struct acu_ss_retrieve_invoke
{
struct acu_ext_hdr ext_hdr; /* Extension header */
struct acu_ss_hdr ss_hdr; /* Supp. services header */
struct op_byte_field due_to_alternating; /* ON if alternating between*/
}; /* connections */

struct acu_ss_retrieve_ret_result
{
struct acu_ext_hdr ext_hdr; /* Extension header */
struct acu_ss_hdr ss_hdr; /* Supp. services header */
};



struct acu_ss_notify_hold_invoke
{
struct acu_ext_hdr ext_hdr; /* Extension header */
struct acu_ss_hdr ss_hdr; /* Supp. services header */
struct op_byte_field due_to_alternating; /* Reserved */
};

struct acu_ss_notify_hold_invoke
{
struct acu_ext_hdr ext_hdr; /* Extension header */
struct acu_ss_hdr ss_hdr; /* Supp. services header */
struct op_byte_field due_to_alternating; /* ON if alternating between*/
}; /* connections */
Figure 12. Local Notify Hold
Figure 13. Remote Notify Hold


struct acu_ss_notify_retrieve_invoke
{
struct acu_ext_hdr ext_hdr; /* Extension header */
struct acu_ss_hdr ss_hdr; /* Supp. services header */
struct op_byte_field due_to_alternating; /* ON if alternating between*/
}; /* connections */

struct acu_ss_notify_retrieve_invoke
{
struct acu_ext_hdr ext_hdr; /* Extension header */
struct acu_ss_hdr ss_hdr; /* Supp. services header */
struct op_byte_field due_to_alternating; /* ON if alternating between*/
}; /* connections */
Figure 14. Local Notify Retrieve
Figure 15. Remote Notify Retrieve
Version