Skip to content

Instantly share code, notes, and snippets.

@stimms
Created November 20, 2011 04:44
Show Gist options
  • Save stimms/1379807 to your computer and use it in GitHub Desktop.
Save stimms/1379807 to your computer and use it in GitHub Desktop.
Replies via text
var text = currentCall.initialText;
call(currentCall.callerID,
{
network:"PSTN",
onAnswer: function()
{
say(text);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment