#Using voice

1 messages Β· Page 1 of 1 (latest)

deft vale
#

openclaw voicecall call --to "+1xxxxxx" --message "This is a test call from OpenClaw. No action is needed." --mode notify

🦞 OpenClaw 2026.4.26 (be8c246) β€” Deployed locally, trusted globally, debugged eternally.

[openclaw] Failed to start CLI: Error: listen EADDRINUSE: address already in use 127.0.0.1:3334
at Server.setupListenHandle [as _listen2] (node:net:1940:16)
at listenInCluster (node:net:1997:12)
at node:net:2206:7
at process.processTicksAndRejections (node:internal/process/task_queues:89:21)

keep running into this

this is my config

"voice-call": {
"config": {
"fromNumber": "+1xxxxx",
"outbound": {
"defaultMode": "notify"
},
"provider": "twilio",
"publicUrl": "https://openclaw.stuff.com/voice/webhook",
"twilio": {
"accountSid": "xxxxx",
"authToken": "xxxxxxx"
},
"webhookSecurity": {
"allowedHosts": [
"openclaw.taralunga.com"
]
}
},
"enabled": true
}

I am on lightsail

I have a static ip on it with a domain set up and a caddy reverse proxy

openclaw.xxxxx.com {
handle /voice/webhook* {
reverse_proxy 127.0.0.1:3334
}

    reverse_proxy 127.0.0.1:18789

}

what am i missing?