Skip to content

Instantly share code, notes, and snippets.

@bioform
Created January 30, 2013 12:09
Show Gist options
  • Save bioform/4672878 to your computer and use it in GitHub Desktop.
Save bioform/4672878 to your computer and use it in GitHub Desktop.
call.dial("+19197414205",{
answer: function(call) {
call.say("Thanks for calling. Press one please")
var key = call.get_keypress()
call.say("You pressed " + key);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment