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

Inbound call with IVR menu: appointment booking #99

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fhaghbin-msft
Copy link
Contributor

Purpose

Call Contoso Dental office to confirm your appointment: Inbound call with IVR menu.

User dials Dentist’s office number.
Call is answered by CA endpoint.
Start recording
Play Audio – “Welcome to Contoso Dental’s virtual booking center. This call is being recorded for quality purposes. Please pick from the following times to select an appointment with your dentist.
Play Audio - “Press 1 for 9:30am, Press 2 for 10:30am, Press 3 for 11:30am.”
Receive dtmf input.
Play audio –

if pressed 1 -> “Thank you for confirming your appointment at 9:30am. We look forward to seeing you, goodbye.

if pressed 2 -> “Thank you for confirming your appointment at 10:30am. We look forward to seeing you, goodbye.”

if pressed 3 -> “Thank you for confirming your appointment at 11:30am. We look forward to seeing you, goodbye.” 

any other key-> "I'm sorry that is not a valid input, please choose from the options provided"

Play Audio -  “Press 1 for 9:30am, Press 2 for 10:30am, Press 3 for 11:30am.”
Terminate the call.
Recording should end too.

  • ...

Does this introduce a breaking change?

[ ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] 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]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information


# Design

![design](./Data/AppointmentReminderDesign.png)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will be updated

@fhaghbin-msft fhaghbin-msft force-pushed the callautomation/appointmentBooking branch from 3bcfaa9 to 1883d85 Compare May 22, 2023 18:24
"AllowedHosts": "*",
"AppointmentBookingConfigs": {
"COMMUNICATION_CONNECTION_STRING": "<YOUR-COMMUNICATION-CONNECTION-STRING>",
"DIRECT_OFFERED_PHONE_NUMBER": "<YOUR-DIRECT-OFFER-PHONE-NUMBER>",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please confirm if we need DIRECT_OFFERED_PHONE_NUMBER in confg.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the ACS phone number

@fhaghbin-msft fhaghbin-msft force-pushed the callautomation/appointmentBooking branch from 1883d85 to 77a95b0 Compare May 24, 2023 14:15
@fhaghbin-msft fhaghbin-msft force-pushed the callautomation/appointmentBooking branch from 77a95b0 to 8f02304 Compare May 24, 2023 14:24
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