From f5eafc5def737d7ad1f124b0aed6f5600c589f60 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Sat, 25 Apr 2026 21:44:14 -0500 Subject: [PATCH] fc-telephony: bump web to v202604252144 Live workflow position tracking + canvas overlay sprint. - Schema: CallSession.CurrentStep* + CallLog.Step* (migration AddCallSessionWorkflowPosition) - Real-time CallStepExecuted events on every step entry, both Asterisk and Twilio paths - New /calls/{id}/workflow live workflow viewer with visited path overlay and pulsing current-step badge - GET /api/sessions/{id}/path + MCP get_call_session_path - ActiveCalls 30s -> 3s poll + Live indicator + per-row View Workflow link - Asterisk regroup also rolls in: playback verification, fallback chain, MainLayout refresh Tests: 11525 -> 11549 pass / 1 skip / 0 fail. Build 0E. Source: master @ 05b3d1c. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/telephony/telephony.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/telephony/telephony.yaml b/apps/telephony/telephony.yaml index 77688f0..8a60fd2 100644 --- a/apps/telephony/telephony.yaml +++ b/apps/telephony/telephony.yaml @@ -147,8 +147,8 @@ spec: app: asterisk topologyKey: kubernetes.io/hostname containers: - - name: telephony-web - image: localhost/fc-telephony-web:v202604170153 + - name: telephony-web + image: localhost/fc-telephony-web:v202604252144 imagePullPolicy: Never securityContext: readOnlyRootFilesystem: true