Skip to main content
Voice AI in DialNexa is a live phone conversation where software listens, understands, decides, speaks, and records evidence. For an end user, the goal is not to admire the stack. The goal is to answer a customer, collect the right information, take the right action, and leave a call record that a teammate can trust later.
A good voice agent should feel boring in the best way: the caller speaks, the agent understands, and the next step happens without drama.

Voice AI For Real Customer Calls

Start with the kind of call you want to run. Provider settings make sense only after the user outcome is clear. For a product-path view of the same scenarios (which tabs and features to use, rather than which providers), see Common Use Cases.
If your user needs toThe agent must be good atRead next
Book appointments.Hearing dates and times, calling the calendar or booking API, confirming the slot, and ending politely.Functions, custom functions, and Google Calendar.
Qualify leads.Asking short questions, scoring answers, writing structured fields, and pushing context to the sales team.Post-call analysis, HubSpot, and Salesforce.
Send reminders.Reading a fixed script, handling objections, retrying later, and sending written follow-up.Batch calls, WhatsApp with Wati, and email with Resend.
Handle support intake.Understanding messy caller speech, summarizing the issue, and routing the case to a team.Transcripts and recordings, Zendesk, and Intercom.
Confirm orders or payments.Speaking amounts clearly, verifying status, and sending the right confirmation.Text to speech and voices, Shopify, and Stripe.

The Call Loop In One Paragraph

Every live call moves through the same five layers: a route carries the call in (Plivo number, SIP trunk, web call, batch, workflow, or test call), a transcriber turns caller speech into text (Deepgram or Soniox), an LLM chooses the next move (OpenAI, Google, or Groq - or a speech-to-speech model that handles hearing and speaking itself), a voice provider speaks the reply (ElevenLabs or Cartesia), and Call History stores the evidence. When a call fails, identify the layer before changing settings - How Voice AI Works walks the full loop and how to debug each layer.

When Integrations Enter The Picture

Voice AI becomes useful when the call result moves somewhere your team already works. An integration should answer a simple question: what should happen after the caller gives useful information?
Caller outcomeGood next actionRelevant integration docs
Caller asks for an appointment.Create or update a calendar event, then send a confirmation.Using integrations in agents, Google Calendar, Gmail.
Lead is qualified.Add context to the CRM and alert the owner.Integration functions, HubSpot, Salesforce, Slack.
Support case needs follow-up.Create or enrich a ticket with transcript and summary context.Zendesk, Intercom, Google Sheets.
Campaign needs written confirmation.Send a WhatsApp or email message after the call branch completes.WhatsApp with Wati, email with Resend, Resend.
Do not connect an integration just because it exists. Connect it when the caller has given enough information for the action to be safe.

What A Published Agent Carries

DialNexa does not publish only a prompt. A published agent version carries the full call configuration that controls what the caller hears and what your team reviews later.
ConfigurationWhere users see itRuntime effect
LanguageVoice selector language choices or language selector, depending on dashboard layout.Controls language fit, voice options, transcriber compatibility, and Hinglish Map visibility.
TranscriberAgent builder transcriber selector.Chooses Deepgram or Soniox and the model used for live speech recognition.
LLM modelAgent builder model selector and model settings popover.Controls reasoning, function calling, fallback behavior, and per-minute model cost preview.
Voice and voice modelVoice selector and voice settings popover.Controls speaker identity, output model, speed, stability, volume, and Audio Cache key behavior.
Call settingsAgent Settings.Controls silence timeout, duration, voicemail detection, call ending, and transfer behavior.
Post-call fieldsAgent Settings.Defines the structured fields users expect after the call.

The First Pages To Read

How Voice AI Works

Follow the full runtime loop and debug calls layer by layer.

Choose Voice AI Providers

Pick the transcriber (Deepgram, Soniox), LLM (OpenAI, Google, Groq), and voice (ElevenLabs, Cartesia) based on caller language, latency, cost, and voice quality.

Speech To Text

Understand what Deepgram and Soniox change in live calls.

LLMs And Conversation Behavior

Tune model selection, temperature, fallback, and predictive preprocessing.

Text To Speech And Voices

Choose and tune ElevenLabs or Cartesia voices.

Speech Settings

Tune Response Eagerness, Audio Cache, Denoising Mode, and Hinglish Map.

Call Detail Page

Read the evidence after real calls.

Dashboard Integrations

Move call outcomes into WhatsApp, email, workflows, and external tools.

Integration Catalog

Browse business systems and provider pages that can support voice workflows.

A Practical First Test

Run one controlled test before trusting any provider choice.
1

Create one short test script

Include the welcome line, one caller interruption, one name, one city, one amount, and one final outcome.
2

Use one published draft stack

Pick language, transcriber, LLM, voice, and phone path. Publish the version you want to test.
3

Place three calls

Run a clean call, a noisy call, and a caller-interrupts-early call.
4

Score the evidence

Mark transcript accuracy, first response delay, pronunciation, function calls, summary, and post-call fields.
5

Change one thing

Change only the transcriber, only the LLM, or only the voice. If you change everything, the winner gets credit for work it may not have done.

Recap

Voice AI in DialNexa is a stack: route, transcriber, LLM, voice, and evidence. Most production fixes come from finding the exact layer that failed, then changing one setting and testing the same call pattern again.