Skip to content

Commit 43f5cf3

Browse files
committed
Call automation changes
Call automation changes per discussion and add missing SMS opt-out back
1 parent 7d472d1 commit 43f5cf3

File tree

1 file changed

+55
-39
lines changed
  • articles/communication-services

1 file changed

+55
-39
lines changed

articles/communication-services/toc.yml

Lines changed: 55 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ items:
292292
href: concepts/sms/messaging-policy.md
293293
- name: Short code program brief filling guidelines
294294
href: concepts/sms/program-brief-guidelines.md
295+
- name: Opt-Out management overview
296+
href: concepts/sms/opt-out-api-concept.md
295297
- name: SMS events
296298
href: ../event-grid/communication-services-telephony-sms-events.md
297299
- name: Toll-free verification guidelines
@@ -911,8 +913,6 @@ items:
911913
href: quickstarts/telephony/get-phone-number.md
912914
- name: Lookup number type and carrier details
913915
href: quickstarts/telephony/number-lookup.md
914-
- name: Make an outbound call
915-
href: quickstarts/call-automation/quickstart-make-an-outbound-call.md
916916
- name: Add a Teams user to an existing call
917917
href: how-tos/call-automation/teams-interop-call-automation.md
918918
- name: Add outbound phone calling to your app
@@ -947,24 +947,52 @@ items:
947947
href: concepts/call-automation/call-automation.md
948948
- name: Pricing
949949
href: https://azure.microsoft.com/pricing/details/communication-services/
950-
- name: Answer a call
951-
href: concepts/call-automation/incoming-call-notification.md
952-
- name: Connect to Azure AI
953-
href: concepts/call-automation/azure-communication-services-azure-cognitive-services-integration.md
954-
- name: Gather user input
955-
href: concepts/call-automation/recognize-action.md
956-
- name: Play audio
957-
href: concepts/call-automation/play-action.md
950+
- name: Call management
951+
items:
952+
- name: Answer a call
953+
href: concepts/call-automation/incoming-call-notification.md
954+
- name: Make an outbound call
955+
href: quickstarts/call-automation/quickstart-make-an-outbound-call.md
956+
- name: Control and steer calls
957+
href: how-tos/call-automation/actions-for-call-control.md
958+
- name: Pass contextual data between calls
959+
href: how-tos/call-automation/custom-context.md
960+
- name: Ring Teams users
961+
href: concepts/call-automation/call-automation-teams-interop.md
962+
- name: Interactive voice and AI
963+
items:
964+
- name: Connect to Azure AI
965+
href: concepts/call-automation/azure-communication-services-azure-cognitive-services-integration.md
966+
- name: Play audio
967+
href: concepts/call-automation/play-action.md
968+
- name: Gather user input
969+
href: concepts/call-automation/recognize-action.md
970+
- name: Control mid call media actions
971+
href: how-tos/call-automation/control-mid-call-media-actions.md
972+
- name: Customize voice prompts to users with play action
973+
href: how-tos/call-automation/play-action.md
974+
- name: Gather user input with recognize action
975+
href: how-tos/call-automation/recognize-action.md
958976
- name: Call recording
959-
href: concepts/voice-video-calling/call-recording.md
960-
- name: Get audio streams from a call
961-
href: concepts/call-automation/audio-streaming-concept.md
962-
- name: Get real-time audio insights using transcriptions
963-
href: concepts/call-automation/real-time-transcription.md
964-
- name: Ring Teams users
965-
href: concepts/call-automation/call-automation-teams-interop.md
966-
- name: Call Automation known issues
967-
href: concepts/voice-video-calling/known-issues-call-automation.md
977+
items:
978+
- name: Call recording overview
979+
href: concepts/voice-video-calling/call-recording.md
980+
- name: Record a call
981+
href: quickstarts/voice-video-calling/get-started-call-recording.md
982+
- name: Record every call in the resource
983+
href: how-tos/call-automation/record-every-call.md
984+
- name: Transcripts
985+
items:
986+
- name: Get real-time audio insights using transcriptions
987+
href: concepts/call-automation/real-time-transcription.md
988+
- name: Add real-time transcription
989+
href: how-tos/call-automation/real-time-transcription-tutorial.md
990+
- name: Audio streaming
991+
items:
992+
- name: Get audio streams from a call
993+
href: concepts/call-automation/audio-streaming-concept.md
994+
- name: Implement audio streaming
995+
href: how-tos/call-automation/audio-streaming-quickstart.md
968996
- name: Logging and analytics
969997
items:
970998
- name: Call Automation insights
@@ -977,38 +1005,26 @@ items:
9771005
href: concepts/analytics/logs/recording-logs.md
9781006
- name: Call recording insights
9791007
href: concepts/analytics/insights/call-recording-insights.md
1008+
- name: Troubleshooting and known issues
1009+
items:
1010+
- name: Call Automation known issues
1011+
href: concepts/voice-video-calling/known-issues-call-automation.md
1012+
- name: Troubleshooting response codes
1013+
href: resources/troubleshooting/voice-video-calling/troubleshooting-codes.md?pivots=automation
9801014
- name: Samples and tutorials
9811015
items:
982-
- name: Control and steer calls
983-
href: how-tos/call-automation/actions-for-call-control.md
984-
- name: Control mid call media actions
985-
href: how-tos/call-automation/control-mid-call-media-actions.md
986-
- name: Customize voice prompts to users with play action
987-
href: how-tos/call-automation/play-action.md
988-
- name: Gather user input with recognize action
989-
href: how-tos/call-automation/recognize-action.md
990-
- name: Call recording
991-
items:
992-
- name: Record a call
993-
href: quickstarts/voice-video-calling/get-started-call-recording.md
994-
- name: Record every call in the resource
995-
href: how-tos/call-automation/record-every-call.md
996-
- name: Add real-time transcription
997-
href: how-tos/call-automation/real-time-transcription-tutorial.md
9981016
- name: Secure webhook endpoints
9991017
href: how-tos/call-automation/secure-webhook-endpoint.md
10001018
- name: Handle Call Automation events with EventProcessor
10011019
href: how-tos/call-automation/handle-events-with-event-processor.md
1002-
- name: Pass contextual data between calls
1003-
href: how-tos/call-automation/custom-context.md
1004-
- name: Implement audio streaming
1005-
href: how-tos/call-automation/audio-streaming-quickstart.md
10061020
- name: Call Automation Azure OpenAI sample
10071021
href: samples/call-automation-azure-openai-sample.md
10081022
- name: Call Automation AI sample
10091023
href: samples/call-automation-ai.md
10101024
- name: References
10111025
items:
1026+
- name: Call Automation (REST)
1027+
href: /rest/api/communication/callautomation/call-connection
10121028
- name: Call Automation (JavaScript)
10131029
href: /javascript/api/overview/azure/communication-call-automation-readme
10141030
- name: Call Automation (.NET)

0 commit comments

Comments
 (0)