]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 10 Sep 2025 19:53:00 +0000 (19:53 +0000)
commitd8dd7e3c85b559b50b37ca9eeba6fcc9262dea54
treebc22b2f76475519bdc1eaf038309919a13b9f288
parent7255de7cd701f66f25be07204cb56d488d003652
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.
(cherry picked from commit a0b36f809998f6ae15f01dc7193858f8c2e56faa)
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