|
Asterisk - The Open Source Telephony Project
18.5.0
|

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 1501 of file chan_skinny.c.
| int calldirection |
Definition at line 1515 of file chan_skinny.c.
Referenced by skinny_request().
| unsigned int callid |
Definition at line 1518 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 1502 of file chan_skinny.c.
Referenced by config_parse_variables(), setsubstate(), and skinny_register().
| char context[AST_MAX_CONTEXT] |
Definition at line 1507 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 1508 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 1517 of file chan_skinny.c.
Referenced by setsubstate(), and skinny_extensionstate_cb().
| struct skinny_line* line |
Definition at line 1503 of file chan_skinny.c.
Referenced by config_parse_variables(), push_callinfo(), setsubstate(), skinny_extensionstate_cb(), and skinny_request().
| struct { ... } list |
Referenced by setsubstate().
| char lnname[AST_MAX_EXTENSION] |
Definition at line 1510 of file chan_skinny.c.
Referenced by config_parse_variables(), and setsubstate().
| char name[80] |
Definition at line 1506 of file chan_skinny.c.
Referenced by _skinny_show_line(), config_parse_variables(), find_subline_by_name(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), and skinny_extensionstate_cb().
| struct skinny_subline* next |
Definition at line 1505 of file chan_skinny.c.
| char ourName[40] |
Definition at line 1511 of file chan_skinny.c.
| char ourNum[24] |
Definition at line 1512 of file chan_skinny.c.
| char stname[AST_MAX_EXTENSION] |
Definition at line 1509 of file chan_skinny.c.
Referenced by config_parse_variables(), and setsubstate().
| struct skinny_subchannel* sub |
Definition at line 1504 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 1516 of file chan_skinny.c.
Referenced by skinny_request().
| char theirName[40] |
Definition at line 1513 of file chan_skinny.c.
| char theirNum[24] |
Definition at line 1514 of file chan_skinny.c.
1.8.13