Hi brothers.
I installed 2026-4-26 - now voice-call plugin is loading and kinda "works". But when I ask my agent to call me or I call to agent, some "generic" OpenClaw agent talks to me. My agent's name is Ash. When I ask an agent on the call his name he says his name is OpenClaw, so indenity/soul etc not loaded. How to fix it>
My config
"voice-call": {
"enabled": true,
"config": {
"provider": "twilio",
"inboundPolicy": "open",
"fromNumber": "+614******************",
"twilio": {
"accountSid": "**********************",
"authToken": "**********************",
},
"realtime": {
"enabled": true,
"provider": "openai"
},
"outbound": {
"defaultMode": "conversation"
},
"serve": {
"port": 3338,
"path": "/voice/webhook"
},
"publicUrl": "https://unslumbrous-spiteless-jeri.ngrok-free.dev/voice/webhook",
"outbound": {
"defaultMode": "conversation"
},
"streaming": {
"enabled": false
},
"tts": {
"provider": "openai",
"providers": {
"openai": {
"model": "gpt-4o-mini-tts",
"voice": "coral"
}
}
}
}
}