
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_request * | next |
| unsigned int | trid |
| char * | verb |
| char * | version |
| int cmd |
int version of verb = command
Definition at line 256 of file chan_mgcp.c.
Referenced by send_request(), transmit_modify_with_sdp(), transmit_connect_with_sdp(), transmit_connect(), transmit_notify_request(), transmit_notify_request_with_callerid(), transmit_modify_request(), transmit_audit_endpoint(), transmit_connection_del(), transmit_connection_del_w_params(), and handle_response().
| char data[MGCP_MAX_PACKET] |
Definition at line 255 of file chan_mgcp.c.
Referenced by send_response(), send_request(), parse(), add_header(), add_line(), init_resp(), init_req(), transmit_response(), and mgcpsock_read().
| char* endpoint |
Definition at line 249 of file chan_mgcp.c.
Referenced by parse(), and mgcpsock_read().
| char* header[MGCP_MAX_HEADERS] |
Definition at line 252 of file chan_mgcp.c.
Referenced by __get_header(), parse(), add_header(), init_resp(), and init_req().
| int headers |
MGCP Headers
Definition at line 251 of file chan_mgcp.c.
Referenced by __get_header(), parse(), add_header(), init_resp(), init_req(), and mgcpsock_read().
| char* identifier |
Definition at line 248 of file chan_mgcp.c.
Referenced by parse(), init_resp(), transmit_response(), find_and_retrans(), and mgcpsock_read().
| int len |
Definition at line 246 of file chan_mgcp.c.
Referenced by send_response(), send_request(), add_header(), add_line(), init_resp(), init_req(), transmit_response(), and mgcpsock_read().
| char* line[MGCP_MAX_LINES] |
Definition at line 254 of file chan_mgcp.c.
Referenced by get_sdp(), get_sdp_iterate(), parse(), and add_line().
| int lines |
SDP Content
Definition at line 253 of file chan_mgcp.c.
Referenced by get_sdp(), parse(), add_header(), add_line(), and handle_response().
| struct mgcp_request* next |
next in the queue
Definition at line 258 of file chan_mgcp.c.
Referenced by send_request(), dump_cmd_queues(), and find_command().
| unsigned int trid |
int version of identifier = transaction id
Definition at line 257 of file chan_mgcp.c.
Referenced by transmit_modify_with_sdp(), transmit_connect_with_sdp(), transmit_connect(), transmit_notify_request(), transmit_notify_request_with_callerid(), transmit_modify_request(), transmit_audit_endpoint(), transmit_connection_del(), and transmit_connection_del_w_params().
| char* verb |
Definition at line 247 of file chan_mgcp.c.
Referenced by parse(), handle_request(), and mgcpsock_read().
| char* version |
Definition at line 250 of file chan_mgcp.c.
Referenced by parse(), and mgcpsock_read().