Skip to content

Releases: emiago/sipgo

v0.7.0

01 Jan 20:40

Choose a tag to compare

Adding TLS support.
There are API changes for server:

  • Instead srv.Listen() + srv.Serve() this is now merged into single function srv.ListenAndServe() that needs explicit call (Similar like http package)
  • For TLS srv.ListenAndServeTLS() is added.

For now simple TLS call is tested

v0.6.0

21 Dec 20:36

Choose a tag to compare

Module path is fixed to emiago/sipgo
usage go get -u github.com/emiago/sipgo

v0.5.0

21 Dec 19:48

Choose a tag to compare

Adding websocket support.

v0.4.0

08 Oct 06:51

Choose a tag to compare

v0.4.0 Pre-release
Pre-release
  • Spliting client and server to make easier maintaining uac uas
  • Proxy is build with combination of client and server handle.
  • IN proxy case UserAgent structure must be shared with server and client handle

v0.3.0

28 Sep 20:18

Choose a tag to compare

v0.3.0 Pre-release
Pre-release
  • Dialog support (simple approach)
  • Improved docs

v0.2.0

28 Aug 22:29

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

TCP support added.
Wrapping some Transport layer functions.