The AVR App is the official administration panel for Agent Voice Response.
It allows you to design, configure, deploy, and manage AI voice agents connected to Asterisk using a modern web interface.
The AVR App stack includes:
All services are orchestrated via Docker Compose.
Clone the repository:
git clone https://github.com/agentvoiceresponse/avr-infra.git
cd avr-infra
Start the stack:
docker compose -f docker-compose-app.yml up -d
| Service | URL |
|---|---|
| AVR App | http://avr.localhost |
| Backend API | http://api.localhost |
| Traefik Dashboard | http://localhost:8080 |
Open:
Default credentials:
https://demo.app.agentvoiceresponse.com/login
Viewer account:
The AVR App provides a production-like environment locally and is the foundation for scalable conversational AI voice systems.