From 2857c960b1d6e88c063555a366747039c948dc51 Mon Sep 17 00:00:00 2001 From: kharwell Date: Mon, 14 Mar 2022 10:16:17 -0500 Subject: [PATCH] Update README.md Added a "work in progress" note as Asterisk code is still being reviewed. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 05207d9..b6b42b7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Work in progress +Note, the Asterisk side code for this is still [under review](https://gerrit.asterisk.org/c/asterisk/+/17330) and has not yet merged. If you'd like to test things out you'll need to download the patch from the [review](https://gerrit.asterisk.org/c/asterisk/+/17330), apply it to the Asterisk master branch, and then rebuild Asterisk and reinstall in order for things to work. + # Asterisk External Speech to Text application This package contains an example Node.js program that uses the [Asterisk External Application Protocol](https://wiki.asterisk.org/wiki/display/AST/Asterisk+External+Application+Protocol) (AEAP) to facilitate external speech to text translation in Asterisk.