![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
mgcp_request Struct Reference
Collaboration diagram for mgcp_request:
Definition at line 234 of file chan_mgcp.c.
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 |
| mgcp_request * | next |
| unsigned int | trid |
| char * | verb |
| char * | version |
|
|
int version of verb = command Definition at line 245 of file chan_mgcp.c. Referenced by handle_response(), send_request(), transmit_audit_endpoint(), transmit_connection_del(), transmit_modify_request(), transmit_notify_request(), and transmit_notify_request_with_callerid(). |
|
|
Definition at line 244 of file chan_mgcp.c. Referenced by add_header(), add_line(), init_req(), init_resp(), parse(), send_request(), send_response(), and transmit_response(). |
|
|
Definition at line 238 of file chan_mgcp.c. Referenced by parse(). |
|
|
Definition at line 241 of file chan_mgcp.c. Referenced by __get_header(), add_header(), init_req(), init_resp(), and parse(). |
|
|
MGCP Headers Definition at line 240 of file chan_mgcp.c. Referenced by __get_header(), add_header(), init_req(), init_resp(), and parse(). |
|
|
Definition at line 237 of file chan_mgcp.c. Referenced by find_and_retrans(), init_resp(), parse(), and transmit_response(). |
|
|
Definition at line 235 of file chan_mgcp.c. Referenced by add_header(), add_line(), init_req(), init_resp(), send_request(), send_response(), and transmit_response(). |
|
|
Definition at line 243 of file chan_mgcp.c. Referenced by add_line(), get_sdp(), get_sdp_iterate(), and parse(). |
|
|
SDP Content Definition at line 242 of file chan_mgcp.c. Referenced by add_header(), add_line(), get_sdp(), handle_response(), and parse(). |
|
|
next in the queue Definition at line 247 of file chan_mgcp.c. Referenced by dump_cmd_queues(), find_command(), and send_request(). |
|
|
int version of identifier = transaction id Definition at line 246 of file chan_mgcp.c. Referenced by transmit_audit_endpoint(), transmit_connection_del(), transmit_modify_request(), transmit_notify_request(), and transmit_notify_request_with_callerid(). |
|
|
Definition at line 236 of file chan_mgcp.c. Referenced by handle_request(), and parse(). |
|
|
Definition at line 239 of file chan_mgcp.c. Referenced by parse(). |