Calls / Voice QA

Structured voice observability for live sessions, completed calls, readable reports, and cross-channel comparison.

Session Header

Identity, channel, provider, and terminal state for this session.

Session ID

5b640560-3dd9-4244-90eb-0f260c0bef3b

Channel

ZYCOO

Engine

PERSONAPLEX

Runtime

PERSONAPLEX

Started

01:07 UTC

Ended

01:07 UTC

Duration

0m 07s

Outcome

success

Executive Summary

Deterministic operator-facing summary generated from normalized metrics and issue signals.

Call completed with operator-visible issues

Outbound playback stayed within acceptable queue limits. The Realtime Beta API is no longer supported. Please use /v1/realtime for the GA API. read ECONNRESET

Key Metrics

Primary response, interruption, queueing, and language metrics.

First Response

n/a

Avg Response

n/a

Avg Interrupt

n/a

Max Queue

0 ms

Max Queue Frames

0

Dropped Frames

0

Interruptions

0

Successful Interruptions

0

Delayed Interruptions

0

Language

n/a

Issues

Detected issues and direct recommendations for operators or developers.

Provider error observed

The Realtime Beta API is no longer supported. Please use /v1/realtime for the GA API.

error

Recommendation: Inspect provider payloads and runtime credentials for this session.

Bridge error observed

read ECONNRESET

error

Recommendation: Inspect transport-level bridge logs and connectivity for this channel.

Timeline

Ordered structured events for the session.

telephony.connection.opened

AudioSocket connection opened.

info01:07 UTC

call.started

Zycoo/Asterisk call started.

info01:07 UTC

assistant.commit.requested

Zycoo/Asterisk session: assistant commit requested (greeting, direct).

info01:07 UTC

provider_error

The Realtime Beta API is no longer supported. Please use /v1/realtime for the GA API.

error01:07 UTC

bridge_error

read ECONNRESET

error01:07 UTC

call.stopped

Zycoo/Asterisk call stopped.

info01:07 UTC

Conversation

Turn-by-turn transcript assembled from captured user transcripts and assistant output.

No transcript turns were captured for this session yet.

Technical Data

Raw event payloads are available here for debugging without overwhelming the default operator view.

telephony.connection.opened raw payload
{
  "connectionId": "sock-e0wj71xs",
  "remoteAddress": "127.0.0.1"
}
call.started raw payload
{
  "codec": "g711_ulaw",
  "engine": "personaplex",
  "sessionId": "21630911-095c-4f4b-ae14-6e205a337883",
  "zycooPeer": null,
  "aiExtension": "6001",
  "connectionId": "sock-e0wj71xs",
  "gatewayLabel": "Zycoo U-50",
  "fallbackReason": null,
  "asteriskContext": "ai-voice",
  "selectedProvider": "personaplex"
}
assistant.commit.requested raw payload
{
  "reason": "greeting",
  "source": "direct"
}
provider_error raw payload
{
  "message": "The Realtime Beta API is no longer supported. Please use /v1/realtime for the GA API.",
  "sessionId": "21630911-095c-4f4b-ae14-6e205a337883",
  "connectionId": "sock-e0wj71xs"
}
bridge_error raw payload
{
  "message": "read ECONNRESET",
  "sessionId": "21630911-095c-4f4b-ae14-6e205a337883",
  "connectionId": "sock-e0wj71xs"
}
call.stopped raw payload
{
  "sessionId": "21630911-095c-4f4b-ae14-6e205a337883",
  "connectionId": "sock-e0wj71xs"
}