Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
struct ast_channel * | caller |
struct { | |
struct dial_target * first | |
struct dial_target * last | |
} | dialed_peers |
Definition at line 1800 of file stasis_channels.c.
struct ast_channel* caller |
Calling party channel.
Definition at line 1802 of file stasis_channels.c.
Referenced by dial_masquerade_breakdown(), dial_masquerade_datastore_add(), dial_masquerade_datastore_remove_chan(), dial_masquerade_fixup(), remove_dial_masquerade_caller(), 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 1804 of file stasis_channels.c.
struct dial_target* last |
Definition at line 1804 of file stasis_channels.c.