Skip to content

Instantly share code, notes, and snippets.

@radralph
Created May 8, 2017 17:35
Show Gist options
  • Save radralph/dbc17e6fc9629b21cfff027c753f94d4 to your computer and use it in GitHub Desktop.
Save radralph/dbc17e6fc9629b21cfff027c753f94d4 to your computer and use it in GitHub Desktop.
say "joining conference"
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