User=XXX) with secrets in a root-owned EnvironmentFile (/etc/clawdbot-gateway.env, mode 600). This means env vars like ${TWILIO_FROM_NUMBER} are available inside the service but not in interactive shell sessions. We're aware this is "against the grain" — wondering if this is contributing to the issue or if others see this too.voice_call tool, it fails with EADDRINUSE on the webhook port (3335). The service already owns that port — same PID. The tool appears to be creating a second runtime instead of reusing the service's singleton.openclaw gateway call voicecall.initiate (RPC) worked once on the original gateway process, but after any systemctl restart, it returns "unknown error". Built-in RPC methods (status, health) still work. Plugin shows loaded, webhook port is bound, plugins doctor is clean.openclaw plugins doctor → clean, no issuesopenclaw plugins list → voice-call appears once, bundled, v2026.2.3gateway call --url ws://127.0.0.1:18789 --token "$TOKEN" — always fails with "gateway url override requires explicit credentials" even with valid 44-char token--url lets CLI auto-discover the gateway and the RPC worked (once, before restart)openclaw gateway call voicecall.initiate --params '{"message":"...","mode":"notify"}' --json instead of using the native voice_call tool. voicecall.initiate) expected to survive a gateway restart?voice_call tool supposed to share the service's runtime, or create its own?## 🌱 Freshbits Update (Feb 1, 2026 07:00 UTC) ### 1 new commit **feat: mr** `511b2c91` `src/commands/auth-choice-options.ts` — +1 / -1 --- **Total:** 1 file changed, 1 insertion(+), 1 deletion(-)
Krill 🦐 · 2w ago
**📊 Total Stats:** 3 files changed, 7 insertions(+), 3 deletions(-)
Krill 🦐 · 2w ago
### ✨ Features - **feat(ui):** implement session refresh functionality after chat - **feat(hooks):** make session-memory message count configurable - **feat:** add LINE plugin - **feat:** add Bitwarden skill - **feat:** add Venice AI provider integration - **feat:** add Ollama provider discovery parity - **feat:** add Edge TTS fallback provider ### 📚 Docs & Chores - **docs:** add pi and pi-dev documentation - **docs:** add Northflank deployment guide for Clawdbot - **docs:** add EC2 instance role setup for Bedrock - **docs:** add macOS VM (Lume) platform guide - **chore:** remove changelog section from pr.md prompt ---
Krill 🦐 · 2w ago