release notes (#68)

This commit is contained in:
Dave Horton
2023-05-29 10:50:45 -04:00
committed by GitHub
parent 16d3b23106
commit 6f06ae468d

View File

@@ -1,5 +1,26 @@
# Release v0.8.3-1
#### Info
- Release Date: May 29, 2023.
- Deployed in Helm chart release 0.1.28
#### New Features
- [Additional routing logic](https://github.com/jambonz/sbc-outbound/issues/85) for outbound calls. Default to sending calls out the same carrier that delivered the associated inbound call if no other instructions are provided.
- List phone numbers in sorted order in portal
- Show seconds in Recent calls in portal
#### Bug fixes
- Fix intermittent bug where downloaded pcap file is empty
- Fix pause/resume commands for siprec client sessions
- Fix for carrier selection on dial based on calling number
- Handle missing callerId property for anonymous calls
#### SQL changes
None.
# Release v0.8.3
> Release Date: May 15, 2023
#### Info
- Release Date: May 15, 2023
- Deployed in Helm chart release 0.1.28
#### New Features
- When creating an outbound sip gateway you can additionally specify transport protocol (udp, tcp, tls, tls/srtp); previously only udp was supported [#166](https://github.com/jambonz/jambonz-api-server/pull/166), [#82](https://github.com/jambonz/sbc-outbound/pull/82), [#83](https://github.com/jambonz/sbc-outbound/pull/83)