Thu Apr 28 2011 17:16:25

Asterisk developer's documentation


mgcp_subchannel Struct Reference

Collaboration diagram for mgcp_subchannel:

Data Fields

int alreadygone
char callid [80]
struct mgcp_requestcx_queue
ast_mutex_t cx_queue_lock
char cxident [80]
int cxmode
int id
int iseq
ast_mutex_t lock
char magic [6]
int nat
struct mgcp_subchannelnext
int outgoing
struct ast_channelowner
struct mgcp_endpointparent
struct ast_rtprtp
struct sockaddr_in tmpdest
char txident [80]

Detailed Description

Definition at line 274 of file chan_mgcp.c.


Field Documentation

pending CX commands

Definition at line 293 of file chan_mgcp.c.

Referenced by dump_cmd_queues(), handle_response(), and send_request().

CX queue lock

Definition at line 294 of file chan_mgcp.c.

Referenced by build_gateway(), dump_cmd_queues(), handle_response(), and send_request().

char cxident[80]
Todo:
FIXME txident is replaced by rqnt_ident in endpoint. This should be obsoleted

Definition at line 290 of file chan_mgcp.c.

Referenced by destroy_endpoint(), handle_response(), mgcp_call(), mgcp_hangup(), transmit_connection_del(), transmit_modify_request(), transmit_modify_with_sdp(), and unalloc_sub().

int iseq

Not used? RTP?

Definition at line 296 of file chan_mgcp.c.

char magic[6]

Definition at line 281 of file chan_mgcp.c.

Referenced by build_gateway(), destroy_endpoint(), and mgcp_hangup().

int nat

Definition at line 295 of file chan_mgcp.c.

Referenced by build_gateway(), and start_rtp().

int outgoing

Definition at line 297 of file chan_mgcp.c.

Referenced by handle_hd_hf(), handle_request(), mgcp_call(), mgcp_hangup(), and unalloc_sub().

struct sockaddr_in tmpdest

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