Before You Begin
Publish the agent version you want to test. Use a supported browser, allow microphone access, and prepare realistic input for any required dynamic variables.Web Call Versus Phone Call
What To Review
Use the same evidence discipline as phone calls.Transcript
Did browser audio become accurate text?
Recording
Was the microphone clear enough?
Status
Did the web call complete, fail, or terminate early?
Post-call fields
Were structured outcomes extracted correctly?
Creation And Warmup Behavior
When you create a web call, DialNexa validates the organization, wallet balance, selected agent, and published version before creating a web call session. The response returns asession_id, call_id, and websocket URL when Speech returns a usable session.
Provider warmup is non-blocking for web calls. DialNexa can return the websocket URL while provider connections continue warming in the background, so the browser can connect without waiting for every provider to finish setup.
When a web call ends, DialNexa runs provider-pool cleanup outside the live call loop. Closing one browser session should not pause unrelated live sessions while its provider connections are being released.
If Speech cannot create a usable session, DialNexa returns a 502 error with the stored failure message instead of returning a fake successful session. Treat that as a creation failure and check the agent version, provider readiness, wallet, and server error detail.
Browser Audio Checks
1
Grant microphone permission
The browser must allow microphone access before the call can capture usable audio.
2
Use headphones for testing
Headphones reduce echo from the agent voice re-entering the microphone.
3
Speak at production pace
Do not perform slow demo speech if real users will interrupt, pause, or answer briefly.
4
Compare with a phone call
If a web call works but phone calls fail, the issue is likely telephony path, carrier audio, or number routing.
Web Call Questions
Can a web call be terminated?
Can a web call be terminated?
Yes. DialNexa includes a web call termination path and stores the resulting call state.
Does it use the same agent settings?
Does it use the same agent settings?
The selected agent version still controls prompt, voice, model, transcriber, functions, and post-call analysis.
Can I use web calls to validate production phone behavior?
Can I use web calls to validate production phone behavior?
Use web calls to validate the agent. Use phone calls to validate the telephony path.
Verify The Web Call
Confirm the browser reaches a connected state, audio works in both directions, the intended agent version responds, and the completed session appears in Call History with transcript and status evidence.Related Reading
Call History
Find web call records.
Call Detail Page
Inspect the call.
Phone Numbers
Compare phone-routed calls.
Audio Quality
Review browser audio issues.