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

Data Fields

char callerid [40]
 
char context [20]
 
char exten [20]
 
struct {
   struct ast_chan *   next
 
list
 
char name [80]
 
char priority [20]
 
char state [10]
 

Detailed Description

Definition at line 78 of file astman.c.

Field Documentation

◆ callerid

char callerid[40]

Definition at line 83 of file astman.c.

Referenced by event_newchannel(), event_status(), and rebuild_channels().

◆ context

char context[20]

Definition at line 81 of file astman.c.

Referenced by event_newexten(), event_status(), and rebuild_channels().

◆ exten

char exten[20]

Definition at line 80 of file astman.c.

Referenced by event_newexten(), event_status(), and rebuild_channels().

◆ list

struct { ... } list

◆ name

char name[80]

Definition at line 79 of file astman.c.

Referenced by del_chan(), event_rename(), find_chan(), rebuild_channels(), try_hangup(), and try_redirect().

◆ next

struct ast_chan* next

Definition at line 85 of file astman.c.

◆ priority

char priority[20]

Definition at line 82 of file astman.c.

Referenced by event_newexten(), event_status(), and rebuild_channels().

◆ state

char state[10]

Definition at line 84 of file astman.c.

Referenced by event_newchannel(), event_newstate(), event_status(), and rebuild_channels().


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