Data Fields | |
char | accountcode [AST_MAX_ACCOUNT_CODE] |
int | amaflags |
char | call_forward [AST_MAX_EXTENSION] |
ast_group_t | callgroup |
int | callreturn |
int | callwaiting |
int | cancallforward |
int | capability |
char | cid_name [AST_MAX_EXTENSION] |
char | cid_num [AST_MAX_EXTENSION] |
char | context [AST_MAX_CONTEXT] |
int | curtone |
int | dnd |
char | exten [AST_MAX_EXTENSION] |
int | group |
int | hascallerid |
int | hidecallerid |
int | hookstate |
int | immediate |
int | instance |
char | label [42] |
char | language [MAX_LANGUAGE] |
char | lastcallerid [AST_MAX_EXTENSION] |
ast_mutex_t | lock |
char | mailbox [AST_MAX_EXTENSION] |
int | msgstate |
char | musicclass [MAX_MUSICCLASS] |
int | mwiblink |
char | name [80] |
int | needdestroy |
skinny_line * | next |
int | nonCodecCapability |
int | onhooktime |
skinny_device * | parent |
ast_group_t | pickupgroup |
int | progress |
skinny_subchannel * | sub |
int | threewaycalling |
int | transfer |
int | type |
Definition at line 824 of file chan_skinny.c.
char accountcode[AST_MAX_ACCOUNT_CODE] |
int amaflags |
char call_forward[AST_MAX_EXTENSION] |
int callreturn |
int callwaiting |
int cancallforward |
int capability |
char cid_name[AST_MAX_EXTENSION] |
Definition at line 834 of file chan_skinny.c.
Referenced by skinny_call(), skinny_new(), and skinny_ss().
char cid_num[AST_MAX_EXTENSION] |
Definition at line 833 of file chan_skinny.c.
Referenced by skinny_call(), skinny_new(), and skinny_ss().
char context[AST_MAX_CONTEXT] |
int curtone |
Definition at line 839 of file chan_skinny.c.
int dnd |
Definition at line 848 of file chan_skinny.c.
Referenced by skinny_call(), skinny_request(), and skinny_ss().
char exten[AST_MAX_EXTENSION] |
int group |
Definition at line 854 of file chan_skinny.c.
int hascallerid |
Definition at line 849 of file chan_skinny.c.
int hidecallerid |
int hookstate |
Definition at line 861 of file chan_skinny.c.
Referenced by handle_message(), skinny_call(), and skinny_hangup().
int immediate |
Definition at line 860 of file chan_skinny.c.
int instance |
Definition at line 853 of file chan_skinny.c.
Referenced by do_housekeeping(), skinny_answer(), skinny_call(), skinny_hangup(), skinny_indicate(), and skinny_show_lines().
char label[42] |
Definition at line 827 of file chan_skinny.c.
Referenced by handle_message(), and skinny_show_lines().
char language[MAX_LANGUAGE] |
char lastcallerid[AST_MAX_EXTENSION] |
char mailbox[AST_MAX_EXTENSION] |
int msgstate |
Definition at line 859 of file chan_skinny.c.
char musicclass[MAX_MUSICCLASS] |
Definition at line 838 of file chan_skinny.c.
int mwiblink |
char name[80] |
Definition at line 826 of file chan_skinny.c.
Referenced by do_housekeeping(), find_subchannel_by_name(), handle_message(), skinny_answer(), skinny_hangup(), skinny_new(), skinny_show_lines(), and skinny_ss().
int needdestroy |
Definition at line 855 of file chan_skinny.c.
struct skinny_line* next |
Definition at line 863 of file chan_skinny.c.
Referenced by delete_devices(), find_subchannel_by_name(), handle_message(), skinny_show_devices(), and skinny_show_lines().
Definition at line 857 of file chan_skinny.c.
int onhooktime |
Definition at line 858 of file chan_skinny.c.
struct skinny_device* parent |
Definition at line 864 of file chan_skinny.c.
Referenced by do_housekeeping(), handle_message(), skinny_answer(), skinny_call(), skinny_hangup(), skinny_indicate(), skinny_new(), skinny_senddigit(), skinny_show_lines(), skinny_ss(), and start_rtp().
int progress |
Definition at line 862 of file chan_skinny.c.
struct skinny_subchannel* sub |
Definition at line 828 of file chan_skinny.c.
Referenced by delete_devices(), do_housekeeping(), find_subchannel_by_line(), find_subchannel_by_name(), skinny_answer(), skinny_hangup(), skinny_indicate(), skinny_new(), skinny_show_lines(), and skinny_ss().
int threewaycalling |
Definition at line 844 of file chan_skinny.c.
int transfer |
int type |