Skip to content

Instantly share code, notes, and snippets.

@matthusby
Created October 14, 2011 21:04
Show Gist options
  • Save matthusby/1288339 to your computer and use it in GitHub Desktop.
Save matthusby/1288339 to your computer and use it in GitHub Desktop.
lists:foreach(fun([Meeting]) ->
lists:foreach(fun([Participant])) ->
spawn(twilio,make_call, ["4143759009", Participant:phone_number(), [{"Url", "http://3anc.localtunnel.com/twilio/call/id/" ++ Meeting:id()}]]),
end, Meeting:participants())
end, Meetings).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment