Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_channel * | caller |
struct { | |
struct dial_target * first | |
struct dial_target * last | |
} | dialed_peers |
Definition at line 1748 of file stasis_channels.c.
struct ast_channel* caller |
Calling party channel.
Definition at line 1750 of file stasis_channels.c.
Referenced by dial_masquerade_breakdown(), dial_masquerade_datastore_add(), dial_masquerade_datastore_remove_chan(), dial_masquerade_fixup(), and set_dial_masquerade().
struct { ... } dialed_peers |
List of called peers.
Referenced by dial_masquerade_breakdown(), dial_masquerade_datastore_alloc(), dial_masquerade_datastore_cleanup(), dial_masquerade_datastore_remove_chan(), dial_masquerade_fixup(), remove_dial_masquerade_caller(), and set_dial_masquerade().
struct dial_target* first |
Definition at line 1752 of file stasis_channels.c.
struct dial_target* last |
Definition at line 1752 of file stasis_channels.c.