Asterisk - The Open Source Telephony Project
21.4.1
|
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 |
char cid_num[AST_MAX_EXTENSION] |
Extension where to start
Definition at line 377 of file chan_unistim.c.
Referenced by unistim_new().
char exten[AST_MAX_EXTENSION] |
char fullname[101] |
Like 200
Definition at line 375 of file chan_unistim.c.
char mailbox[AST_MAX_EXTENSION] |
CallerID Number
Definition at line 378 of file chan_unistim.c.
char musicclass[MAX_MUSICCLASS] |
Mailbox for MWI
Definition at line 379 of file chan_unistim.c.
struct unistim_line* next |
Parkinglot
Definition at line 386 of file chan_unistim.c.
char parkinglot[AST_MAX_CONTEXT] |
Codec supported
Definition at line 385 of file chan_unistim.c.
ast_group_t pickupgroup |