mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "features, manager : Add CancelAtxfer AMI action" into 13
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user