Skip to content

Instantly share code, notes, and snippets.

@radralph
Created April 7, 2017 03:16
Show Gist options
  • Select an option

  • Save radralph/3f98bc6ed24f7ab4053abd60c8daeb69 to your computer and use it in GitHub Desktop.

Select an option

Save radralph/3f98bc6ed24f7ab4053abd60c8daeb69 to your computer and use it in GitHub Desktop.
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