Go Sip Ua Versions Save

Go SIP UA library for client/b2bua

v1.1.6

2 years ago
  • 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

2 years ago

Expose local/remote uri.

v1.1.4

2 years ago
  • Add InviteWithContext for UserAgent.
  • Add disable-auth mode for b2bua.

v1.1.3

2 years ago

update

v1.1.2

3 years ago
  • Store Transaction after 4xx.
  • Improve log system.

v1.1.1

3 years ago
  • Update.
  • Improve the RegisterStateHandler process.

v1.1.0

3 years ago
  • fixed bugs.

v1.0.6

3 years ago
  • Move UserAgent setting to SipStack, and add original recipient to session.makeRequest.

v1.0.5

3 years ago
  • Fixed bug in the register, and bump version for gosip.

v1.0.4

3 years ago
  • Cancel register-refresh goroutine after un-registered.