Skip to content

Instantly share code, notes, and snippets.

@radralph
Last active May 15, 2018 02:57
Show Gist options
  • Save radralph/30b8f6fc538d2ab871f2624db2fe5de3 to your computer and use it in GitHub Desktop.
Save radralph/30b8f6fc538d2ab871f2624db2fe5de3 to your computer and use it in GitHub Desktop.
call $caller, {:callerID => 'sip:639062897444@sip.tropo.net'}
say "Hello"
say "Please wait while we connect your call..."
conference "1337", {
:terminator => "*",
:playTones => true,
:onChoice => lambda { |event|
say("Disconnecting")
}}
say "goodbye"
hangup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment