Releases: dev0miky/SIP-Proxy
Releases · dev0miky/SIP-Proxy
v0.1.0 — first public release
First tagged release of sip-proxy.
Stack
- Kamailio 5.8 (KEMI Lua routing)
- Asterisk 18 (pjsip + echo + outbound trunk)
- MariaDB 11 (Kamailio subscriber + location)
- Homer 7 + heplify-server + PostgreSQL 15 (SIP capture / ladder diagrams)
- React + FastAPI admin panel (users, registrations, DID map, trunk, calls, history, health)
- Caddy + fail2ban + pike rate-limiting on the
prodcompose profile
Run it
cp .env.example .env
make up
make wait
Then point a softphone at localhost:5060 as alice / 1234, dial 9196 for echo.
For deploying to a public VPS (HTTPS panel, fail2ban, NAT-aware Asterisk), see docs/deploy.md.