Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct ast_channel * | caller |
struct { | |
struct dial_target * first | |
struct dial_target * last | |
} | dialed_peers |
Definition at line 1783 of file stasis_channels.c.
struct ast_channel* caller |
Calling party channel.
Definition at line 1785 of file stasis_channels.c.
struct { ... } dialed_peers |
List of called peers.