Post #2854298
2025-08-15 02:20 UTC
I was today years old when I learned about #Asterisk's TALK_DETECT() function.
Enable it in your dialplan (with `Set(TALK_DETECT(set)=)`, and you'll get AMI/ARI events whenever Asterisk detects a transition between silence and talking (or vice versa) on a channel.
More info here: https://docs.asterisk.org/Asterisk_23_Documentation/API_Documentation/Dialplan_Functions/TALK_DETECT/
#VoIP
Replies (1)
-
@danv8086@newforest.social 2025-08-15 02:23
@josh@social.joshanders.com FreeSwitch has this feature too, they call it Voice Activity Detection on that PBX software.