Im creating an web app that uses twilio and I seem to have a problem.
The system consist of 3 actors:
- A physical customer
- A physical server
- Our web application
Whenever a client creates a new "job" via a form, all of the job details will be sent in a text to many different servers. When any one of the servers reply to that text message, we need to be able to associate his reply with the particular "job" he replied to. The problem is I can't figure out how to do this without buying a number for each job and just associating each number with a job. If possible i would only like to use one number, since buying thousands of number is completely wasteful and impossible.