Telentir AI agents deliver seamless customer engagement through human-like dialogue and full task automation.
Leverages conversational pathways and task logic to automatically optimize call timing, flow, and intent.
version: '3.9'
services:
db:
image: postgres:15
container_name: db
restart: always
environment:
POSTGRES_USER: ${DB_USER}
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_DB: ${DB_NAME}
volumes:
- db_data:/var/lib/postgresql/data
networks:
- telentir-network
web:
image: telentir/web-app:latest
container_name: web
depends_on:
- db
environment:
CONNECTION_STRING: postgres://${DB_USER}:${DB_PASSWORD}@db:5432/${DB_NAME}
LICENSE_KEY: ${LICENSE_KEY}
ports:
- "3000:3000"
networks:
- telentir-network
models:
image: telentir/models-service:latest
container_name: models
depends_on:
- db
environment:
CONNECTION_STRING: postgres://${DB_USER}:${DB_PASSWORD}@db:5432/${DB_NAME}
LICENSE_KEY: ${LICENSE_KEY}
networks:
- telentir-network
audio:
image: telentir/audio-service:latest
container_name: audio
depends_on:
- db
environment:
CONNECTION_STRING: postgres://${DB_USER}:${DB_PASSWORD}@db:5432/${DB_NAME}
LICENSE_KEY: ${LICENSE_KEY}
networks:
- telentir-network
volumes:
db_data:
networks:
telentir-network:
driver: bridge
Telentir agents schedule qualified meetings during live conversations. No forms, no follow-ups.
Need human help? Telentir seamlessly hands off calls to your team or schedules a callback without friction.
Identify patterns, objections, and opportunities across all calls using AI summaries and tagging.
No more note-taking. Get instant, sharable call summaries with outcomes, action items, and intent.
Supervisors can listen in live, step in if needed, or coach AI agents for high-stakes conversations.
Telentir follows up across voice, SMS, WhatsApp, and email. Meeting leads where they are.
Your trust is our priority. We safeguard your data with the highest standards of security and compliance, ensuring every interaction is protected and every user feels secure.
All data is encrypted at rest with keys inaccessible to us—only you can decrypt your information.
Get answers about Telentir. From smart dialing to live agent transfers, here’s everything you need to know to get started.