Asterisk - The Open Source Telephony Project  18.5.0
Public Member Functions | Data Fields
cops_gate Struct Reference

#include <pktccops.h>

Collaboration diagram for cops_gate:
Collaboration graph
[legend]

Public Member Functions

 AST_LIST_ENTRY (cops_gate) list
 

Data Fields

time_t allocated
 
time_t checked
 
struct cops_cmtscmts
 
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
 

Detailed Description

Definition at line 53 of file pktccops.h.

Member Function Documentation

◆ AST_LIST_ENTRY()

AST_LIST_ENTRY ( cops_gate  )

Field Documentation

◆ allocated

time_t allocated

Definition at line 60 of file pktccops.h.

Referenced by pktccops_show_gates().

◆ checked

time_t checked

Definition at line 61 of file pktccops.h.

Referenced by do_pktccops(), and pktccops_show_gates().

◆ cmts

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().

◆ deltimer

time_t deltimer

Definition at line 62 of file pktccops.h.

Referenced by do_pktccops(), and mgcp_hangup().

◆ gate_open

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().

◆ gate_remove

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().

◆ gateid

uint32_t gateid

◆ got_dq_gi

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().

◆ in_transaction

time_t in_transaction

Definition at line 57 of file pktccops.h.

Referenced by cops_gate_cmd(), do_pktccops(), and pktccops_show_gates().

◆ mta

uint32_t mta

Definition at line 58 of file pktccops.h.

Referenced by ast_pktccops_gate_alloc(), do_pktccops(), and pktccops_show_gates().

◆ state

int state

◆ tech_pvt

void* tech_pvt

◆ trid

uint16_t trid

Definition at line 56 of file pktccops.h.

Referenced by cops_gate_cmd(), and do_pktccops().


The documentation for this struct was generated from the following file: