final 0.7.7 release notes (#48)

This commit is contained in:
Dave Horton
2022-11-05 11:44:49 -04:00
committed by GitHub
parent 1fc30e4b8f
commit 653b71501b
2 changed files with 8 additions and 5 deletions

View File

@@ -2,15 +2,17 @@
> Release Date: Oct 11, 2022
#### New Features
- Add support for Azure custom speech model (STT)
- Add call limiting by service provider and account
- Added support for seekOffset and actionHook to play verb
- Adds support for Azure custom speech model (STT)
- Adds call limiting by service provider and account
- Adds support for seekOffset and actionHook to play verb
- Adds support for receiving [Five9 VoiceStream](https://www.five9.com/news/news-releases/five9-announces-five9-voicestream) calls
- Include custom header X-Application-Sid to make it available to cdrs
- Added call_termination_by on app call status
- Add api to retrieve RecentCalls and Alerts by Service Provider
- Introduce sbc-sip-sidecar app; deprecate sbc-registrar and sbc-options-handler
- Obscure api key in portal
- Add fields to db for outbound register customization (from user, from domain, whether to use public ip or sip realm in contact)
- New option to specify user or host part of From header on dial verb
#### Bug fixes
- STT punctuation for google was not working
@@ -21,6 +23,7 @@
- TTS stats for microsoft were not being calculated properly
- unnecessary call to stopTranscription in gather verb when only collecting digits
- rtpengine: inject DMTF flag was inserted multiple times
- loss of audio when moving conference leg to another feature server
#### SQL changes
The following database schema changes were made:
@@ -64,7 +67,7 @@ ALTER TABLE `voip_carriers` ADD COLUMN `register_public_ip_in_contact` BOOLEAN N
#### Availability
- Available shortly on <a href="https://aws.amazon.com/marketplace/pp/prodview-55wp45fowbovo" target="_blank" >AWS Marketplace</a>
- Available now on <a href="https://aws.amazon.com/marketplace/pp/prodview-55wp45fowbovo" target="_blank" >AWS Marketplace</a>
- Deploy to Kubernetes using [this Helm chart](https://github.com/jambonz/helm-charts)
**Questions?** Contact us at <a href="mailto:support@jambonz.org">support@jambonz.org</a>

View File

@@ -1,6 +1,6 @@
# dtmf
The `dtmf` verb generates a string of dtmf digit signals. These are sent as RTP payloads using [RFC 3822](https://datatracker.ietf.org/doc/html/rfc2833).
The `dtmf` verb generates a string of dtmf digit signals. These are sent as RTP payloads using [RFC 2833](https://datatracker.ietf.org/doc/html/rfc2833).
```json
{