Asterisk - The Open Source Telephony Project
18.5.0
|
#include <pktccops.h>
Public Member Functions | |
AST_LIST_ENTRY (cops_gate) list | |
Data Fields | |
time_t | allocated |
time_t | checked |
struct cops_cmts * | cmts |
time_t | deltimer |
int(* | gate_open )(struct cops_gate *gate) |
int(* | gate_remove )(struct cops_gate *gate) |
uint32_t | gateid |
int(* | got_dq_gi )(struct cops_gate *gate) |
time_t | in_transaction |
uint32_t | mta |
int | state |
void * | tech_pvt |
uint16_t | trid |
Definition at line 53 of file pktccops.h.
AST_LIST_ENTRY | ( | cops_gate | ) |
time_t allocated |
Definition at line 60 of file pktccops.h.
Referenced by pktccops_show_gates().
time_t checked |
Definition at line 61 of file pktccops.h.
Referenced by do_pktccops(), and pktccops_show_gates().
struct cops_cmts* cmts |
Definition at line 63 of file pktccops.h.
Referenced by cops_gate_cmd(), do_pktccops(), pktccops_gatedel(), and pktccops_show_gates().
time_t deltimer |
Definition at line 62 of file pktccops.h.
Referenced by do_pktccops(), and mgcp_hangup().
int(* gate_open) (struct cops_gate *gate) |
Definition at line 66 of file pktccops.h.
Referenced by destroy_endpoint(), do_pktccops(), mgcp_alloc_pktcgate(), and mgcp_hangup().
int(* gate_remove) (struct cops_gate *gate) |
Definition at line 65 of file pktccops.h.
Referenced by ast_pktccops_gate_alloc(), destroy_endpoint(), and mgcp_hangup().
uint32_t gateid |
Definition at line 55 of file pktccops.h.
Referenced by ast_pktccops_gate_alloc(), cops_gate_cmd(), do_pktccops(), mgcp_pktcgate_open(), mgcp_pktcgate_remove(), pktccops_gatedel(), pktccops_show_gates(), transmit_connect_with_sdp(), transmit_modify_request(), and transmit_modify_with_sdp().
int(* got_dq_gi) (struct cops_gate *gate) |
Definition at line 64 of file pktccops.h.
Referenced by ast_pktccops_gate_alloc(), destroy_endpoint(), do_pktccops(), and mgcp_hangup().
time_t in_transaction |
Definition at line 57 of file pktccops.h.
Referenced by cops_gate_cmd(), do_pktccops(), and pktccops_show_gates().
uint32_t mta |
Definition at line 58 of file pktccops.h.
Referenced by ast_pktccops_gate_alloc(), do_pktccops(), and pktccops_show_gates().
int state |
Definition at line 59 of file pktccops.h.
Referenced by do_pktccops(), mgcp_hangup(), mgcp_pktcgate_remove(), mgcp_write(), pktccops_show_gates(), transmit_connect_with_sdp(), transmit_modify_request(), and transmit_modify_with_sdp().
void* tech_pvt |
Definition at line 67 of file pktccops.h.
Referenced by destroy_endpoint(), mgcp_alloc_pktcgate(), mgcp_hangup(), mgcp_pktcgate_open(), and mgcp_pktcgate_remove().
uint16_t trid |
Definition at line 56 of file pktccops.h.
Referenced by cops_gate_cmd(), and do_pktccops().