https://github.com/cycoresystems/go-kamailio
Golang kamailio utilities
https://github.com/cycoresystems/go-kamailio
Last synced: 9 months ago
JSON representation
Golang kamailio utilities
- Host: GitHub
- URL: https://github.com/cycoresystems/go-kamailio
- Owner: CyCoreSystems
- License: apache-2.0
- Created: 2015-04-10T22:37:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T04:42:54.000Z (about 5 years ago)
- Last Synced: 2025-04-05T17:12:50.139Z (about 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-kamailio
A simple package for interacting with Kamailio's binrpc system. Eventually, we
should expand this to support kamailio's other RPC mechanisms and perhaps some
generalized tooling.
## Other kamailio-related Go projects
* [CyCoreSystems/asterisk-k8s-demo](https://github.com/CyCoreSystems/asterisk-k8s-demo):
a complete demonstration system using Asterisk, Kamailio, ARI, and scaling
on kubernetes
* [CyCoreSystems/dispatchers](https://github.com/CyCoreSystems/dispatchers):
an app which synchronizes kamailio's dispatcher list with a number of
Kubernetes Service Endpoints. It also includes an API service for verifying
connections from those endpoints.
* [CyCoreSystems/kamconfig](https://github.com/CyCoreSystems/kamconfig): a
dynamic configuration templating system for running kamailio inside
kubernetes.