Asterisk - The Open Source Telephony Project
GIT-master-a24979a
|
Data Fields | |
int | alreadygone |
char | callid [80] |
struct mgcp_request * | cx_queue |
ast_mutex_t | cx_queue_lock |
char | cxident [80] |
int | cxmode |
struct cops_gate * | gate |
int | id |
int | iseq |
ast_mutex_t | lock |
char | magic [6] |
int | nat |
struct mgcp_subchannel * | next |
int | outgoing |
struct ast_channel * | owner |
struct mgcp_endpoint * | parent |
struct ast_rtp_instance * | rtp |
int | sdpsent |
struct sockaddr_in | tmpdest |
char | txident [80] |
Definition at line 297 of file chan_mgcp.c.
int alreadygone |
Definition at line 321 of file chan_mgcp.c.
char callid[80] |
Definition at line 314 of file chan_mgcp.c.
struct mgcp_request* cx_queue |
pending CX commands
Definition at line 316 of file chan_mgcp.c.
Referenced by dump_cmd_queues(), and mgcp_prune_realtime_gateway().
ast_mutex_t cx_queue_lock |
CX queue lock
Definition at line 317 of file chan_mgcp.c.
Referenced by dump_cmd_queues(), and mgcp_prune_realtime_gateway().
char cxident[80] |
Definition at line 313 of file chan_mgcp.c.
Referenced by handle_response(), and mgcp_prune_realtime_gateway().
int cxmode |
Definition at line 315 of file chan_mgcp.c.
Referenced by handle_request(), and mgcp_hangup().
struct cops_gate* gate |
Definition at line 323 of file chan_mgcp.c.
Referenced by mgcp_pktcgate_open(), mgcp_pktcgate_remove(), and mgcp_prune_realtime_gateway().
int id |
Definition at line 306 of file chan_mgcp.c.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), find_subchannel_and_lock(), handle_request(), and Model::load().
int iseq |
Not used? RTP?
Definition at line 319 of file chan_mgcp.c.
ast_mutex_t lock |
Definition at line 305 of file chan_mgcp.c.
Referenced by attempt_transfer(), handle_request(), and mgcp_prune_realtime_gateway().
char magic[6] |
Definition at line 304 of file chan_mgcp.c.
int nat |
Definition at line 318 of file chan_mgcp.c.
struct mgcp_subchannel* next |
for out circular linked list
Definition at line 324 of file chan_mgcp.c.
Referenced by attempt_transfer(), destroy_endpoint(), dump_cmd_queues(), handle_request(), handle_response(), mgcp_hangup(), and mgcp_prune_realtime_gateway().
int outgoing |
Definition at line 320 of file chan_mgcp.c.
struct ast_channel* owner |
Definition at line 307 of file chan_mgcp.c.
Referenced by add_header_offhook(), handle_mgcp_show_endpoints(), handle_request(), and handle_response().
struct mgcp_endpoint* parent |
Definition at line 308 of file chan_mgcp.c.
struct ast_rtp_instance* rtp |
Definition at line 309 of file chan_mgcp.c.
Referenced by build_gateway(), mgcp_prune_realtime_gateway(), and mgcp_set_rtp_peer().
int sdpsent |
Definition at line 322 of file chan_mgcp.c.
struct sockaddr_in tmpdest |
Definition at line 309 of file chan_mgcp.c.
char txident[80] |
Definition at line 311 of file chan_mgcp.c.