Everything your business needs to talk to customers — phone numbers, call queues, CRM, AI bots. One app, open source.
Astradial is an open-source phone system for businesses. It handles call routing, CRM, AI voice bots, and automation — all in one app you can self-host with Docker.
- Phone number management — buy numbers from marketplace or bring your own SIP trunk
- Call routing — route calls to extensions, queues, IVR menus, AI bots, or external numbers
- Call queues — ring groups with agent management and music on hold
- Mini CRM — clients, leads pipeline, deals pipeline, custom fields
- AI voice bots — connect calls to AI agents via WebSocket (OpenAI, Deepgram, etc.)
- Tickets — auto-created from missed calls, bot interactions, queue timeouts
- Workflow automation — visual builder for automated actions
- API & webhooks — click-to-call, originate-to-AI, call management APIs
- Role-based access — owner, admin, manager, agent with granular permissions
- Call recording — with consent modes (announcement, opt-in, opt-out)
- Mobile responsive — works on desktop, tablet, and phone
git clone https://github.com/astradial/astradial
cd astradial
./setup.shThe setup script asks:
- Your admin email and password
- Whether you're on Linux/VPS or Mac/Windows
Linux/VPS: Full setup — Asterisk runs in Docker. Create extensions, make calls, everything works.
Mac/Windows: Uses Astradial Cloud for SIP. Email [email protected] for free SIP credentials (1 phone number, 1 extension, 30 days). Everything else runs locally — CRM, dashboard, API, workflows.
Then:
- Open http://localhost:3001 → Admin tab → login
- Create an organisation → enter it
- Explore: Users, CRM, Calls, Phone Numbers, Queues
Connect any SIP provider — Twilio, Telnyx, VoIP.ms, or your local telco.
Go to Trunks → Add your provider credentials → Add your DIDs → Configure routing → Deploy.
Sign up at astradial.com. Buy Indian phone numbers from the marketplace. No infrastructure to manage.
Get a free Indian DID with 1 channel for 30 days. Sign up at astradial.com/developers.
# Add your developer credentials to .env
ASTRADIAL_MODE=developer
ASTRADIAL_TRUNK_HOST=pbx.astradial.com
ASTRADIAL_TRUNK_USER=dev_your_username
ASTRADIAL_TRUNK_PASS=your_password
docker compose upCall your assigned number from any phone — it rings in your local setup.
┌────────────┐ ┌────────────┐ ┌────────────┐
│ Editor │────►│ API │────►│ Asterisk │
│ (Next.js) │ │ (Node.js) │ │ (PBX) │
│ port 3001 │ │ port 8000 │ │ port 5060 │
└────────────┘ └─────┬──────┘ └────────────┘
│
┌─────┴──────┐
│ │
┌────▼───┐ ┌────▼────┐
│MariaDB │ │ Redis │
│ 3306 │ │ 6379 │
└────────┘ └─────────┘
- Frontend: Next.js 16, React 19, TypeScript, shadcn/ui, Tailwind CSS
- Backend: Node.js, Express, Sequelize ORM
- PBX: Asterisk 20 (PJSIP)
- Database: MariaDB 11
- Cache: Redis 7
- Drag-drop: dnd-kit
See CONTRIBUTING.md.
- 💬 WhatsApp Group — chat with contributors and maintainers
- GitHub Discussions
- Documentation
- Email: [email protected]