Thu Apr 28 2011 17:16:25

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
struct mgcp_responseresponses
int retransid
char wcardep [30]

Detailed Description

Definition at line 371 of file chan_mgcp.c.


Field Documentation

struct sockaddr_in defaddr
int delme

needed for reload

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

Referenced by build_gateway().

struct ast_ha* ha

Definition at line 381 of file chan_mgcp.c.

Referenced by build_gateway(), and destroy_gateway().

is the name FQDN or dotted ip

Definition at line 374 of file chan_mgcp.c.

Referenced by build_gateway(), and init_req().

struct mgcp_message* msgs

gw msg queue

Definition at line 389 of file chan_mgcp.c.

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

queue lock

Definition at line 390 of file chan_mgcp.c.

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

struct in_addr ourip

Definition at line 377 of file chan_mgcp.c.

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

Definition at line 393 of file chan_mgcp.c.

Referenced by find_and_retrans(), and transmit_response().

int retransid

retrans timer id

Definition at line 391 of file chan_mgcp.c.

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

char wcardep[30]

Definition at line 388 of file chan_mgcp.c.

Referenced by build_gateway(), handle_mgcp_show_endpoints(), and handle_request().


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