Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
mgcp_subchannel Struct Reference
Collaboration diagram for mgcp_subchannel:
Collaboration graph
[legend]

Data Fields

int alreadygone
 
char callid [80]
 
struct mgcp_requestcx_queue
 
ast_mutex_t cx_queue_lock
 
char cxident [80]
 
int cxmode
 
struct cops_gategate
 
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_rtp_instancertp
 
int sdpsent
 
struct sockaddr_in tmpdest
 
char txident [80]
 

Detailed Description

Definition at line 296 of file chan_mgcp.c.

Field Documentation

◆ alreadygone

int alreadygone

◆ callid

char callid[80]

◆ cx_queue

struct mgcp_request* cx_queue

pending CX commands

Definition at line 315 of file chan_mgcp.c.

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

◆ cx_queue_lock

ast_mutex_t cx_queue_lock

CX queue lock

Definition at line 316 of file chan_mgcp.c.

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

◆ cxident

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

Definition at line 312 of file chan_mgcp.c.

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

◆ cxmode

int cxmode

◆ gate

struct cops_gate* gate

◆ id

int id

◆ iseq

int iseq

Not used? RTP?

Definition at line 318 of file chan_mgcp.c.

◆ lock

◆ magic

char magic[6]

Definition at line 303 of file chan_mgcp.c.

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

◆ nat

int nat

Definition at line 317 of file chan_mgcp.c.

Referenced by build_gateway(), and start_rtp().

◆ next

struct mgcp_subchannel* next

◆ outgoing

int outgoing

Definition at line 319 of file chan_mgcp.c.

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

◆ owner

struct ast_channel* owner

◆ parent

struct mgcp_endpoint* parent

◆ rtp

struct ast_rtp_instance* rtp

◆ sdpsent

int sdpsent

◆ tmpdest

struct sockaddr_in tmpdest

◆ txident

char txident[80]

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