|
Asterisk - The Open Source Telephony Project
18.5.0
|

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] |
| char callerid[40] |
Definition at line 83 of file astman.c.
Referenced by event_newchannel(), event_status(), and rebuild_channels().
| char context[20] |
Definition at line 81 of file astman.c.
Referenced by event_newexten(), event_status(), and rebuild_channels().
| char exten[20] |
Definition at line 80 of file astman.c.
Referenced by event_newexten(), event_status(), and rebuild_channels().
| struct { ... } list |
Referenced by del_chan(), find_chan(), and rebuild_channels().
| 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().
| char priority[20] |
Definition at line 82 of file astman.c.
Referenced by event_newexten(), event_status(), and rebuild_channels().
| char state[10] |
Definition at line 84 of file astman.c.
Referenced by event_newchannel(), event_newstate(), event_status(), and rebuild_channels().
1.8.13