Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license scan report and status #1

Open
wants to merge 1 commit into
base: github
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ cd tropo-tutorial
script/generate controller messagings # we will use this controller to essentially parse tropo request and response appropriately

# somple content of messagings_controller.rb
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fzlu%2Ftropo-tutorial.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fzlu%2Ftropo-tutorial?ref=badge_shield)

class MessagingsController < ApplicationController
def index
#initial_text captures the very first sms or IM sent to tropo
Expand Down Expand Up @@ -116,3 +118,7 @@ The :on works for the join event where I can hear "Welcome to my conference", bu
I haven't gotten the leave event working and couldn't hear "Someone has left the conference".
Also the second caller joining the conference hears the word "conference" in the welcome message being echoed several times. The conference call itself works well, pretty clear voice quality when I tested with a coworker.



## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fzlu%2Ftropo-tutorial.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fzlu%2Ftropo-tutorial?ref=badge_large)