mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 00:47:29 +02:00
Fixes outbound Twilio realtime conversations so the TwiML fetch returns the realtime <Connect><Stream> path for outbound directions and the answered-call path does not overwrite it with legacy <Say> TwiML. Local proof: - pnpm test extensions/voice-call/src/manager.notify.test.ts extensions/voice-call/src/webhook.test.ts - pnpm check:changed - pnpm check - pnpm build - local VoiceCallWebhookServer + CallManager smoke for Direction=outbound-api Closes #68713.