![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
mgcp_gateway Struct Reference
Collaboration diagram for mgcp_gateway:
Definition at line 371 of file chan_mgcp.c.
Data Fields | |
| sockaddr_in | addr |
| sockaddr_in | defaddr |
| int | delme |
| int | dynamic |
| mgcp_endpoint * | endpoints |
| int | expire |
| ast_ha * | ha |
| int | isnamedottedip |
| mgcp_message * | msgs |
| ast_mutex_t | msgs_lock |
| char | name [80] |
| mgcp_gateway * | next |
| in_addr | ourip |
| mgcp_response * | responses |
| int | retransid |
| char | wcardep [30] |
|
|
Definition at line 375 of file chan_mgcp.c. Referenced by __mgcp_xmit(), build_gateway(), find_command(), find_subchannel_and_lock(), mgcp_show_endpoints(), resend_response(), send_request(), and send_response(). |
|
|
Definition at line 376 of file chan_mgcp.c. Referenced by __mgcp_xmit(), build_gateway(), find_subchannel_and_lock(), and mgcp_show_endpoints(). |
|
|
needed for reload Definition at line 392 of file chan_mgcp.c. Referenced by build_gateway(), prune_gateways(), reload_config(), and unload_module(). |
|
|
Definition at line 378 of file chan_mgcp.c. Referenced by build_gateway(), find_subchannel_and_lock(), and mgcp_show_endpoints(). |
|
|
Definition at line 380 of file chan_mgcp.c. Referenced by build_gateway(), do_monitor(), find_subchannel_and_lock(), handle_request(), mgcp_audit_endpoint(), mgcp_devicestate(), mgcp_show_endpoints(), prune_gateways(), reload_config(), and unload_module(). |
|
|
XXX Should we ever expire dynamic registrations? XXX Definition at line 379 of file chan_mgcp.c. Referenced by build_gateway(). |
|
|
Definition at line 381 of file chan_mgcp.c. Referenced by build_gateway(), and destroy_gateway(). |
|
|
is the name FQDN or dotted ip Definition at line 374 of file chan_mgcp.c. Referenced by init_req(). |
|
|
gw msg queue Definition at line 389 of file chan_mgcp.c. Referenced by dump_queue(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt(). |
|
|
queue lock Definition at line 390 of file chan_mgcp.c. Referenced by build_gateway(), dump_queue(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt(). |
|
|
|
Definition at line 394 of file chan_mgcp.c. Referenced by build_gateway(), find_subchannel_and_lock(), mgcp_audit_endpoint(), mgcp_devicestate(), mgcp_show_endpoints(), reload_config(), and unload_module(). |
|
|
Definition at line 377 of file chan_mgcp.c. Referenced by add_sdp(), and find_subchannel_and_lock(). |
|
|
Definition at line 393 of file chan_mgcp.c. Referenced by find_and_retrans(), and transmit_response(). |
|
|
retrans timer id Definition at line 391 of file chan_mgcp.c. Referenced by mgcp_postrequest(), mgcpsock_read(), and retrans_pkt(). |
|
|
Definition at line 388 of file chan_mgcp.c. Referenced by build_gateway(), handle_request(), and mgcp_show_endpoints(). |