v0.7.1 release notes (#26)

This commit is contained in:
Dave Horton
2022-01-03 08:32:01 -05:00
committed by GitHub
parent 9b3305ef80
commit 50efdfd3aa
2 changed files with 22 additions and 0 deletions
+3
View File
@@ -109,6 +109,9 @@ navi:
path: release-notes
title: Release Notes
pages:
-
path: v0.7.1
title: v0.7.1
-
path: v0.7.0
title: v0.7.0
+19
View File
@@ -0,0 +1,19 @@
# Release v0.7.1
> Release Date: Dec 29, 2021
#### New Features
- default options ping interval to 30s, with env override if desired.
- `dial` supports an `overideTo` property in the target array, which sets a To header on the outbound INVITE to a sip uri which can be different than the called number
#### Bug fixes
- Microsoft speech library was not installed properly
- add SIGTERM and SIGUSR2 signal handers to remove feature server from redis set of active servers
- lookupAppByPhoneNumber: pass voip_carrier_sid if available
- support looking up application by regex in addition to exact phone number match
- use of tag resulted in redis insert failures
- support dialing numbers less than 8 digits via SIP trunks since a voip_carrier may handle calls that are not actually routed to the PSTN (e.g. PBX)
#### Availability
- Available now on <a href="https://aws.amazon.com/marketplace/pp/prodview-55wp45fowbovo" target="_blank" >AWS Marketplace</a>
**Questions?** Contact us at <a href="mailto:support@jambonz.org">support@jambonz.org</a>