
Data Fields | |
| int | target_held |
| struct ast_party_connected_line | target_id |
| int | transferee_held |
| struct ast_party_connected_line | transferee_id |
Transfer masquerade connected line exchange data.
| int target_held |
TRUE if the target call is held. (Masquerade original channel)
Definition at line 5924 of file channel.c.
Referenced by ast_channel_transfer_masquerade(), and masquerade_colp_transfer().
New ID for the target of the transfer (Masquerade original channel)
Definition at line 5920 of file channel.c.
Referenced by xfer_ds_destroy(), ast_channel_transfer_masquerade(), and masquerade_colp_transfer().
| int transferee_held |
TRUE if the transferee call is held. (Masquerade clone channel)
Definition at line 5926 of file channel.c.
Referenced by ast_channel_transfer_masquerade(), and ast_do_masquerade().
New ID for the transferee of the transfer (Masquerade clone channel)
Definition at line 5922 of file channel.c.
Referenced by xfer_ds_destroy(), ast_channel_transfer_masquerade(), and masquerade_colp_transfer().