Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 592 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 592 Bytes

This is a quick Twilio client written to make and receive calls and send texts.

This client should:

  1. Be able to dial out. The caller id constant must be set to a verified or purchased Twilio number.
  2. Be able to text any number.
  3. Respond to texts sent to the account's Twilio number.

The above has been verified in Chrome. Texting works in IE8, but not calling.

Includes the Twilio library.
Buttons generated with http://www.bestcssbuttongenerator.com/
index.php: Includes javascript from Twilio's quick-start.