mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-06 13:07:21 +00:00
features: call pickup stasis refactoring
(issue ASTERISK-21544) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2588/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -232,6 +232,15 @@ int ast_pickup_call(struct ast_channel *chan);
|
||||
*/
|
||||
int ast_do_pickup(struct ast_channel *chan, struct ast_channel *target);
|
||||
|
||||
/*!
|
||||
* \brief accessor for call pickup message type
|
||||
* \since 12.0.0
|
||||
*
|
||||
* \retval pointer to the stasis message type
|
||||
* \retval NULL if not initialized
|
||||
*/
|
||||
struct stasis_message_type *ast_call_pickup_type(void);
|
||||
|
||||
/*! \brief Reload call features from features.conf */
|
||||
int ast_features_reload(void);
|
||||
|
||||
|
Reference in New Issue
Block a user