Ran Inbar, CTO UCaaS, leading the voicebot, conversational AI and UCaaS platforms with deep expertise in voice networking that powers them.

getty
Most enterprises that have invested in a text chatbot eventually reach the same conclusion: If the bot already answers questions over chat, why not let customers simply call it?
The intent model is built. The knowledge base exists. The integrations are wired. On paper, adding a phone number looks like a configuration task.
It isn’t. That assumption is where most contact center automation projects stall, and the reasons have little to do with the bot’s intelligence and almost everything to do with the medium of voice itself.
Fortunately, the failure modes are predictable. If you know where the landmines are, you can navigate around them.
The Core Misconception
The biggest misconception enterprises make is assuming that adding a voice channel is a configuration task, when it's actually building a fundamentally different kind of application with hard millisecond deadlines.
With a chatbot, the user types a complete thought and hits send, and waits. A second or two of latency is expected. Misrecognition doesn't exist, because the text is the text. But voice removes every one of these comforts. The system now has to know when the caller has finished speaking, tolerate noise and accents, respond fast enough that silence doesn't feel broken and sound natural enough that people don't hang up. None of that exists in text.
Where Voicebot Projects Actually Break
Here are the most important points to consider:
• Latency is the silent killer. In conversation, humans typically expect a reply within a few hundred milliseconds. A voicebot pipeline chains speech-to-text, the bot’s reasoning and text-to-speech. And if you’ve stitched those together with audio hopping across multiple clouds and middleware layers, you accumulate delay at every hop. The result is conversational lag that makes callers think the line dropped.
• People don’t speak the way they type. When a customer types, they self-edit and compose a clean, ordered request before hitting send. Callers think out loud. They ramble, start over mid-sentence and lace everything with "um," "like" and "you know."
But your intent model was trained on the tidy text of chat transcripts. Now, it must parse the disfluent, nonlinear reality of human speech. A bot tuned for the first will routinely misfire on the second, and no amount of speech-recognition accuracy fixes it, because the words were transcribed perfectly.
• Telephony integration is a specialized discipline. It involves dedicated telecom infrastructure plus the software platforms that contact centers use to manage those calls. Getting all of that to work together correctly (routing calls, transferring to agents, handling audio formats, etc.) requires expertise that a typical AI or software team just doesn't have.
• The “best” speech engine changes every quarter. The speech-to-text or text-to-speech vendor that’s best today may be eclipsed in months, and large language models are now reshaping the bot layer itself. Architectures that hardwire a single speech provider or bot framework become liabilities the moment something better comes along.
• Human handoff is voice-native. A chatbot’s escape hatch is “click to talk to an agent.” A voicebot's is a live phone transfer that has to stay connected, land with the right agent and carry everything the caller already said. That means integrating the bot's session context with the phone system in real time. Get this wrong and you’ve turned frustration into fury.
• Security and availability arrive uninvited. Once you carry live calls, you inherit telecom-grade requirements: high availability, fraud and toll protection, data residency and compliance regimes (PCI, HIPAA, GDPR). A text chatbot was never designed for any of them.
How To De-Risk The Transition
Follow these steps:
• Decouple the bot from the plumbing. Your bot logic, speech services and telephony layer should be independently swappable through a connective layer that speaks to all three. A dedicated voice gateway plays exactly this role. It lets you keep your existing framework (Microsoft Copilot Studio, Google’s conversational agents, Amazon Lex or a custom LLM agent) while it handles real-time media, speech orchestration and telephony interconnect. When the telephony and cognitive integration layers are designed to work together through a clean connective layer, the handoffs between domains stop being yours to debug.
• Minimize media hops by design. Every time audio has to travel through an intermediary, you add delay and create another thing that can break. Choose architectures that connect the phone system directly to the speech engines and bot, with as few stops in between as possible. Every intermediary you remove is latency reduced and a failure point eliminated.
• Preserve best-of-breed flexibility. Don't build your system in a way that ties you permanently to one vendor's speech recognition or bot framework. In a market moving this fast, vendor lock-in is a strategic risk, not a convenience.
• Pilot narrow, then widen. Don't start by automating your most complex calls. Start with something simple and repetitive, such as checking an account balance, confirming an appointment or sending a reminder. The high volume gives you lots of real data to measure how fast the system responds and how accurately it understands callers. Once you've confirmed the foundation is solid, then tackle the harder, more nuanced conversations.
• Instrument everything. How often the bot hands off calls to a human, how accurately it understands speech and how fast it responds after the caller stops speaking—these are your voicebot's vital signs. The danger with voice is that averages can look healthy in a dashboard while a significant chunk of callers are having a terrible experience. Most won't complain; they'll just ask for an agent or hang up. If you're not tracking the right metrics granularly, you’ll never know how many callers you’re losing.
The Takeaway
Most callers would happily talk to a competent bot if it answered instantly, understood what they said and got out of the way when they needed a human. But “competent” in voice is an infrastructure achievement as much as an AI one. Get the orchestration layer right, and the move from chat to voice becomes an extension of an asset you’ve already built.
Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?

1 hour ago
2













English (US)