blehh
02/03/2025, 7:07 AMVapi
02/03/2025, 7:09 AMVapi
02/03/2025, 7:09 AMVapi
02/03/2025, 7:09 AMtransferCall
function with the forwardingPhoneNumber
parameter.
Here's a simplified version of what you need to do:
1. When the caller indicates they want to talk to a live agent, you should invoke the transferCall
function.
2. Pass the forwardingPhoneNumber
parameter to this function, which should be the phone number of the live agent or the call center you want to forward the call to.
You mentioned that you're seeing the correct logs, but no actual call is being made. This could be due to a few reasons:
- The forwardingPhoneNumber
might be incorrectly formatted or invalid.
- There might be an issue with your Vici system handling SIP REFER messages if you're using such a system.
- There could be a problem with the forwardingPhoneNumber
attribute in the API, as you've mentioned validation errors.
To troubleshoot this issue, please ensure the following:
- The forwardingPhoneNumber
is in the correct E.164 format (e.g., +15558675309).
- If you're using a Vici system, check that it can handle SIP REFER messages.
- If you encountered a validation error with the forwardingPhoneNumber
, try setting it to null or an empty string as a test.
If you've already checked these and the issue persists, please provide me with any error messages you're seeing in the logs, and I can assist you further. If there are no error messages, it might be best to reach out to support for a more in-depth investigation.blehh
02/03/2025, 7:21 AMblehh
02/03/2025, 6:12 PMblehh
02/04/2025, 5:31 AMblehh
02/04/2025, 5:32 AMblehh
02/04/2025, 6:49 AMShubham Bajaj
02/04/2025, 8:30 AMblehh
02/04/2025, 4:53 PM