adam
01/06/2025, 9:40 PMVapi
01/06/2025, 9:41 PMVapi
01/06/2025, 9:41 PMFrom
parameter in the Twilio webhook request will contain the caller's number (in your case, the web phone number). To find the Vapi phone number that was used to forward the call to Twilio, you should look for a parameter that indicates the called number, which is usually the To
parameter.
Here's what you can check in the Twilio webhook request:
- `From`: This should be the number of the caller (your web phone number).
- `To`: This should be the Twilio phone number that received the call.
If you're looking for the Vapi number that was used to forward the call, and it's not appearing in the To
field, it's possible that the forwarding service (Vapi) is not passing that information along, or it may be included in a different parameter or SIP header, depending on how the forwarding is set up.
If you're unable to find the Vapi number in the standard parameters, you may need to check if there are any custom parameters or headers being sent in the webhook request that might contain this information. If you're still having trouble locating the Vapi number, please provide more details about how the forwarding is configured, or reach out to Vapi support for further assistance.Vapi
01/06/2025, 9:41 PMShubham Bajaj
01/08/2025, 10:02 AMShubham Bajaj
01/11/2025, 4:36 PM