Skip to content

Instantly share code, notes, and snippets.

@radralph
Last active March 15, 2016 03:10
Show Gist options
  • Select an option

  • Save radralph/4ac9c3ad393cb72b05dd to your computer and use it in GitHub Desktop.

Select an option

Save radralph/4ac9c3ad393cb72b05dd to your computer and use it in GitHub Desktop.
sample code for php
<?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