]> 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)
committerSven Kube <mail@sven-kube.de>
Mon, 18 Aug 2025 16:29:45 +0000 (16:29 +0000)
commitf9ab56b1d85745a3ed15cda43d808e394990ff50
tree4d41e6bc3d3cb906c0cf8e1c68c0f0fbbd40fd26
parent71a748363d0ce98955480da29d80f337e3f13839
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