I've searched here and in many forums. Here's what I'm trying to do.
I'm trying to create a system on php/mysql so a twilio phone number on a page will round robin through a list of phone numbers.
The numbers a specific twilio number relates to is this:
555-1212
555-3434
555-5656
555-7878
So it would be something like this:
twilio number called XX time : which number is dialed
1 : 555-1212
2 : 555-3434
3 : 555-5656
4 : 555-7878
5 : 555-1212
6 : 555-3434
etc.
Any advice or pointing me in the correct direction, i would truly appreciate it. I'm not sure how to or where to turn to help get this done.