Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Last active December 14, 2015 04:09
Show Gist options
  • Select an option

  • Save caseysoftware/5026141 to your computer and use it in GitHub Desktop.

Select an option

Save caseysoftware/5026141 to your computer and use it in GitHub Desktop.
<?php
include 'functions.php';
header("Content-type: text/xml");
$response = new Services_Twilio_Twiml();
$response->dial($toPhone);
print $response;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment