SIP Proxies have changed very little in the last decade, but the environment they operate in has changed drastically. One of our goals is to develop a pipeline SIP proxy allowing you to, in your own code:
- Receive and Serialize SIP Messages
- Pull those messages of a channel
- Do whatever processing you want (however you want)
- Handle Directionality and Proxy Compliant Message Handling
- Hand off messages to remote server
Cloud Native
The goal is to have a cloud-native SIP compliant proxy (Messaging only to start with) that can be implemented simply, but extensible in your own code however you choose.
Pure Code
Unlike other proxies such as OpenSIPs that have parsed configuration files, this entire implementation is :
- Testable
- Pure Code
- VCS Storable
This means you're programming just like any other language, but specifically handling SIP messages like a boss.