Last active
March 15, 2016 03:10
-
-
Save radralph/4ac9c3ad393cb72b05dd to your computer and use it in GitHub Desktop.
sample code for php
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
| <?php | |
| call(array("9175744034"), array( | |
| "timeout" => 120, | |
| "callerID" => 'sip:21583390@sip.tropo.net', | |
| ) | |
| ); | |
| say("Sample call using phone number without plus sign. Cleaned."); | |
| hangup(); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment