
Data Fields | |
| int | calldirection |
| unsigned int | callid |
| struct skinny_container * | container |
| char | context [AST_MAX_CONTEXT] |
| char | exten [AST_MAX_EXTENSION] |
| int | extenstate |
| struct skinny_line * | line |
| struct { | |
| struct skinny_subline * next | |
| } | list |
| char | lnname [AST_MAX_EXTENSION] |
| char | name [80] |
| char | ourName [40] |
| char | ourNum [24] |
| char | stname [AST_MAX_EXTENSION] |
| struct skinny_subchannel * | sub |
| int | substate |
| char | theirName [40] |
| char | theirNum [24] |
Definition at line 1374 of file chan_skinny.c.
| int calldirection |
Definition at line 1388 of file chan_skinny.c.
Referenced by skinny_request().
| unsigned int callid |
Definition at line 1391 of file chan_skinny.c.
Referenced by find_subline_by_callid(), push_callinfo(), setsubstate(), skinny_extensionstate_cb(), and skinny_request().
| struct skinny_container* container |
Definition at line 1375 of file chan_skinny.c.
Referenced by config_parse_variables(), setsubstate(), and skinny_register().
| char context[AST_MAX_CONTEXT] |
Definition at line 1380 of file chan_skinny.c.
Referenced by _skinny_show_line(), config_parse_variables(), skinny_new(), and skinny_register().
| char exten[AST_MAX_EXTENSION] |
Definition at line 1381 of file chan_skinny.c.
Referenced by _skinny_show_line(), config_parse_variables(), handle_soft_key_event_message(), setsubstate(), and skinny_register().
| int extenstate |
Definition at line 1390 of file chan_skinny.c.
Referenced by setsubstate(), and skinny_extensionstate_cb().
| struct skinny_line* line |
Definition at line 1376 of file chan_skinny.c.
Referenced by config_parse_variables(), push_callinfo(), setsubstate(), skinny_extensionstate_cb(), and skinny_request().
| struct { ... } list |
| char lnname[AST_MAX_EXTENSION] |
Definition at line 1383 of file chan_skinny.c.
Referenced by config_parse_variables(), and setsubstate().
| char name[80] |
Definition at line 1379 of file chan_skinny.c.
Referenced by _skinny_show_line(), config_parse_variables(), find_subline_by_name(), and skinny_extensionstate_cb().
| struct skinny_subline* next |
Definition at line 1378 of file chan_skinny.c.
| char ourName[40] |
Definition at line 1384 of file chan_skinny.c.
| char ourNum[24] |
Definition at line 1385 of file chan_skinny.c.
| char stname[AST_MAX_EXTENSION] |
Definition at line 1382 of file chan_skinny.c.
Referenced by config_parse_variables(), and setsubstate().
| struct skinny_subchannel* sub |
Definition at line 1377 of file chan_skinny.c.
Referenced by config_parse_variables(), handle_soft_key_event_message(), setsubstate(), skinny_extensionstate_cb(), skinny_new(), and skinny_request().
| int substate |
Definition at line 1389 of file chan_skinny.c.
Referenced by skinny_request().
| char theirName[40] |
Definition at line 1386 of file chan_skinny.c.
| char theirNum[24] |
Definition at line 1387 of file chan_skinny.c.