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

Feature/add incoming call routing sample #12

Open
wants to merge 15 commits into
base: feature/communication-CallingServer-preview
Choose a base branch
from

Conversation

nobodyabcd
Copy link

Purpose

This is the incoming call routing sample application shows how the Azure Communication Services Server, Calling package can be used to build IVR related solutions. This sample answer an incoming call from a phone number or a communication identifier and plays an audio message. If the caller presses 1 (tone1), the application will transfer the call. If the caller presses any other key then the application will ends the call after playing the audio message for a few times. The application is a console based application build using Python 3.9.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
cd IncomingCallRouting
pip install -r requirements.txt
python program.py
  • Test the code
N/A

What to Check

Verify that the following are valid
N/A

Other Information

@nobodyabcd nobodyabcd changed the base branch from main to feature/communication-CallingServer-preview January 13, 2022 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants