
Data Fields | |
| char | accountcode [80] |
| int | amaflags |
| unsigned int | callgroup |
| format_t | capability |
| char | cid_num [AST_MAX_EXTENSION] |
| char | context [AST_MAX_EXTENSION] |
| char | exten [AST_MAX_EXTENSION] |
| char | fullname [80] |
| char | language [MAX_LANGUAGE] |
| int | lastmsgssent |
| ast_mutex_t | lock |
| char | mailbox [AST_MAX_EXTENSION] |
| char | musicclass [MAX_MUSICCLASS] |
| char | name [80] |
| struct unistim_line * | next |
| time_t | nextmsgcheck |
| struct unistim_device * | parent |
| char | parkinglot [AST_MAX_CONTEXT] |
| unsigned int | pickupgroup |
| struct unistim_subchannel * | subs [MAX_SUBS] |
| char accountcode[80] |
Account code (for billing)
Definition at line 413 of file chan_unistim.c.
Referenced by unistim_new(), and build_device().
| int amaflags |
AMA flags (for billing)
Definition at line 415 of file chan_unistim.c.
Referenced by unistim_new(), and build_device().
| unsigned int callgroup |
Call group
Definition at line 409 of file chan_unistim.c.
Referenced by unistim_new(), and build_device().
Codec supported
Definition at line 417 of file chan_unistim.c.
Referenced by unistim_new(), unistim_request(), unistim_info(), and build_device().
| char cid_num[AST_MAX_EXTENSION] |
CallerID Number
Definition at line 399 of file chan_unistim.c.
Referenced by unistim_new(), unistim_info(), and build_device().
| char context[AST_MAX_EXTENSION] |
Context to start in
Definition at line 395 of file chan_unistim.c.
Referenced by RegisterExtension(), UnregisterExtension(), unistim_new(), and build_device().
| char exten[AST_MAX_EXTENSION] |
Extension where to start
Definition at line 393 of file chan_unistim.c.
Referenced by unistim_new(), and unistim_info().
| char fullname[80] |
Like USTM/200@black
Definition at line 389 of file chan_unistim.c.
Referenced by RegisterExtension(), rcv_mac_addr(), unistim_info(), and build_device().
| char language[MAX_LANGUAGE] |
Language for asterisk sounds
Definition at line 397 of file chan_unistim.c.
Referenced by unistim_new(), and build_device().
| int lastmsgssent |
Used by MWI
Definition at line 403 of file chan_unistim.c.
Referenced by show_main_page(), and unistim_send_mwi_to_peer().
Definition at line 385 of file chan_unistim.c.
Referenced by unalloc_sub(), build_device(), and reload_config().
| char mailbox[AST_MAX_EXTENSION] |
Mailbox for MWI
Definition at line 401 of file chan_unistim.c.
Referenced by unistim_send_mwi_to_peer(), do_monitor(), and build_device().
| char musicclass[MAX_MUSICCLASS] |
MusicOnHold class
Definition at line 407 of file chan_unistim.c.
Referenced by TransferCallStep1(), key_call(), and build_device().
| char name[80] |
Like 200
Definition at line 387 of file chan_unistim.c.
Referenced by alloc_sub(), unalloc_sub(), rcv_mac_addr(), close_call(), unistim_ss(), HandleCallOutgoing(), HandleCallIncoming(), unistim_hangup(), unistim_answer(), unistim_fixup(), find_subchannel_by_name(), unistim_new(), unistim_info(), and build_device().
| struct unistim_line* next |
Definition at line 420 of file chan_unistim.c.
Referenced by find_subchannel_by_name(), unistim_info(), and build_device().
| time_t nextmsgcheck |
Used by MWI
Definition at line 405 of file chan_unistim.c.
Referenced by unistim_send_mwi_to_peer(), and do_monitor().
| struct unistim_device* parent |
Definition at line 421 of file chan_unistim.c.
Referenced by alloc_sub(), unalloc_sub(), rcv_mac_addr(), close_call(), unistim_ss(), start_rtp(), channel_to_session(), unistim_hangup(), unistim_answer(), unistim_fixup(), unistim_indicate(), unistim_new(), unistim_info(), unistim_sp(), and build_device().
| char parkinglot[AST_MAX_CONTEXT] |
| unsigned int pickupgroup |
Pickup group
Definition at line 411 of file chan_unistim.c.
Referenced by unistim_new(), and build_device().
| struct unistim_subchannel* subs[MAX_SUBS] |
pointer to our current connection, channel...
Definition at line 391 of file chan_unistim.c.
Referenced by close_client(), alloc_sub(), unalloc_sub(), swap_subs(), close_call(), TransferCallStep1(), HandleCallOutgoing(), HandleCallIncoming(), unistim_do_senddigit(), key_call(), key_dial_page(), process_request(), unistim_hangup(), unistim_answer(), find_subchannel_by_name(), unistim_senddigit_end(), unistim_info(), and reload_config().