openclaw/extensions/voice-call/src
Ghost e156320c51
fix(voice-call): resolve StatusCallback with inline TwiML
- Switch from inline to URL-based TwiML for outbound calls
- Store TwiML content temporarily and serve on webhook request
- Add twimlStorage map and cleanup helper methods
- Fix TwiML serving to handle CallStatus='in-progress' on initial request

Closes #864
2026-01-18 07:51:59 -08:00
..
manager refactor(voice-call): split manager 2026-01-14 05:40:19 +00:00
providers fix(voice-call): resolve StatusCallback with inline TwiML 2026-01-18 07:51:59 -08:00
cli.ts docs(cli): add per-command CLI pages 2026-01-15 06:13:10 +00:00
config.ts Voice Call: add Plivo provider 2026-01-15 07:21:40 +00:00
core-bridge.ts feat: restore voice-call plugin parity 2026-01-12 21:44:19 +00:00
manager.test.ts fix: restore notify init + Plivo numbers (#846) (thanks @vrknetha) 2026-01-15 07:28:14 +00:00
manager.ts fix: restore notify init + Plivo numbers (#846) (thanks @vrknetha) 2026-01-15 07:28:14 +00:00
media-stream.ts feat: restore voice-call plugin parity 2026-01-12 21:44:19 +00:00
response-generator.ts feat: restore voice-call plugin parity 2026-01-12 21:44:19 +00:00
runtime.ts Voice Call: add Plivo provider 2026-01-15 07:21:40 +00:00
tunnel.ts feat: restore voice-call plugin parity 2026-01-12 21:44:19 +00:00
types.ts Voice Call: add Plivo provider 2026-01-15 07:21:40 +00:00
utils.ts feat: restore voice-call plugin parity 2026-01-12 21:44:19 +00:00
voice-mapping.ts feat: restore voice-call plugin parity 2026-01-12 21:44:19 +00:00
webhook-security.test.ts fix: include query in Twilio webhook verification 2026-01-18 04:25:28 +00:00
webhook-security.ts fix: include query in Twilio webhook verification 2026-01-18 04:25:28 +00:00
webhook.ts feat: restore voice-call plugin parity 2026-01-12 21:44:19 +00:00