]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ARI: Add command to indicate progress to a channel
authorSven Kube <mail@sven-kube.de>
Wed, 30 Jul 2025 12:24:07 +0000 (14:24 +0200)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 18 Aug 2025 16:29:53 +0000 (16:29 +0000)
commitf0ac136a8b241a7b811c97e02b726fcc8d6def25
tree9aba6f0583702706f0402a15cf6f8c37263cfd3b
parentdc8e3eeaaf094a3d16991289934093d5e7127680
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.
include/asterisk/stasis_app.h
res/ari/resource_channels.c
res/ari/resource_channels.h
res/res_ari_channels.c
res/stasis/control.c
rest-api/api-docs/channels.json