https://github.com/dialpad/gossip
SIP stack in Golang
https://github.com/dialpad/gossip
Last synced: 5 months ago
JSON representation
SIP stack in Golang
- Host: GitHub
- URL: https://github.com/dialpad/gossip
- Owner: dialpad
- License: lgpl-2.1
- Fork: true (StefanKopieczek/gossip)
- Created: 2016-04-12T15:39:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T22:35:12.000Z (almost 2 years ago)
- Last Synced: 2024-08-07T02:04:43.384Z (almost 2 years ago)
- Language: Go
- Size: 326 KB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gossip
======
SIP stack in Golang, for use by stateful SIP UAs, whether client, server, or proxy.
Project status
--------------
**Version: V0.2**
Gossip is now capable of basic SIP 2.0 transactions over UDP and TCP and has been live tested with real softphones.
It is still missing some compatibility features, isn't well tested and has a few known bugs.
**APIs will change without warning until V1.0.**
This readme will be updated as work progresses.