gerald94
09/10/2025, 12:34 PMVapi Support Bot
09/10/2025, 12:36 PMtransportConfigurations provider (e.g., test with a non-Twilio provider if available) to see if the audio sync and quality improve. Here’s a sample config snippet:
json
"transportConfigurations": [
{
"provider": "twilio",
"timeout": 60,
"record": false
}
]
If possible, switch "provider" to another supported option and compare results. This helps isolate whether the issue is specific to Twilio's telephony routing in Austria.
[See more in the API reference](https://docs.vapi.ai/api-reference/calls/create?explorer=true)
Source:
- [Create Call API Reference](https://docs.vapi.ai/api-reference/calls/create?explorer=true)gerald94
09/10/2025, 1:52 PM{
"assistantId": "{{ $json.agentTwoID }}",
"assistantOverrides": {
"variableValues": {
"current_time": "{{$now.format('yyyy-MM-dd T a')}}",
"day": "{{ $now.format('cccc') }}"
},
"firstMessage": "Hallo, ich bin Eva von Stia Immo. Unser Gespräch wird zu Qualitätszwecken aufgezeichnet. Wie darf ich Ihnen helfen!"
},
"recordingConfig": {
"separateAudioTracks": true,
"format": "wav",
"sampleRate": 16000
},
"transportConfigurations": [
{
"provider": "twilio",
"timeout": 60,
"record": false
}
]
}https://cdn.discordapp.com/attachments/1415314491834499193/1415333993007681596/image.png?ex=68c2d3ff&is=68c1827f&hm=9d7f38f8d41d80e83825291e11098c1b7d03291b5e78dc0a749cb9eea46ffff7&gerald94
09/10/2025, 1:53 PMgerald94
09/10/2025, 1:54 PMgerald94
09/11/2025, 7:32 AMgerald94
09/11/2025, 7:37 AMChiranjeet Mishra
09/12/2025, 11:07 AMgerald94
09/12/2025, 11:58 AMgerald94
09/12/2025, 11:59 AMgerald94
09/12/2025, 12:01 PMgerald94
09/15/2025, 8:59 AMChiranjeet Mishra
09/16/2025, 9:06 AMgerald94
09/17/2025, 8:20 AMgerald94
09/17/2025, 8:23 AMChiranjeet Mishra
09/19/2025, 5:09 AMgerald94
09/24/2025, 2:01 PMChiranjeet Mishra
10/14/2025, 11:54 PM