Skip to content

Releases: emiago/diago

v0.28.0 - Call Control/Mixing

12 Mar 21:03

Choose a tag to compare

Highlights 🚀

What's Changed

  • fix(media): skip SRTP encryption when remote peer has no crypto by @HectorMalot in #130
  • fix for DTMF events handling #133

New Contributors

Full Changelog: v0.27.0...v0.28.0

v0.27.0

08 Feb 22:11

Choose a tag to compare

Highlights

  • REINVITE handling corrected for Empty SDP and Late offer #124 .
  • REFER Support now corrected and with better control for client and server. OnRefer ReferOptions . NOTE: more changes here can happen as we do move to handle more corner cases. Best to check Tests in repo how to work with this.
  • Update to SIPGO v1.2.0
  • DTLS example

Full Changelog: v0.26.3...v0.27.0

v0.26.3

03 Feb 22:02

Choose a tag to compare

Full Changelog: v0.26.2...v0.26.3

Highlights

  • Work on REINVITES and empty REINVITES.
  • Fixed session SDP id and version changes.

v0.26.0 - SRTP DTLS support

27 Jan 08:41

Choose a tag to compare

Highlights

  • SRTP DTLS support added (Tested with simple scenarios). For more secure media that uses own TLS exchange over UDP
  • diago.Transport exposes MediaDTLSConf

Full Changelog: v0.25.0...v0.26.0

v0.25.0

15 Jan 19:54

Choose a tag to compare

Highlights

  • New Simpler Logo -> icon
  • Upgrade to v1.1.0 SIPGO that has now more optimized parser.

Full Changelog: v0.24.0...v0.25.0

v0.24.0

05 Jan 21:44

Choose a tag to compare

Full Changelog: v0.23.1...v0.24.0

v0.23.0

03 Dec 22:32

Choose a tag to compare

Highlights

  • IPV6 SIP and media fixes
  • RTP Symetric and Source locking support (Still experimental). Check global vars like media.RTPSourceLock media.RTPNAT...

Full Changelog: v0.22.0...v0.23.0

v0.22.0

27 Nov 22:00

Choose a tag to compare

What's Changed

  • Allow to specify 'tag' parameter in INVITE requests by @Noksa in #107
  • Media IPV6 is now also generated with updates SIPgo IPV6 support. This now makes diago IPV6 compatible

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.0

01 Nov 14:19

Choose a tag to compare

Highlights

  • ringtone and beep tones built in for playback
  • latest sipgo release
  • register is now checking response codes to determine when to stop registration. This was previously required by client. For more customization users should build register transaction and run each step instead just calling Register API.
  • contact header is automatically populated for transport connection unless Serve is called. Useful for clients who act only as UAC.

Full Changelog: v0.20.0...v0.21.0

v0.20.0

30 Sep 17:01

Choose a tag to compare

Highlights

Brings more stability and uses latest sipgo changes or SIP dialog setups.

Full Changelog: v0.19.0...v0.20.0