Definition at line 324 of file chan_mgcp.c.
char accountcode[AST_MAX_ACCOUNT_CODE] |
int adsi |
int amaflags |
char call_forward[AST_MAX_EXTENSION] |
Last Caller*ID
Definition at line 336 of file chan_mgcp.c.
Referenced by mgcp_new(), mgcp_request(), and mgcp_ss().
int callreturn |
int callwaiting |
Definition at line 344 of file chan_mgcp.c.
Referenced by handle_request(), mgcp_hangup(), mgcp_request(), and mgcp_ss().
int cancallforward |
Definition at line 366 of file chan_mgcp.c.
Referenced by add_sdp(), mgcp_get_codec(), mgcp_new(), process_sdp(), transmit_connect(), transmit_connect_with_sdp(), transmit_modify_request(), and transmit_modify_with_sdp().
struct ast_variable* chanvars |
Variables to set for channel created by user
Definition at line 386 of file chan_mgcp.c.
Referenced by handle_mgcp_show_endpoints(), and mgcp_new().
char cid_name[AST_MAX_EXTENSION] |
char cid_num[AST_MAX_EXTENSION] |
Caller*ID number
Definition at line 332 of file chan_mgcp.c.
Referenced by mgcp_new(), and mgcp_ss().
struct mgcp_request* cmd_queue |
pending commands other than RQNT
Definition at line 376 of file chan_mgcp.c.
Referenced by dump_cmd_queues(), handle_response(), mgcp_prune_realtime_gateway(), and send_request().
Definition at line 377 of file chan_mgcp.c.
Referenced by dump_cmd_queues(), handle_response(), mgcp_prune_realtime_gateway(), and send_request().
char context[AST_MAX_EXTENSION] |
Definition at line 330 of file chan_mgcp.c.
Referenced by handle_mgcp_show_endpoints(), and mgcp_new().
char curtone[80] |
Current tone
Definition at line 338 of file chan_mgcp.c.
Referenced by handle_request(), transmit_notify_request(), and transmit_notify_request_with_callerid().
int delme |
needed for reload
Definition at line 378 of file chan_mgcp.c.
Referenced by prune_gateways(), and unload_module().
int directmedia |
int dnd |
XXX Should there be a dsp/subchannel? XXX
Definition at line 380 of file chan_mgcp.c.
Referenced by mgcp_hangup(), mgcp_new(), mgcp_prune_realtime_gateway(), and mgcp_rtp_read().
char dtmf_buf[AST_MAX_EXTENSION] |
place to collect digits be
Definition at line 335 of file chan_mgcp.c.
Referenced by handle_request(), mgcp_hangup(), and mgcp_ss().
int dtmfmode |
Definition at line 355 of file chan_mgcp.c.
Referenced by add_header_offhook(), mgcp_hangup(), mgcp_new(), mgcp_rtp_read(), mgcp_senddigit_begin(), mgcp_senddigit_end(), and mgcp_ss().
char exten[AST_MAX_EXTENSION] |
int group |
Definition at line 362 of file chan_mgcp.c.
int hascallerid |
Definition at line 353 of file chan_mgcp.c.
int hascallwaiting |
Definition at line 345 of file chan_mgcp.c.
Referenced by handle_request(), mgcp_hangup(), and mgcp_ss().
int hidecallerid |
Definition at line 354 of file chan_mgcp.c.
Referenced by handle_request(), mgcp_hangup(), and mgcp_ss().
int hookstate |
Definition at line 371 of file chan_mgcp.c.
Referenced by handle_hd_hf(), handle_request(), handle_response(), mgcp_call(), mgcp_hangup(), mgcp_request(), transmit_notify_request(), and transmit_notify_request_with_callerid().
int immediate |
int iseq |
Not used?
Definition at line 363 of file chan_mgcp.c.
char language[MAX_LANGUAGE] |
char lastcallerid[AST_MAX_EXTENSION] |
Last Caller*ID
Definition at line 334 of file chan_mgcp.c.
Referenced by mgcp_ss(), and transmit_notify_request_with_callerid().
int lastout |
tracking this on the subchannels. Is it needed here?
Definition at line 364 of file chan_mgcp.c.
char mailbox[AST_MAX_EXTENSION] |
int msgstate |
voicemail message state
Definition at line 369 of file chan_mgcp.c.
char musicclass[MAX_MUSICCLASS] |
Definition at line 337 of file chan_mgcp.c.
struct ast_event_sub* mwi_event_sub |
Definition at line 341 of file chan_mgcp.c.
char name[80] |
Definition at line 326 of file chan_mgcp.c.
Referenced by attempt_transfer(), find_subchannel_and_lock(), handle_hd_hf(), handle_mgcp_audit_endpoint(), handle_mgcp_show_endpoints(), handle_request(), handle_response(), init_req(), mgcp_answer(), mgcp_hangup(), mgcp_new(), mgcp_ss(), 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().
int ncs |
Definition at line 357 of file chan_mgcp.c.
Referenced by acf_channel_read(), add_header_offhook(), handle_hd_hf(), handle_request(), init_req(), mgcp_call(), mgcp_hangup(), mgcp_senddigit_end(), mgcp_ss(), send_request(), and transmit_modify_request().
int needaudit |
needed for reload
Definition at line 379 of file chan_mgcp.c.
int needdestroy |
Not used?
Definition at line 365 of file chan_mgcp.c.
struct mgcp_endpoint* next |
Definition at line 387 of file chan_mgcp.c.
Referenced by find_subchannel_and_lock(), handle_mgcp_audit_endpoint(), handle_mgcp_show_endpoints(), handle_request(), mgcp_postrequest(), mgcp_prune_realtime_gateway(), prune_gateways(), and unload_module().
int onhooktime |
Definition at line 368 of file chan_mgcp.c.
struct mgcp_gateway* parent |
Definition at line 388 of file chan_mgcp.c.
Referenced by add_sdp(), attempt_transfer(), find_and_retrans(), find_command(), handle_hd_hf(), handle_request(), handle_response(), init_req(), mgcp_alloc_pktcgate(), mgcp_answer(), mgcp_hangup(), mgcp_new(), mgcp_postrequest(), mgcp_ss(), mgcpsock_read(), resend_response(), send_request(), send_response(), transmit_connect_with_sdp(), transmit_connection_del(), transmit_connection_del_w_params(), transmit_modify_request(), transmit_notify_request(), transmit_notify_request_with_callerid(), transmit_response(), and unalloc_sub().
char parkinglot[AST_MAX_CONTEXT] |
Parkinglot
Definition at line 340 of file chan_mgcp.c.
int pktcgatealloc |
char rqnt_ident[80] |
request identifier
Definition at line 373 of file chan_mgcp.c.
Referenced by transmit_notify_request(), and transmit_notify_request_with_callerid().
struct mgcp_request* rqnt_queue |
pending RQNT commands
Definition at line 374 of file chan_mgcp.c.
Referenced by dump_cmd_queues(), handle_response(), mgcp_prune_realtime_gateway(), and send_request().
Definition at line 375 of file chan_mgcp.c.
Referenced by dump_cmd_queues(), handle_response(), mgcp_prune_realtime_gateway(), and send_request().
int singlepath |
int slowsequence |
MS: Sequence the endpoint as a whole
Definition at line 361 of file chan_mgcp.c.
Referenced by handle_response(), and send_request().
struct mgcp_subchannel* sub |
Pointer to our current connection, channel and stuff
Definition at line 327 of file chan_mgcp.c.
Referenced by add_header_offhook(), add_sdp(), attempt_transfer(), destroy_endpoint(), dump_cmd_queues(), find_subchannel_and_lock(), handle_hd_hf(), handle_mgcp_show_endpoints(), handle_request(), handle_response(), mgcp_alloc_pktcgate(), mgcp_answer(), mgcp_get_codec(), mgcp_hangup(), mgcp_new(), mgcp_prune_realtime_gateway(), mgcp_senddigit_begin(), mgcp_senddigit_end(), mgcp_ss(), mgcp_write(), process_sdp(), resend_response(), send_response(), transmit_connect(), transmit_connect_with_sdp(), transmit_connection_del(), transmit_connection_del_w_params(), transmit_modify_request(), transmit_modify_with_sdp(), transmit_notify_request(), transmit_notify_request_with_callerid(), transmit_response(), and unalloc_sub().
int threewaycalling |
int transfer |
int type |