Skip to content

Instantly share code, notes, and snippets.

@bioform
Created January 29, 2013 15:37
Show Gist options
  • Save bioform/4665166 to your computer and use it in GitHub Desktop.
Save bioform/4665166 to your computer and use it in GitHub Desktop.
call.dial("+19197414205",{
answer: function(call1) {
log.info("The other side picked up")
call1.say("Thanks for calling")
call.pause(10);
call1.hangup();
},
hangup: function(call1) {
log.info("Call finished.")
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment