]> git.ipfire.org Git - thirdparty/asterisk.git/commit
feat: ARI "ChannelToneDetected" event
authorgibbz00 <gabrielhansson00@gmail.com>
Thu, 18 Jul 2024 10:13:25 +0000 (12:13 +0200)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Thu, 8 Aug 2024 14:18:25 +0000 (14:18 +0000)
commit99a5064a0732d42da2d871d055f5c11c42ca51b9
treeaef17592ea6cbc6ab6dbf55852ebd62b671e8e0b
parent0f67c2696f8f8334b0aaccd632b8d4d40e80c68f
feat: ARI "ChannelToneDetected" event

A stasis event is now produced when using the TONE_DETECT dialplan
function. This event is published over ARI using the ChannelToneDetected
event. This change does not make it available over AMI.

Fixes: #811
UserNote: Setting the TONE_DETECT dialplan function on a channel
in ARI will now cause a ChannelToneDetected ARI event to be raised
when the specified tone is detected.
configs/samples/stasis.conf.sample
include/asterisk/stasis_channels.h
main/stasis.c
main/stasis_channels.c
res/ari/ari_model_validators.c
res/ari/ari_model_validators.h
res/res_tonedetect.c
rest-api/api-docs/events.json