Reputation: 8088
I'm wondering if the following is possible:
Caller rings Twilio number which gets answered and then automated message is played. Caller is placed in a queue In parallel to this, our system dials a number (using the rest API) showing the caller id of the incoming call, plays a gather to verify the user wants to pick up, and then connects the call.
I know that the easiest way to achieve something similar to this is to redirect the incoming call with a Dial verb, but for reasons that aren't really relevant to the question that isn't possible.
Upvotes: 2
Views: 2053
Reputation: 10366
Twilio evangelist here.
Yes, this is possible, with the caveat that the initial callers phone number must be previously verified with Twilio. See this topic in the help center:
Hope that helps.
Devin
Upvotes: 1