Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char | accountcode [AST_MAX_ACCOUNT_CODE] |
int | amaflags |
ast_group_t | callgroup |
struct ast_format_cap * | cap |
char | cid_num [AST_MAX_EXTENSION] |
char | exten [AST_MAX_EXTENSION] |
char | fullname [101] |
struct { | |
struct unistim_line * next | |
} | list |
ast_mutex_t | lock |
char | mailbox [AST_MAX_EXTENSION] |
char | musicclass [MAX_MUSICCLASS] |
char | name [80] |
struct unistim_line * | next |
struct unistim_device * | parent |
char | parkinglot [AST_MAX_CONTEXT] |
ast_group_t | pickupgroup |
Definition at line 372 of file chan_unistim.c.
char accountcode[AST_MAX_ACCOUNT_CODE] |
int amaflags |
Account code (for billing)
Definition at line 383 of file chan_unistim.c.
Referenced by unistim_new().
ast_group_t callgroup |
struct ast_format_cap* cap |
AMA flags (for billing)
Definition at line 384 of file chan_unistim.c.
Referenced by build_device(), unistim_line_alloc(), unistim_line_copy(), unistim_line_destroy(), unistim_new(), unistim_request(), and unistim_show_info().
char cid_num[AST_MAX_EXTENSION] |
Extension where to start
Definition at line 377 of file chan_unistim.c.
Referenced by unistim_new(), and unistim_show_info().
char exten[AST_MAX_EXTENSION] |
Like USTM/200@black
Definition at line 376 of file chan_unistim.c.
Referenced by unistim_new(), and unistim_show_info().
char fullname[101] |
Like 200
Definition at line 375 of file chan_unistim.c.
Referenced by build_device(), rcv_mac_addr(), register_extension(), and unistim_show_info().
struct { ... } list |
Referenced by build_device(), do_monitor(), find_line_by_number(), and rcv_mac_addr().
ast_mutex_t lock |
Definition at line 373 of file chan_unistim.c.
Referenced by build_device(), and delete_device().
char mailbox[AST_MAX_EXTENSION] |
CallerID Number
Definition at line 378 of file chan_unistim.c.
Referenced by build_device(), do_monitor(), and unistim_send_mwi_to_peer().
char musicclass[MAX_MUSICCLASS] |
char name[80] |
Definition at line 374 of file chan_unistim.c.
Referenced by build_device(), close_call(), close_client(), find_line_by_number(), find_subchannel_by_name(), get_avail_softkey(), PathSegment::get_child(), handle_call_incoming(), handle_call_outgoing(), Parameter::load(), SwaggerType::load(), Property::load(), rcv_mac_addr(), refresh_all_favorite(), unistim_answer(), unistim_call(), unistim_fixup(), unistim_free_sub(), unistim_hangup(), unistim_new(), unistim_request(), unistim_show_info(), and unistim_ss().
struct unistim_line* next |
Parkinglot
Definition at line 386 of file chan_unistim.c.
struct unistim_device* parent |
Definition at line 387 of file chan_unistim.c.
Referenced by build_device(), channel_to_session(), do_monitor(), find_rtp_port(), rcv_mac_addr(), send_start_rtp(), start_rtp(), unistim_answer(), unistim_fixup(), unistim_free_sub(), unistim_hangup(), unistim_indicate(), unistim_new(), unistim_request(), unistim_send_mwi_to_peer(), unistim_sp(), and unistim_ss().
char parkinglot[AST_MAX_CONTEXT] |
Codec supported
Definition at line 385 of file chan_unistim.c.
ast_group_t pickupgroup |