I'm currently working on a Twilio queuing system but I'm stuck on how to dequeue the call and connect to an agent.
I have all the calls stacking up in the queue and my understanding was that we need to call Dequeue and below was the sample response available in twilio site.
<Response>
<Dial>
<Queue>foo</Queue>
</Dial>
<Response>
But, this can be sent as a response to twilio when someone calls twilio.
So, Should an agent call a twilio number? If so, Do we need to maintain an internal number for this case, apart from the support number that we have for incoming calls?
Thanks, Baskar.S