Remove remnant of snapshot blob JSON types

Remove usage of the once-mandatory snapshot blob type field, refactor
confbridge stasis messages accordingly, and remove
ast_bridge_blob_json_type().

Review: https://reviewboard.asterisk.org/r/2575/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390250 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kinsey Moore
2013-05-31 12:41:10 +00:00
parent e1bff7958a
commit 39d5e40cd5
5 changed files with 320 additions and 105 deletions

View File

@@ -181,19 +181,6 @@ struct stasis_message *ast_bridge_blob_create(struct stasis_message_type *type,
struct ast_channel *chan,
struct ast_json *blob);
/*!
* \since 12
* \brief Extracts the type field from a \ref ast_bridge_blob.
*
* Returned \c char* is still owned by \a obj
*
* \param obj Channel blob object.
*
* \retval Type field value from the blob.
* \retval \c NULL on error.
*/
const char *ast_bridge_blob_json_type(struct ast_bridge_blob *obj);
/*!
* \since 12
* \brief Publish a bridge channel enter event