Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Created November 2, 2011 04:39
Show Gist options
  • Select an option

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

Select an option

Save caseysoftware/1332870 to your computer and use it in GitHub Desktop.
twimlet tweak
Change this:
$response->addDial($_GET['PhoneNumber'],
array("action"=>$actionUrl,
"timeout"=>$_REQUEST['Timeout'] ? $_REQUEST['Timeout'] : 30));
to this:
$response->addDial($_GET['PhoneNumber'],
array("action"=>$actionUrl,
"callerId" => $to,
"timeout"=>$_REQUEST['Timeout'] ? $_REQUEST['Timeout'] : 30));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment