@ruMblE
The 'Over concurrency limit' error typically indicates that you are trying to execute more concurrent requests than your current Voice API plan allows. To resolve this issue, you can consider the following options:
1. **Reduce Concurrency**: Try to limit the number of concurrent requests you are making to the API. This may involve implementing a queue system in your application to manage the requests and ensure they stay within the concurrency limits.
2. **Optimize Code**: Review your code to ensure that you are not unintentionally making excessive concurrent requests due to a bug or inefficient code structure.
3. **Upgrade Your Plan**: If your current usage consistently requires higher concurrency, you might need to upgrade to a higher-tier plan that supports more concurrent requests.
4. **Contact Support**: If you believe you are receiving this error in error or need assistance in understanding your current usage, you can reach out to the Voice API support team for further help.
If you need assistance with any of these steps or have further questions, please let me know!