routr
routr copied to clipboard
⚡ The future of programmable SIP servers.
Hello everyone. This is Breiner. I'm working in a Asterisk project and I need to deploy it in a Kubernetes cluster. I have good skils with VoIP and Kubernetes, but...
Hi! I tried to create an Agent with the API endpoint `agents` with a post request, with the data being: ``` { "apiVersion": "v1beta1", "kind": "Agent", "metadata": { "name": "John...
After installing it on Debian 11 via command `sudo snap install routr-server --candidate` the services failed to start: ``` $ systemctl status snap.routr-server.routr-server.service ● snap.routr-server.routr-server.service - Service for snap application...
Hi, team Can you provide a detailed installation tutorial for centos 7 or Debian 10 The installation has been a failure and is not available for novices,
Thank your for the amazing project! It would be awesome if you could provide multi-arch images specifically for armv7/arm64 variants that could work on ARM clusters (e.g. a k3s cluster...
**Is your feature request related to a problem? Please describe.** We currently support the TLS and WSS protocols, but DTLS is not yet supported. It's essential to add DTLS support...
### Is your feature request related to a problem? We currently support secure transport for inbound requests. However, as the Requester service doesn’t support secure transport, we are unable to...
### Is your feature request related to a problem? Research and validate methods to enhance ACL's resilience to spoofing ### Describe the solution you'd like NA ### Describe alternatives you've...
### Is your feature request related to a problem? Current authentication methods are not interoperable with standards in RFC 8760, limiting system integration capabilities. ### Describe the solution you'd like...
### What happened? Routr is not following the protocol specified in Section "10.3 Processing REGISTER Requests" of RFC3261. It's incorrectly handling the "expires" parameter from the Contact header, which should...