I configured Twilio + OpenAI streaming. It's ringing, there's a silence after answering, and then, after a few seconds, it hangs up.
"voice-call": {
"enabled": true,
"config": {
"allowFrom": [
"+9725022yy"
],
"enabled": true,
"fromNumber": "+0000",
"inboundPolicy": "allowlist",
"outbound": {
"defaultMode": "conversation"
},
"provider": "twilio",
"skipSignatureVerification": true,
"streaming": {
"enabled": true,
"streamPath": "/voice/stream",
"openaiApiKey": "sk-proj-yy-xx"
},
"tailscale": {
"mode": "funnel"
},
"twilio": {
"authToken": "a",
"accountSid": "bb"
},
"serve": {
"path": "/voice/webhook"
},
"tts": {
"openai": {
"apiKey": "sk-proj-yy-xx"
},
"elevenlabs": {
"apiKey": "sk_xxx"
},
"modelOverrides": {
"allowVoice": false
}
}
}
},
# Funnel on:
# - https://anakin.tail33f954.ts.net
https://anakin.tail33f954.ts.net (Funnel on)
|-- / proxy http://127.0.0.1:18789
|-- /voice/stream proxy http://127.0.0.1:3334/voice/stream
|-- /voice/webhook proxy http://127.0.0.1:3334/voice/webhook```
Any hints?
also- how can i look at the voicecall's console logs??