Created
March 24, 2017 10:05
-
-
Save ObjectIsAdvantag/117677c2059f9551733c4bb44b0b0c5d to your computer and use it in GitHub Desktop.
Tropo Welcome IVR sample
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
wait(1000); | |
say("Welcome to DevNet: Cisco Developer Program"); | |
wait(1000); | |
say("bye bye"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment