mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 18:40:46 +00:00
Remove unused blind transfer publication structure.
I ended up using a bridge blob, so this structure was unused. Keeping it in the header would just cause confusion. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393463 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -227,24 +227,6 @@ struct ast_bridge_channel_pair {
|
|||||||
struct ast_channel *channel;
|
struct ast_channel *channel;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*!
|
|
||||||
* \brief Message representing blind transfer
|
|
||||||
*/
|
|
||||||
struct ast_blind_transfer_message {
|
|
||||||
AST_DECLARE_STRING_FIELDS(
|
|
||||||
/*! The destination context for the blind transfer */
|
|
||||||
AST_STRING_FIELD(context);
|
|
||||||
/*! The destination extension for the blind transfer */
|
|
||||||
AST_STRING_FIELD(exten);
|
|
||||||
);
|
|
||||||
/*! Result of the blind transfer */
|
|
||||||
enum ast_transfer_result result;
|
|
||||||
/*! If 0, was core DTMF transfer, otherwise occurred externally*/
|
|
||||||
int is_external;
|
|
||||||
/*! The transferer and its bridge before starting the transfer*/
|
|
||||||
struct ast_bridge_channel_snapshot_pair transferer;
|
|
||||||
};
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \since 12
|
* \since 12
|
||||||
* \brief Message type for \ref ast_blind_transfer_message.
|
* \brief Message type for \ref ast_blind_transfer_message.
|
||||||
|
Reference in New Issue
Block a user