
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 [80] |
| 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 351 of file chan_unistim.c.
| int amaflags |
Account code (for billing)
Definition at line 362 of file chan_unistim.c.
Referenced by unistim_new().
| struct ast_format_cap* cap |
AMA flags (for billing)
Definition at line 363 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 356 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 355 of file chan_unistim.c.
Referenced by unistim_new(), and unistim_show_info().
| char fullname[80] |
Like 200
Definition at line 354 of file chan_unistim.c.
Referenced by build_device(), rcv_mac_addr(), register_extension(), and unistim_show_info().
| struct { ... } list |
Definition at line 352 of file chan_unistim.c.
Referenced by build_device(), and reload_config().
| char mailbox[AST_MAX_EXTENSION] |
CallerID Number
Definition at line 357 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 353 of file chan_unistim.c.
Referenced by build_device(), close_call(), close_client(), find_line_by_number(), find_subchannel_by_name(), get_avail_softkey(), handle_call_incoming(), handle_call_outgoing(), 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 365 of file chan_unistim.c.
| struct unistim_device* parent |
Definition at line 366 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 364 of file chan_unistim.c.