Skip to content

Instantly share code, notes, and snippets.

@radralph
Last active October 25, 2017 02:30
Show Gist options
  • Save radralph/30abf237151f01cdff3ad5d412c1d0ed to your computer and use it in GitHub Desktop.
Save radralph/30abf237151f01cdff3ad5d412c1d0ed to your computer and use it in GitHub Desktop.
call $caller, {:callerID => 'sip:21587180@sip.tropo.net'}
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