🚀 New Desktop Feature: Built-In Proxy for Local PBX Connections #25
InnovateAsterisk
announced in
Announcements
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
We are dying to know if this simple (but very cool) patch is working for you guys!
We’ve just introduced a built-in proxy inside the Siperb Desktop App — and it solves a long-standing integration problem for local PBX deployments.
🔎 The Previous Problem
Siperb Softphone connects beautifully to your local PBX when:
But what if your PBX:
Until now… that was a blocker.
✅ The Solution: Built-In Proxy Mode
You can now:
If you choose UDP, TCP, or TLS, the Desktop App will:
👉 The result?
You still get full WebRTC behaviour, even if your PBX doesn’t support WebSockets.
Yes. Still WebRTC. Still modern. Still Siperb.
🔐 Security Notes (Important)
We believe this is acceptable for LAN deployments — but we do not recommend using UDP/TCP on public networks.
🖥 Firewall / Port Reminder
Because the app starts a local WebSocket server:
If the port is blocked, the softphone won’t be able to connect back to itself.
🎙 About Media (Read Carefully)
Signalling is handled via the new proxy.
But media?
Media is still transmitted:
This means your PBX must accept WebRTC media.
For Asterisk, you can simply enable:
Media negotiation still requires proper WebRTC support on the server side.
We are working on improving media flexibility — but signalling was the first major hurdle to remove.
Beta Was this translation helpful? Give feedback.
All reactions