Twilio’s cloud-based communications platform allows anyone with rudimentary Web-development knowledge to build a voice and SMS text application. An API, client, and various XML and other helper code is available that lets you build in PHP, C# and more. The basic concept behind all Twilio cloud telephony applications is that a user calls or texts a Twilio-provided number; Twilio then sends a request based on that call to your developed application; your application receives the request and sends XML to Twilio; Twilio then runs the instructions and interfaces with the caller.
Setting Up a Virtual Phone System With a Little Help From Some Friends
Posted by: Patrick Nelson February 2, 2012 05:00 AMTwilio’s cloud-based communications platform allows anyone with rudimentary Web-development knowledge to build a voice and SMS text application. An API, client, and various XML and other helper code is available that lets you build in PHP, C# and more. The basic concept behind all Twilio cloud telephony applications is that a user calls or texts a Twilio-provided number; Twilio then sends a request based on that call to your developed application; your application receives the request and sends XML to Twilio; Twilio then runs the instructions and interfaces with the caller.