Created
April 7, 2017 03:16
-
-
Save radralph/3f98bc6ed24f7ab4053abd60c8daeb69 to your computer and use it in GitHub Desktop.
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
| call $caller, {:callerID => 'sip:917111@sip.tropo.net'} | |
| wait(1500) | |
| say "Please wait while we transfer your call. Press star to cancel the transfer." | |
| transfer ["sip:9175744034@sip.tropo.net"], { | |
| :callerID => 'sip:917111@sip.tropo.net', | |
| :playvalue => "http://www.phono.com/audio/holdmusic.mp3", | |
| :terminator => "*", | |
| :onTimeout => lambda { |event| | |
| say "Sorry, but nobody answered"} | |
| } | |
| say "goodbye" | |
| hangup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment