`assistant-forwarded-call` but call is not forward...
# support
m
Some calls are marked as
assistant-forwarded-call
but the call is not forwarded, the agent hangs up. here are some callIds where it failed:
076c7100-2a18-4840-9ea9-55c60d696441
558484e8-b965-4bbf-8710-cf642cd35607
A call id where forward call succeeded:
533e24c7-5e1c-439e-84c7-91bfb8855196
Can you help me understand why it's not forwarded sometimes?
v
Hi @marem, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Call Ended Reason]() * [Create Assistant]() * [Update Assistant]() * [List Calls]() -----------------------------
### Answer The issue you're experiencing with some calls marked as
assistant-forwarded-call
not being forwarded might be related to several possible scenarios documented in Vapi's system behavior: 1. **Network or Configuration Issues**: If there's a network-related error or misconfiguration in your forwarding setup, the call might fail to transfer even though it's marked as forwarded. 2. **Assistant Handling Errors**: There could be errors in how the assistant handles or processes the forwarding request. This might result in the call being terminated or not forwarded correctly. 3. **Provider Specific Issues**: Depending on the third-party service (e.g., Twilio or Vonage) being used for call handling, there might be issues on their end that cause the call forwarding to fail. This could include service downtimes, API changes, or rate limiting [(1)]() . To troubleshoot these issues further, I recommend checking the following: - Ensure that the forwarding numbers are correctly formatted and viable. - Review the assistant's configuration and the logic that handles call forwarding. - Check the logs provided by your call provider for any errors or warnings that occurred during the failed call times. If the issue persists, it might be beneficial to review the detailed call logs and configurations to isolate the problem. For further investigation, you can contact the support team with the specific
call_id
and additional details about the call flow and configurations.
m
ok, seems it's a twilio configuration issue. Calls used 2 distinct phonenumbers. - calls on the first phonenumber works - calls on the second phonenumber failed Maybe the twilio phonenumber does not supports call transfert
v
Glad I could be helpful. Feel free to create a new thread with any new questions you may have.
s
Most probably, there is an issue with your Twilio credentials. Can you please remove your Twilio credentials and then re-add them? This will most likely fix the issue. If not, you may need to contact Twilio support for assistance
12 Views