Skip to main content

For users

platform v0.9.11verified 2026-05-14

These trees assume you've logged in to TelWeb and can navigate to the affected app. If you can't reach the app at all, jump to Login and access first.

Test calls and WebRTC

A test call is the in-browser WebRTC call you start from the Flow Designer on a Draft flow. It works only when the WebRTC feature flag is enabled on your platform.

SymptomLikely causeWhat to check
Test call button is missing or disabledWebRTC flag off, or you're not on a Draft flowAsk your platform admin to confirm the WebRTC flag. Test calls require a Draft flow — see Draft and publish.
Click Test call, nothing happens, no microphone promptBrowser blocked microphone access for the siteCheck the browser's site permissions and grant microphone. In Chrome: padlock → Site settings → Microphone → Allow.
Microphone prompt appears, then immediate failureAnother tab or app is holding the microphoneClose other meeting/voice tabs. Restart the browser if the device is still busy.
Test call connects but the AI never speaksProvider misconfiguration on the flowOpen the Provider inspector in the Flow Designer and confirm the AI provider is selected and credentials are valid.
Test call connects, AI speaks, but you sound choppyNetwork jitter / packet lossTry a wired connection or another Wi-Fi. If the issue is platform-wide it'll be in the operator's SigNoz monitoring.
Test call drops after ~30 secondsUpstream realtime provider session timeoutRe-run; if it repeats, ask your team admin to check the provider config and the operator to check Voice operations → Troubleshooting.
You hear yourself echoedAudioProc off and headset feedback loopUse headphones. Operators can enable AudioProc (see Voice operations) for echo cancellation across all calls.

What's a "Draft" vs "Published" call?

Test calls always hit a Draft flow on a temporary WebRTC endpoint. Real callers always hit a Published flow on a real endpoint. If a behaviour shows up only in production, ensure you're testing the same version — see Draft and publish.

Conversations and history

SymptomLikely causeWhat to check
Conversation didn't appear in historyCall cut before TelPhi finished its post-call writeWait ~30 seconds and refresh. If it's still missing, file a ticket with the rough call time and the caller number.
Conversation appears but no recordingRECORDING_ENABLED is false on the platformAsk your operator. This is a platform-level setting in Voice operations.
Recording exists but won't play in the browserBrowser codec issue or expired signed URLRefresh the page (signed URLs are short-lived). Try another browser. If the file itself is corrupt, file a ticket with the conversation ID.
Tool calls in the timeline show errorsTool returned a non-2xx or timed outOpen the tool entry in the timeline for the error body. Tool config is in the Flow Designer's Tool inspector.
Speakers swapped in the transcriptDiarisation misattributionKnown limitation on some provider combinations. File a ticket if it's consistently wrong.

Apps and the Flow Designer

SymptomLikely causeWhat to check
Save is disabledYour role is VIEWERSee Access roles. Ask your team admin for MEMBER or higher.
Publish is disabledValidation errors on the flowEach affected node will show an inspector error. Resolve every flagged node before publishing.
Flow Designer canvas is blankFlow JSON is corrupt or a node type is missing on this platformOpen the Source view to inspect the JSON. If a node type isn't recognised, your platform may be on an older image.
AI Flow Builder panel is missingaiFlowBuilder feature flag is offSee Feature flags. Operator can enable it.
Source view edits are reverted on saveThe JSON failed schema validationThe form on Save will show what failed. Roll back to a known-good version via Version history.

Login and access

SymptomLikely causeWhat to check
Can't reach TelWeb at allWrong URL, browser cache, or networkTry an incognito window. Confirm the URL with your team admin.
Invite email never arrivedEmail delivery problem on the platformAsk the inviter to resend. Operators can verify email delivery via Web operations.
Login redirects loopStale cookiesClear cookies for the TelWeb domain and try again in an incognito window.
MFA / SSO blocks login unexpectedlyIdentity provider issueConfirm your account state with your platform admin.
403 after login on a specific pageYour role doesn't grant accessConfirm the required role on the page (look for the Role access callout) and request elevation.