Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
char * | dialstring |
struct { | |
struct dial_target * next | |
} | list |
struct ast_channel * | peer |
Definition at line 1759 of file stasis_channels.c.
char* dialstring |
Dialstring used to call the peer.
Definition at line 1763 of file stasis_channels.c.
struct { ... } list |
Next entry in the list.
struct ast_channel* peer |
Called party channel.
Definition at line 1761 of file stasis_channels.c.