Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


mgcp_gateway Struct Reference

Data Fields

struct sockaddr_in addr
 
struct sockaddr_in defaddr
 
int delme
 
int dynamic
 
struct mgcp_endpointendpoints
 
int expire
 
struct ast_haha
 
int isnamedottedip
 
struct mgcp_messagemsgs
 
ast_mutex_t msgs_lock
 
char name [80]
 
struct mgcp_gatewaynext
 
struct in_addr ourip
 
int realtime
 
struct mgcp_responseresponses
 
int retransid
 
char wcardep [30]
 

Detailed Description

Definition at line 392 of file chan_mgcp.c.

Field Documentation

struct sockaddr_in defaddr
int delme

needed for reload

Definition at line 413 of file chan_mgcp.c.

Referenced by build_gateway(), prune_gateways(), reload_config(), and unload_module().

int dynamic
int expire

XXX Should we ever expire dynamic registrations? XXX

Definition at line 400 of file chan_mgcp.c.

Referenced by build_gateway().

struct ast_ha* ha

Definition at line 402 of file chan_mgcp.c.

Referenced by build_gateway(), destroy_gateway(), and mgcp_prune_realtime_gateway().

int isnamedottedip

is the name FQDN or dotted ip

Definition at line 395 of file chan_mgcp.c.

Referenced by build_gateway(), and init_req().

struct mgcp_message* msgs

gw msg queue

Definition at line 410 of file chan_mgcp.c.

Referenced by dump_queue(), mgcp_postrequest(), mgcp_prune_realtime_gateway(), mgcpsock_read(), and retrans_pkt().

struct in_addr ourip

Definition at line 398 of file chan_mgcp.c.

Referenced by add_sdp(), build_gateway(), and find_subchannel_and_lock().

struct mgcp_response* responses

Definition at line 415 of file chan_mgcp.c.

Referenced by find_and_retrans(), and transmit_response().

int retransid

retrans timer id

Definition at line 412 of file chan_mgcp.c.

Referenced by build_gateway(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().

char wcardep[30]

Definition at line 409 of file chan_mgcp.c.

Referenced by build_gateway(), and handle_request().


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