Deploy Telentir’s fully featured AI Voice Agents and call-automation platform on-premises or within your private cloud. Retain complete control over your data, security, and compliance while leveraging all of Telentir’s capabilities.
Self-Hosted Deployment
Spin up a clean Linux server or private cloud and lock down required ports.
Install Docker, PostgreSQL, and the Telentir services with our installer.
Deploy containers, configure telephony, and verify inbound/outbound routing.
Capabilities
Keep recordings, transcripts, and configs inside your own infrastructure.
Integrate SSO, VPNs, and network policies that match your standards.
Run on bare metal, VMs, or Kubernetes and scale with call volume.
Meet GDPR/HIPAA expectations with audit logs and retention controls.
Support air-gapped environments with secure update workflows.
Use the same APIs and configs to tailor dialing logic and integrations.
System Requirements
Telentir can run on minimal infrastructure for evaluation or testing. For production use or high call volume, scale resources accordingly.
Platform
Services
High-Level Installation Workflow
Spin up a clean Linux server (bare metal, VM, or container). Update packages, configure hostname, and ensure SSH access. Set up a firewall (iptables/ufw) to allow only necessary ports.
sudo apt update && sudo apt upgrade -y
sudo ufw allow OpenSSH
sudo ufw allow 443/tcp
sudo ufw enableInstall Docker Engine, Docker Compose (if using compose), and Git. Ensure PostgreSQL is installed on either the same server or a separate database host.
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo apt-get install -y docker-compose-plugin
sudo apt-get install -y gitClone the Telentir self-hosted repo, copy the sample environment file, and update values for database credentials, API keys, and encryption secrets.
docker pull telentir/self-hosted:latest
curl -O https://telentir.com/env/.env.example
cp .env.example .env
nano .envUse Docker Compose to build and start all Telentir services. The first run will automatically apply migrations and seed required tables.
docker compose up -d --build
docker compose logs -fPoint your SIP trunk or telephony provider to Telentir’s SIP gateway. Configure webhook endpoints in your telco dashboard to forward incoming call events to Telentir’s REST endpoints.
SIP Server: your.server.ip or FQDN
SIP Protocol: UDP/TCP 5060
Webhook: https://your.server.domain/api/telephony/webhookOpen your browser to https://your.server.domain. Log in with the default admin credentials, then update your password. Navigate to campaigns to set up dialing lists and AI-agent personas.
URL: https://your.server.domain
Username: [email protected]
Password: changeme123Need Help?
If you run into any issues during installation or configuration, our documentation and support team are here to help.
Enterprise
Encryption keys stay with your org so call content and transcripts remain private.
Multi-region routing with automatic failover keeps every call live.
Real-time turn-taking for natural conversations at scale.
Policy controls, allowlists, and QA checks keep outreach on-brand and compliant.
SOC 2, HIPAA, and PCI workflows with audit logs and granular access controls.
Get answers about Telentir. From smart dialing to live agent transfers, here’s everything you need to know to get started.