Created
November 2, 2011 04:39
-
-
Save caseysoftware/1332870 to your computer and use it in GitHub Desktop.
twimlet tweak
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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