Skip to content

Releases: cloudwebrtc/go-sip-ua

v1.1.6

24 Jan 07:54
cc7be03
Compare
Choose a tag to compare
  • Fix bugs on contact header
  • Fix calcResponse nc error
  • Handle branches and reinvites properly
  • fix: Use sip.Message instead of sip.Request for GetBranchID
  • Add Record-Route support

v1.1.5

07 Nov 02:04
Compare
Choose a tag to compare

Expose local/remote uri.

v1.1.4

10 Aug 09:00
Compare
Choose a tag to compare
  • Add InviteWithContext for UserAgent.
  • Add disable-auth mode for b2bua.

v1.1.3

20 Jun 08:02
8c2eb3d
Compare
Choose a tag to compare

update

v1.1.2

04 Apr 23:24
Compare
Choose a tag to compare
  • Store Transaction after 4xx.
  • Improve log system.

v1.1.1

31 Mar 02:22
Compare
Choose a tag to compare
  • Update.
  • Improve the RegisterStateHandler process.

v1.1.0

30 Mar 13:44
Compare
Choose a tag to compare
  • fixed bugs.

v1.0.6

30 Mar 00:47
Compare
Choose a tag to compare
  • Move UserAgent setting to SipStack, and add original recipient to session.makeRequest.

v1.0.5

24 Mar 02:03
38f3316
Compare
Choose a tag to compare
  • Fixed bug in the register, and bump version for gosip.

v1.0.4

20 Mar 01:43
Compare
Choose a tag to compare
  • Cancel register-refresh goroutine after un-registered.