Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


mgcp_gateway Struct Reference
Collaboration diagram for mgcp_gateway:

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]

Field Documentation

struct sockaddr_in defaddr
int delme

needed for reload

Definition at line 412 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 399 of file chan_mgcp.c.

Referenced by build_gateway().

struct ast_ha* ha

Definition at line 401 of file chan_mgcp.c.

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

is the name FQDN or dotted ip

Definition at line 394 of file chan_mgcp.c.

Referenced by init_req(), and build_gateway().

struct mgcp_message* msgs

gw msg queue

Definition at line 409 of file chan_mgcp.c.

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

struct in_addr ourip

Definition at line 397 of file chan_mgcp.c.

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

Definition at line 414 of file chan_mgcp.c.

Referenced by transmit_response(), and find_and_retrans().

int retransid

retrans timer id

Definition at line 411 of file chan_mgcp.c.

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

char wcardep[30]

Definition at line 408 of file chan_mgcp.c.

Referenced by handle_request(), and build_gateway().


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