Skip to content

Instantly share code, notes, and snippets.

Created March 22, 2012 22:01
Show Gist options
  • Save anonymous/2164939 to your computer and use it in GitHub Desktop.
Save anonymous/2164939 to your computer and use it in GitHub Desktop.
Inbound example
answer();
say("Thank you for contacting Hareem", {voice:"Vanessa"});
say("Please wait while we transfer your call.", {voice:"Vanessa"});
transfer(["sip:hareem@iptel.org"], {
playvalue: "http://commondatastorage.googleapis.com/hmedia/gameshowtheme.mp3",
terminator: "*",
onTimeout: function(event) {
say("Sorry, but nobody answered Your Call");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment