https://github.com/ghettovoice/gosip
SIP in Go
https://github.com/ghettovoice/gosip
golang hacktoberfest sip
Last synced: about 1 month ago
JSON representation
SIP in Go
- Host: GitHub
- URL: https://github.com/ghettovoice/gosip
- Owner: ghettovoice
- License: bsd-2-clause
- Created: 2017-11-19T17:46:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T09:10:45.000Z (about 1 month ago)
- Last Synced: 2025-05-12T10:28:30.490Z (about 1 month ago)
- Topics: golang, hacktoberfest, sip
- Language: Go
- Homepage:
- Size: 1.08 MB
- Stars: 474
- Watchers: 23
- Forks: 95
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gosip
> SIP stack in Go ([RFC 3261](https://tools.ietf.org/html/rfc3261))
[](https://travis-ci.org/ghettovoice/gosip)
[](https://coveralls.io/github/ghettovoice/gosip?branch=master)## PROJECT IS UNDER DEVELOPMENT
Inspired by:
- [gossip](https://github.com/StefanKopieczek/gossip)
- [go-sip](https://github.com/1lann/go-sip)
- [sip.js](https://github.com/kirm/sip.js)