
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] |
| struct sockaddr_in addr |
Definition at line 395 of file chan_mgcp.c.
Referenced by __mgcp_xmit(), resend_response(), send_response(), send_request(), handle_mgcp_show_endpoints(), find_subchannel_and_lock(), mgcp_alloc_pktcgate(), find_command(), and build_gateway().
| struct sockaddr_in defaddr |
Definition at line 396 of file chan_mgcp.c.
Referenced by __mgcp_xmit(), handle_mgcp_show_endpoints(), find_subchannel_and_lock(), and build_gateway().
| int delme |
needed for reload
Definition at line 412 of file chan_mgcp.c.
Referenced by build_gateway(), prune_gateways(), reload_config(), and unload_module().
| int dynamic |
Definition at line 398 of file chan_mgcp.c.
Referenced by handle_mgcp_show_endpoints(), find_subchannel_and_lock(), and build_gateway().
| struct mgcp_endpoint* endpoints |
Definition at line 400 of file chan_mgcp.c.
Referenced by handle_mgcp_show_endpoints(), handle_mgcp_audit_endpoint(), mgcp_devicestate(), find_realtime_gw(), find_subchannel_and_lock(), handle_request(), mgcp_prune_realtime_gateway(), do_monitor(), build_gateway(), prune_gateways(), reload_config(), and unload_module().
| int expire |
XXX Should we ever expire dynamic registrations? XXX
Definition at line 399 of file chan_mgcp.c.
Referenced by build_gateway().
Definition at line 401 of file chan_mgcp.c.
Referenced by mgcp_prune_realtime_gateway(), build_gateway(), and destroy_gateway().
| int isnamedottedip |
is the name FQDN or dotted ip
Definition at line 394 of file chan_mgcp.c.
Referenced by init_req(), and build_gateway().
| struct mgcp_message* msgs |
gw msg queue
Definition at line 409 of file chan_mgcp.c.
Referenced by dump_queue(), retrans_pkt(), mgcp_postrequest(), mgcpsock_read(), and mgcp_prune_realtime_gateway().
queue lock
Definition at line 410 of file chan_mgcp.c.
Referenced by dump_queue(), retrans_pkt(), mgcp_postrequest(), mgcpsock_read(), mgcp_prune_realtime_gateway(), do_monitor(), and build_gateway().
| char name[80] |
Definition at line 393 of file chan_mgcp.c.
Referenced by unalloc_sub(), dump_queue(), retrans_pkt(), mgcp_hangup(), handle_mgcp_show_endpoints(), handle_mgcp_audit_endpoint(), mgcp_answer(), mgcp_devicestate(), mgcp_new(), find_subchannel_and_lock(), init_req(), transmit_connect_with_sdp(), transmit_connect(), transmit_notify_request(), transmit_notify_request_with_callerid(), transmit_modify_request(), transmit_connection_del(), transmit_connection_del_w_params(), handle_response(), mgcp_ss(), attempt_transfer(), handle_hd_hf(), handle_request(), mgcpsock_read(), mgcp_prune_realtime_gateway(), build_gateway(), and reload_config().
| struct mgcp_gateway* next |
Definition at line 415 of file chan_mgcp.c.
Referenced by handle_mgcp_show_endpoints(), handle_mgcp_audit_endpoint(), mgcp_devicestate(), find_realtime_gw(), find_subchannel_and_lock(), do_monitor(), build_gateway(), prune_gateways(), reload_config(), and unload_module().
| struct in_addr ourip |
Definition at line 397 of file chan_mgcp.c.
Referenced by find_subchannel_and_lock(), add_sdp(), and build_gateway().
| int realtime |
Definition at line 413 of file chan_mgcp.c.
Referenced by handle_mgcp_show_endpoints(), find_realtime_gw(), mgcp_prune_realtime_gateway(), do_monitor(), build_gateway(), and prune_gateways().
| struct mgcp_response* responses |
Definition at line 414 of file chan_mgcp.c.
Referenced by transmit_response(), and find_and_retrans().
| int retransid |
retrans timer id
Definition at line 411 of file chan_mgcp.c.
Referenced by retrans_pkt(), mgcp_postrequest(), mgcpsock_read(), and build_gateway().
| char wcardep[30] |
Definition at line 408 of file chan_mgcp.c.
Referenced by handle_request(), and build_gateway().