Skip to content

Instantly share code, notes, and snippets.

@johntdyer
Created August 30, 2012 15:07
Show Gist options
  • Select an option

  • Save johntdyer/3530379 to your computer and use it in GitHub Desktop.

Select an option

Save johntdyer/3530379 to your computer and use it in GitHub Desktop.
if $action.eql?('create')
call $numberToDial
end
sessionid = $currentCall.sessionId
log "======> The Session ID is " + sessionid
say "https://dl.dropbox.com/u/177285/ATT/zombo.mp3", {
:allowSignals => "exit"
}
15.times do
log "### ===> LOG"
end
say "You are now off hold."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment