Skip to content

Instantly share code, notes, and snippets.

View catlike's full-sized avatar

Robin Rodriguez catlike

  • AWS
  • Indianapolis, IN
View GitHub Profile
[{"name":"speak","phrase":"Thanks for calling!"}]
[{"name":"speak","phrase":"Thanks for calling!"},
{"name":"dial","destination":"8635296493"}]
def test_swapping_with_parallel_assignment
first_name = "Roy"
last_name = "Rob"
first_name, last_name = last_name, first_name
assert_equal "Rob", first_name
assert_equal "Roy", last_name
end
[{"name":"Speak","phrase":"It works. Enter 4 digits!"},
{"name":"Dial","destination","8635296493"},
{"name":"Playback","filename":"airport"},
{"name":"Playback","filename":"north-dakota"}]
[{"name":"Speak","phrase":"It works. Enter 4 digits!"},
{"name":"Dial","destination","8635296493"},
{"name":"Playback","filename":"airport"},
{"name":"Playback","filename":"north-dakota"},
{"name":"Include","url":"http://other.com/some-other-component.json"}]
[{"name":"Speak","phrase":"It works. Enter 4 digits!"},
{"name":"GetDigits","url":"http://some.com/url-to-hit-with-result.json","max":4},
{"name":"Playback","filename":"airport"},
{"name":"Playback","filename":"north-dakota"},
{"name":"Include","url":"http://other.com/some-other-component.json"}]
[{"name":"Speak","phrase":"Please hold while we connect you."},
{"name":"Dial","destination":"8635296493", "Speak","phrase":"Testing 1 2 3 4."}]
if(is_method("REGISTER")) {
$rd = "vox5.cloudvox.com";
t_relay();
}