mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 23:38:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user