From 21c0283b7882eae035bca8def02c283720445701 Mon Sep 17 00:00:00 2001 From: Thomas Sevestre Date: Fri, 25 Aug 2017 13:19:00 +0000 Subject: features, manager : Add CancelAtxfer AMI action Add action to cancel feature attended transfer with AMI interface ASTERISK-27215 #close Change-Id: Iab8a81362b5a1757e2608f70b014ef863200cb42 --- include/asterisk/features_config.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'include/asterisk/features_config.h') 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 @@ -116,6 +116,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 */ -- cgit v1.2.3