Problem with batch call
# support
s
I am having problem with batch calling, actually, I got the number from twilio and I connected it to Vapi and what it is doing when I’m calling from to number to the destination number. The variable customer.number is fetching the twilio number, not the destination number so it is not able to schedule the meeting, but when I am doing a call directly from Vapi‘s number to the destination number, it is fetching the customer number correctly, so how can I make it possible that if I call if I do batch call from twilio number, it gets the customers number correctly, guess the destination number correctly, not the twilio number
k
Use the to number from the Twilio webhook as the customer.number, since from will show the Twilio number, not the actual customer’s number..
4 Views