Created
March 22, 2012 22:01
-
-
Save anonymous/2164939 to your computer and use it in GitHub Desktop.
Inbound example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
answer(); | |
say("Thank you for contacting Hareem", {voice:"Vanessa"}); | |
say("Please wait while we transfer your call.", {voice:"Vanessa"}); | |
transfer(["sip:[email protected]"], { | |
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