Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
skinny_subline Struct Reference
Collaboration diagram for skinny_subline:
Collaboration graph
[legend]

Data Fields

int calldirection
 
unsigned int callid
 
struct skinny_containercontainer
 
char context [AST_MAX_CONTEXT]
 
char exten [AST_MAX_EXTENSION]
 
int extenstate
 
struct skinny_lineline
 
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_subchannelsub
 
int substate
 
char theirName [40]
 
char theirNum [24]
 

Detailed Description

Definition at line 1501 of file chan_skinny.c.

Field Documentation

◆ calldirection

int calldirection

Definition at line 1515 of file chan_skinny.c.

Referenced by skinny_request().

◆ callid

unsigned int callid

◆ container

struct skinny_container* container

Definition at line 1502 of file chan_skinny.c.

Referenced by config_parse_variables(), setsubstate(), and skinny_register().

◆ context

char context[AST_MAX_CONTEXT]

◆ exten

char exten[AST_MAX_EXTENSION]

◆ extenstate

int extenstate

Definition at line 1517 of file chan_skinny.c.

Referenced by setsubstate(), and skinny_extensionstate_cb().

◆ line

struct skinny_line* line

◆ list

struct { ... } list

Referenced by setsubstate().

◆ lnname

char lnname[AST_MAX_EXTENSION]

Definition at line 1510 of file chan_skinny.c.

Referenced by config_parse_variables(), and setsubstate().

◆ name

char name[80]

◆ next

struct skinny_subline* next

Definition at line 1505 of file chan_skinny.c.

◆ ourName

char ourName[40]

Definition at line 1511 of file chan_skinny.c.

◆ ourNum

char ourNum[24]

Definition at line 1512 of file chan_skinny.c.

◆ stname

char stname[AST_MAX_EXTENSION]

Definition at line 1509 of file chan_skinny.c.

Referenced by config_parse_variables(), and setsubstate().

◆ sub

struct skinny_subchannel* sub

◆ substate

int substate

Definition at line 1516 of file chan_skinny.c.

Referenced by skinny_request().

◆ theirName

char theirName[40]

Definition at line 1513 of file chan_skinny.c.

◆ theirNum

char theirNum[24]

Definition at line 1514 of file chan_skinny.c.


The documentation for this struct was generated from the following file: