Vapi Support
06/04/2024, 5:12 PMVapi Support
06/04/2024, 5:12 PMforwardingPhoneNumber
is correctly set up in your assistant configuration. If multiple forwarding options are needed, use the forwardingPhoneNumbers
array to define multiple destinations [(1)]() .
3. API Handling: Ensure that the API request handling the transfer does not have errors. Specifically, check that the transferCall
function is not encountering issues due to incorrect parameters or setup [(2)]() .
4. SIP Calls: If the calls are SIP originated, ensure that sipUri
is used within the forwardingPhoneNumbers
when necessary [(1)]() .
You might also want to look at the logs to see if there are error messages related to the failed transfer. If the issue persists, reviewing the specific call parameters and configuration via the API might help diagnose the problem further [(3)]() .
For immediate troubleshooting, here’s a general format to ensure your forwarding settings are correct:
json
{
"forwardingPhoneNumber": "+11234567890"
}
Vapi Support
06/04/2024, 5:12 PMVapi Support
06/04/2024, 5:18 PM