-
Notifications
You must be signed in to change notification settings - Fork 112
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
base: main
Are you sure you want to change the base?
Conversation
|
||
# Design | ||
|
||
![design](./Data/AppointmentReminderDesign.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will be updated
3bcfaa9
to
1883d85
Compare
"AllowedHosts": "*", | ||
"AppointmentBookingConfigs": { | ||
"COMMUNICATION_CONNECTION_STRING": "<YOUR-COMMUNICATION-CONNECTION-STRING>", | ||
"DIRECT_OFFERED_PHONE_NUMBER": "<YOUR-DIRECT-OFFER-PHONE-NUMBER>", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
CallAutomation_AppointmentBooking/CallAutomation_AppointmentBooking/appsettings.json
Show resolved
Hide resolved
1883d85
to
77a95b0
Compare
77a95b0
to
8f02304
Compare
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?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information