ARI: Add command to indicate progress to a channel

Adds an ARI command to send a progress indication to a channel.

DeveloperNote: A new ARI endpoint is available at `/channels/{channelId}/progress` to indicate progress to a channel.
This commit is contained in:
Sven Kube
2025-07-30 14:24:07 +02:00
parent 8bfa3be27f
commit 71b538e79f
6 changed files with 172 additions and 2 deletions

View File

@@ -568,6 +568,16 @@ int stasis_app_control_ring(struct stasis_app_control *control);
*/
int stasis_app_control_ring_stop(struct stasis_app_control *control);
/*!
* \brief Indicate progress to the channel associated with this control.
*
* \param control Control for \c res_stasis.
*
* \return 0 for success.
* \return -1 for error.
*/
int stasis_app_control_progress(struct stasis_app_control *control);
/*!
* \brief Send DTMF to the channel associated with this control.
*