Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct sockaddr_in | addr |
struct sockaddr_in | defaddr |
int | delme |
int | dynamic |
struct mgcp_endpoint * | endpoints |
int | expire |
struct ast_ha * | ha |
int | isnamedottedip |
struct mgcp_message * | msgs |
ast_mutex_t | msgs_lock |
char | name [80] |
struct mgcp_gateway * | next |
struct in_addr | ourip |
int | realtime |
struct mgcp_response * | responses |
int | retransid |
char | wcardep [30] |
Definition at line 399 of file chan_mgcp.c.
struct sockaddr_in addr |
Definition at line 403 of file chan_mgcp.c.
Referenced by __mgcp_xmit(), build_gateway(), find_command(), find_subchannel_and_lock(), handle_mgcp_show_endpoints(), mgcp_alloc_pktcgate(), resend_response(), send_request(), and send_response().
struct sockaddr_in defaddr |
Definition at line 404 of file chan_mgcp.c.
Referenced by __mgcp_xmit(), build_gateway(), find_subchannel_and_lock(), and handle_mgcp_show_endpoints().
int delme |
needed for reload
Definition at line 420 of file chan_mgcp.c.
Referenced by build_gateway(), prune_gateways(), reload_config(), and unload_module().
int dynamic |
Definition at line 406 of file chan_mgcp.c.
Referenced by build_gateway(), find_subchannel_and_lock(), and handle_mgcp_show_endpoints().
struct mgcp_endpoint* endpoints |
Definition at line 408 of file chan_mgcp.c.
Referenced by build_gateway(), do_monitor(), find_realtime_gw(), find_subchannel_and_lock(), handle_mgcp_audit_endpoint(), handle_mgcp_show_endpoints(), handle_request(), mgcp_devicestate(), mgcp_prune_realtime_gateway(), prune_gateways(), reload_config(), and unload_module().
int expire |
XXX Should we ever expire dynamic registrations? XXX
Definition at line 407 of file chan_mgcp.c.
Referenced by build_gateway().
struct ast_ha* ha |
Definition at line 409 of file chan_mgcp.c.
Referenced by build_gateway(), destroy_gateway(), and mgcp_prune_realtime_gateway().
int isnamedottedip |
is the name FQDN or dotted ip
Definition at line 402 of file chan_mgcp.c.
Referenced by build_gateway(), and init_req().
struct mgcp_message* msgs |
gw msg queue
Definition at line 417 of file chan_mgcp.c.
Referenced by dump_queue(), mgcp_postrequest(), mgcp_prune_realtime_gateway(), mgcpsock_read(), and retrans_pkt().
ast_mutex_t msgs_lock |
queue lock
Definition at line 418 of file chan_mgcp.c.
Referenced by build_gateway(), do_monitor(), dump_queue(), mgcp_postrequest(), mgcp_prune_realtime_gateway(), mgcpsock_read(), and retrans_pkt().
char name[80] |
Definition at line 401 of file chan_mgcp.c.
Referenced by build_gateway(), dump_queue(), find_subchannel_and_lock(), PathSegment::get_child(), handle_hd_hf(), handle_mgcp_audit_endpoint(), handle_mgcp_show_endpoints(), handle_request(), handle_response(), init_req(), Parameter::load(), SwaggerType::load(), Property::load(), mgcp_answer(), mgcp_devicestate(), mgcp_hangup(), mgcp_new(), mgcp_prune_realtime_gateway(), mgcp_ss(), mgcpsock_read(), reload_config(), retrans_pkt(), transmit_connect(), transmit_connect_with_sdp(), transmit_connection_del(), transmit_connection_del_w_params(), transmit_modify_request(), transmit_notify_request(), transmit_notify_request_with_callerid(), and unalloc_sub().
struct mgcp_gateway* next |
Definition at line 423 of file chan_mgcp.c.
Referenced by build_gateway(), do_monitor(), find_realtime_gw(), find_subchannel_and_lock(), handle_mgcp_audit_endpoint(), handle_mgcp_show_endpoints(), mgcp_devicestate(), prune_gateways(), reload_config(), and unload_module().
struct in_addr ourip |
Definition at line 405 of file chan_mgcp.c.
Referenced by add_sdp(), build_gateway(), and find_subchannel_and_lock().
int realtime |
Definition at line 421 of file chan_mgcp.c.
Referenced by build_gateway(), do_monitor(), find_realtime_gw(), handle_mgcp_show_endpoints(), mgcp_prune_realtime_gateway(), and prune_gateways().
struct mgcp_response* responses |
Definition at line 422 of file chan_mgcp.c.
Referenced by find_and_retrans(), and transmit_response().
int retransid |
retrans timer id
Definition at line 419 of file chan_mgcp.c.
Referenced by build_gateway(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().
char wcardep[30] |
Definition at line 416 of file chan_mgcp.c.
Referenced by build_gateway(), and handle_request().