From 3bb2bb8245cc26c2b4f276a9d41444b9f49acae6 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 17 Feb 2022 08:21:04 -0500 Subject: [PATCH] typos (#30) --- markdown/docs/release-notes/v0.7.3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/docs/release-notes/v0.7.3.md b/markdown/docs/release-notes/v0.7.3.md index 5424582..d9583e7 100644 --- a/markdown/docs/release-notes/v0.7.3.md +++ b/markdown/docs/release-notes/v0.7.3.md @@ -6,7 +6,7 @@ - Adds support for voice activity detection to `gather` and `transcribe` verbs: if activated, the connection to the speech recognizer will be delayed until speech has been detected. (In some deployments this can save on costs). - When using the `dial` verb with multiple targets, you can specify different custom headers to be used on a per-target basis. - Adds `overrideTo` property to `dial` verb to allow an outbound call to be placed to a registered user, but provide a different user or extension on the outbound invite. This can be useful for PBXs that register with jambonz under a certain user but can accept calls to a number of different phone numbers or extensions. -- Adds fs_sip_address and api_base_url in webhook payloads; this aids in troubleshooting and can simplfy the coding of webhook apps that also want to use the REST api. +- Adds fs_sip_address and api_base_url in webhook payloads; this aids in troubleshooting and can simplify the coding of webhook apps that also want to use the REST api. - Adds fs_public_ip to webhook payload when running in ec2 autoscale group. #### Bug fixes @@ -16,7 +16,7 @@ - Adds missing Azure regions to jambonz portal for speech credentials. #### Availability -- Available shortly on AWS Marketplace +- Available now on AWS Marketplace - Deploy to Kubernetes using [this Helm chart](https://github.com/jambonz/helm-charts) **Questions?** Contact us at support@jambonz.org \ No newline at end of file