clouty
09/06/2024, 1:47 PMVapi
09/06/2024, 1:48 PMVapi
09/06/2024, 1:48 PMtransferCall
function. There are a few things we can check to ensure everything is set up properly:
1. **Number Verification**: Double-check that the numbers you're using for forwarding are active and can receive calls outside of the VAPI system. Sometimes, carriers may have restrictions that could affect call forwarding.
2. **Country Code**: Ensure that the country code is correct and necessary for the call to be completed. Some systems may require different formatting or dialing rules.
3. **API Usage**: If you're using the Create Assistant API and encountering issues with the forwardingPhoneNumber
attribute, you might want to omit it or set it to null or an empty string ('') as per the context provided. This could resolve the error you're seeing.
4. **Permissions and Restrictions**: Check if there are any permissions or restrictions set by your service provider that might be preventing the call forwarding from working correctly.
If you've verified all of the above and the issue persists, it might be best to look into the logs or error messages in more detail. If you need further assistance, please provide additional information or error codes, and I'll do my best to help you resolve this issue. If the problem is still not clear, you may need to ask support for more info on this.Vapi
09/06/2024, 1:48 PMclouty
09/06/2024, 1:58 PMVapi
09/06/2024, 1:58 PMtransferCall
function is being called with the correct tool and the numbers have been verified, yet the calls are still failing with a provider message, this suggests the issue might be with the telephony carrier or network rather than the VAPI system itself.
Here are a few additional steps you can take:
1. **Carrier Restrictions**: Contact the carrier of the numbers involved to ensure there are no restrictions or issues on their end that could be causing the problem.
2. **Test with Alternate Method**: Try using a different method or service to forward a call to the same numbers to see if the issue is specific to the VAPI system.
3. **Check Number Format**: Although you've double-checked the numbers, ensure that no additional digits, spaces, or symbols are accidentally being included in the transfer request.
4. **Contact Support**: Since the issue persists and the logs don't show any errors on the VAPI side, it might be time to reach out to VAPI support with the logs and the specific error message you're receiving. They may have more insight into the issue or be able to escalate it to their technical team for further investigation.
Would you like me to assist you in contacting the support team or provide any additional help?clouty
09/06/2024, 2:14 PMclouty
09/06/2024, 2:33 PMShubham Bajaj
09/07/2024, 3:20 PM