|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

Data Fields | ||
| struct ast_channel * | caller | |
| struct { | ||
| struct dial_target * first | ||
| struct dial_target * last | ||
| } | dialed_peers | |
Definition at line 2005 of file stasis_channels.c.
| struct ast_channel* caller |
Calling party channel.
Definition at line 2007 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 2009 of file stasis_channels.c.
| struct dial_target* last |
Definition at line 2009 of file stasis_channels.c.