Skip to content

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