[svn-commits] mmichelson: trunk r393463 - /trunk/include/asterisk/stasis_bridging.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 2 13:28:18 CDT 2013


Author: mmichelson
Date: Tue Jul  2 13:28:16 2013
New Revision: 393463

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393463
Log:
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.


Modified:
    trunk/include/asterisk/stasis_bridging.h

Modified: trunk/include/asterisk/stasis_bridging.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/stasis_bridging.h?view=diff&rev=393463&r1=393462&r2=393463
==============================================================================
--- trunk/include/asterisk/stasis_bridging.h (original)
+++ trunk/include/asterisk/stasis_bridging.h Tue Jul  2 13:28:16 2013
@@ -228,24 +228,6 @@
 };
 
 /*!
- * \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
  * \brief Message type for \ref ast_blind_transfer_message.
  *




More information about the svn-commits mailing list