summaryrefslogtreecommitdiff
path: root/include/asterisk/features.h
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2013-06-28 19:19:15 +0000
committerJonathan Rose <jrose@digium.com>2013-06-28 19:19:15 +0000
commit84395ff04239e3864b1e1cee69b87690a235477a (patch)
tree58cf5888ae7ceced8272178c48b025e5533d23ed /include/asterisk/features.h
parent3aa6e93d8f4df5e31033a6799a0de666462764c2 (diff)
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
Diffstat (limited to 'include/asterisk/features.h')
-rw-r--r--include/asterisk/features.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asterisk/features.h b/include/asterisk/features.h
index b3f5e6c74..162a7fc37 100644
--- a/include/asterisk/features.h
+++ b/include/asterisk/features.h
@@ -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);