Skip to content

Releases: emiago/gophone

v1.5.0

04 Jan 19:07
Compare
Choose a tag to compare

Highlight:

  • Adding Opus linux amd64 build, for anyone who wants to try gophone with opus codec. If needed other platform will be added.
  • Fixes MacOS arm64 build. Was broken as it had broken dependency build #7
  • Adds -audio_formats flag to control codec support. When opus enabled it needs to be explicitily added. More info on readme

v1.4.2

05 Dec 21:25
Compare
Choose a tag to compare

LINUX arm64 build ADDED! #6

  • Small fix arround dial where IPV6 was preffered in case of dialing FQDN

v1.4.1

01 Dec 19:42
eccbcf3
Compare
Choose a tag to compare

Smaller fixes found from new diago usage

  • Unregister deadlock removed
  • Passing transport IP to avoid unspecified IP in via
  • small fixes

v1.4.0 (Diago rewrite)

24 Nov 21:35
eccbcf3
Compare
Choose a tag to compare

gophone is now rewritten with diago library underhood for all actions.

More on this release:

  • Handle REFER (Blindtransfer) more correctly per RFC with NOTIFY
  • Better NAT handling with newer fixes on libs like rport, sending request on source port instead contact. (Check -rewrite_contact flag)
  • Media RTP/RTCP and media updates is now more better handled
  • Loading transcription model is now on beginning to make sure that it can load into memory
  • TLS key, crt can be passed via GOPHONE_TLS_KEY and GOPHONE_TLS_CRT files

v1.3.0

19 Jun 21:57
Compare
Choose a tag to compare

New media reporting. Total redone!
Using now RTCP to report media quality + RTP as summary.

Dial media update support added. In case media path (SDP INVITE update) change, media should continue to flow

v1.2.0

08 May 19:40
Compare
Choose a tag to compare
  • transfer and interactive mode support

v1.1.1

13 Apr 19:26
8fa422e
Compare
Choose a tag to compare

Fixed macos build

v1.1.0

07 Apr 17:03
Compare
Choose a tag to compare
  • Added macos arm64 binary (Not tested)
  • dns_srv option added for doing SRV lookups first.
  • updated to latest sipgo and sipgox

v1.0.0

20 Mar 22:51
Compare
Choose a tag to compare

gophone new clean release with support for linux and windows