summaryrefslogtreecommitdiff
path: root/include/asterisk/features_config.h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-10-13 07:51:05 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-10-13 07:51:05 -0500
commitcf21116e3f00221b5c7bd33a3fe42a2d3cbe457f (patch)
tree9e07ee395b92026d8fc84d0c425573bdb4e8d35e /include/asterisk/features_config.h
parent06ccb8ce1edda1008ec694f9dc6638679ab6d13a (diff)
parent2a1d7f97d66b53803208aaccadb0052127f743d6 (diff)
Merge "features, manager : Add CancelAtxfer AMI action" into 14
Diffstat (limited to 'include/asterisk/features_config.h')
-rw-r--r--include/asterisk/features_config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/asterisk/features_config.h b/include/asterisk/features_config.h
index baaff183b..1bce50bba 100644
--- a/include/asterisk/features_config.h
+++ b/include/asterisk/features_config.h
@@ -117,6 +117,21 @@ struct ast_features_xfer_config *ast_get_chan_features_xfer_config(struct ast_ch
char *ast_get_chan_features_xferfailsound(struct ast_channel *chan);
/*!
+ * \brief Get the transfer configuration option atxferabort
+ *
+ * \note The channel should be locked before calling this function.
+ * \note The returned value has to be freed.
+ *
+ * If no channel is provided, then option is pulled from the global
+ * transfer configuration.
+ *
+ * \param chan The channel to get configuration options for
+ * \retval NULL Failed to get configuration
+ * \retval non-NULL The atxferabort
+ */
+char *ast_get_chan_features_atxferabort(struct ast_channel *chan);
+
+/*!
* \brief Configuration relating to call pickup
*/
struct ast_features_pickup_config {