qantrr
04/03/2025, 2:23 PMVapi Support Bot
04/03/2025, 2:25 PMstart_speaking_plan
and transcriber
settings as [suggested here](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338497725917827196):
json
"start_speaking_plan": {
"waitSeconds": 0.8,
"smartEndpointingEnabled": true
}
json
"transcriber": {
"model": "nova-2",
"language": "en",
"provider": "deepgram",
"endpointing": 300
}
### Basic Configuration Checks
Make sure these essential configurations are correct:
- Verify the assistant ID is correctly set on your phone number
- Check that your API credentials for Vapi are valid
- Ensure your server URL and webhook configurations are correct
### General Troubleshooting
Some additional steps you can try:
- Check your VAPI logs for any error messages or warnings
- Look at the debugging artifacts sent to your server
- Test the assistant in a different environment to rule out network issues
- Make sure your workflow doesn't have any script errorsVapi Support Bot
04/03/2025, 2:25 PMKyle Brunker
04/06/2025, 9:12 AM