https://github.com/sip3io/sip3-salto-ce
SIP3 Salto (Community Edition)
https://github.com/sip3io/sip3-salto-ce
monitoring rtcp rtp sip troubleshooting voip
Last synced: about 2 months ago
JSON representation
SIP3 Salto (Community Edition)
- Host: GitHub
- URL: https://github.com/sip3io/sip3-salto-ce
- Owner: sip3io
- License: apache-2.0
- Created: 2019-10-03T13:47:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T14:33:00.000Z (3 months ago)
- Last Synced: 2025-04-02T02:22:27.450Z (about 2 months ago)
- Topics: monitoring, rtcp, rtp, sip, troubleshooting, voip
- Language: Kotlin
- Size: 1.5 MB
- Stars: 77
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SIP3 Salto CE #
**SIP3 Salto** is the beating heart of the SIP3 platform - scalable and high performance event driven pipeline (based on
Vert.x project which implements multi-reactor pattern) capable to send useful payload to various components and
integration endpoints.## 1. Prerequsites
Before starting with `sip3-salto-ce`, make sure you have installed:
* [Docker](https://docs.docker.com/get-docker/)
* [Maven](https://maven.apache.org/install.html)
* [sip3-parent](https://github.com/sip3io/sip3-parent)
* [sip3-commons](https://github.com/sip3io/sip3-commons)## 2. Building
To build `sip3-salto-ce` executable jar run the following command:
```
mvn clean package -P executable-jar
```## 3. Documentation
The entire SIP3 Documentation including `Installation Guide`, `Features`, `Tutorials`
and `Realease Notes` can be found [here](https://sip3.io/docs/InstallationGuide.html).## 4. Support
If you have a question about SIP3, just leave us a message in our
community [Slack](https://join.slack.com/t/sip3-community/shared_invite/enQtOTIyMjg3NDI0MjU3LWUwYzhlOTFhODYxMTEwNjllYjZjNzc1M2NmM2EyNDM0ZjJmNTVkOTg1MGQ3YmFmNWU5NjlhOGI3MWU1MzUwMjE)
and [Telegram](https://t.me/sip3io), or send us an [email](mailto:[email protected]). We will be happy to help you.