Download VeriCall Edge Function Reference Manual

Transcript
Trinity Convergence
VeriCall Edge Function Reference Manual
The elements of the t_ve_user_msg_h323_call_response_s structure are as follows:
Element
Definition
ve_user_handle
Structure of type t_ve_user_handle_s, as described in Appendix B.25 on Page
299, used to describe the handle of the user under consideration.
ve_h323_call_handle
Structure of type t_ve_h323_call_handle_s, as described in Appendix B.55 on
Page 469, used to describe the handle of the call under consideration.
ve_h323_call_response
An enumerated value of type t_ve_h323_call_response_e, as defined in
Appendix B.206 on Page 626, specifying the specific response message.
ve_h323_name_id
Structure of type t_ve_h323_name_id_s, as described in Appendix B.57 on
Page 474, used to return the name identification of the specified call.
ve_call_waiting_flag
An enumerated value of type t-ve_h323_call_waiting_flag_e, as defined in
Appendix B.216 on Page 642, specifying if call waiting is active.
B.33.42 t_ve_user_msg_h323_transfer_response_s
The t_ve_user_msg_h323_transfer_response_s structure is part of the structure
t_ve_user_msg_s as defined in Appendix B.33 on Page 356 and returns an enumerated
response type to a H.323 request to transfer a call. The response structure,
t_ve_user_msg_h323_transfer_response_s, is defined in ve_h323_events.h and is
described below:
typedef struct{
t_ve_user_handle_s
ve_user_handle;
t_ve_h323_call_handle_s
ve_h323_call_handle;
t_ve_h323_transfer_response_e ve_h323_transfer_response;
}t_ve_user_msg_h323_transfer_response_s;
The elements of this structure are as follows:
Element
Definition
ve_user_handle
Structure of type t_ve_user_handle_s, as described in Appendix B.25 on Page
299, used to describe the handle of the user under consideration.
ve_h323_call_handle
Structure of type t_ve_h323_call_handle_s, as described in Appendix B.55 on
Page 469, used to describe the handle of the call under consideration.
ve_h323_transfer_response
An enumerated value of type t_ve_h323_transfer_response_e, as defined in
Appendix B.210 on Page 634, specifying the specific transfer response message.
398
Appendix B: Structures and Enumerations
Trinity Convergence Confidential