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

Data Fields

int cmd
 
char data [MGCP_MAX_PACKET]
 
char * endpoint
 
char * header [MGCP_MAX_HEADERS]
 
int headers
 
char * identifier
 
int len
 
char * line [MGCP_MAX_LINES]
 
int lines
 
struct mgcp_requestnext
 
unsigned int trid
 
char * verb
 
char * version
 

Detailed Description

Definition at line 253 of file chan_mgcp.c.

Field Documentation

◆ cmd

int cmd

◆ data

char data[MGCP_MAX_PACKET]

◆ endpoint

char* endpoint

Definition at line 257 of file chan_mgcp.c.

Referenced by mgcpsock_read(), and parse().

◆ header

Definition at line 260 of file chan_mgcp.c.

Referenced by __get_header(), add_header(), init_req(), init_resp(), and parse().

◆ headers

int headers

MGCP Headers

Definition at line 259 of file chan_mgcp.c.

Referenced by __get_header(), add_header(), init_req(), init_resp(), mgcpsock_read(), and parse().

◆ identifier

char* identifier

Definition at line 256 of file chan_mgcp.c.

Referenced by find_and_retrans(), init_resp(), mgcpsock_read(), parse(), and transmit_response().

◆ len

int len

◆ line

char* line[MGCP_MAX_LINES]

Definition at line 262 of file chan_mgcp.c.

Referenced by add_line(), get_sdp(), get_sdp_iterate(), and parse().

◆ lines

int lines

SDP Content

Definition at line 261 of file chan_mgcp.c.

Referenced by add_header(), add_line(), get_sdp(), handle_response(), and parse().

◆ next

struct mgcp_request* next

next in the queue

Definition at line 266 of file chan_mgcp.c.

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

◆ trid

unsigned int trid

◆ verb

char* verb

Definition at line 255 of file chan_mgcp.c.

Referenced by handle_request(), mgcpsock_read(), and parse().

◆ version

char* version

Definition at line 258 of file chan_mgcp.c.

Referenced by mgcpsock_read(), ParsingContext::next(), and parse().


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