gurudrew
03/23/2025, 4:56 AMVapi Support Bot
03/23/2025, 4:57 AMjson
"start_speaking_plan": {
"waitSeconds": 0.8,
"smartEndpointingEnabled": false
},
"transcriber": {
"model": "nova-2",
"language": "en",
"provider": "deepgram",
"endpointing": 300
}
According to [troubleshooting information](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333057366748565514), these specific settings have helped many users resolve this exact issue.
### 2. Check Assistant Configuration
Make sure:
- Your assistant ID is correctly set on the phone number
- The "provider" field is present in your assistant overrides and set to "openai"
- Your first message is not empty (which can prevent the assistant from speaking initially)
### 3. Consider Transcriber Issues
Some users have resolved this issue by changing the transcriber from Deepgram to another provider like Azure. The assistant might not be responding because of connection issues with the transcriber.
### 4. Voice Model Configuration
Ensure your voice model language settings are properly configured. If using a custom voice (like from 11labs), verify that it's correctly synced and that you're using your own API key if needed.
### 5. Network and Server Configuration
Verify that your server URL is correctly configured so the assistant knows where to send and receive data for processing voice input.Vapi Support Bot
03/23/2025, 4:57 AMgurudrew
03/23/2025, 5:00 AMgurudrew
03/23/2025, 5:05 AMKyle
03/23/2025, 3:57 PMgurudrew
03/23/2025, 9:40 PMKyle
03/25/2025, 2:19 AM