mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 23:28:59 +00:00
* Move ast_bridge_channel_setup_features() into bridge_basic.c.
* Made application map hooks be removed on a basic bridge personality change. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -104,17 +104,6 @@ int ast_bridge_features_ds_set(struct ast_channel *chan, struct ast_flags *flags
|
||||
*/
|
||||
int ast_bridge_features_ds_append(struct ast_channel *chan, struct ast_flags *flags);
|
||||
|
||||
/*!
|
||||
* \brief Setup DTMF feature hooks using the channel features datastore property.
|
||||
* \since 12.0.0
|
||||
*
|
||||
* \param bridge_channel What to setup DTMF features on.
|
||||
*
|
||||
* \retval 0 on success.
|
||||
* \retval -1 on error.
|
||||
*/
|
||||
int ast_bridge_channel_setup_features(struct ast_bridge_channel *bridge_channel);
|
||||
|
||||
/*! \brief Bridge basic class virtual method table. */
|
||||
extern struct ast_bridge_methods ast_bridge_basic_v_table;
|
||||
|
||||
|
Reference in New Issue
Block a user