Skip to content

Commit

Permalink
Update Blog “2022-01-31-manage-call-queue-and-auto-attendant”
Browse files Browse the repository at this point in the history
  • Loading branch information
robdy committed Feb 4, 2022
1 parent fa92393 commit 88fab96
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ Set-CsAutoAttendant -Instance $aa

We can verify the prompt is saved successfully:



```powershell
# We pull the AA info again
$aa = Get-CsAutoAttendant -NameFilter $attendantName |
Expand Down Expand Up @@ -108,8 +106,14 @@ $aa.DefaultCallFlow.Greetings = @($audioFilePrompt)
Set-CsAutoAttendant -Instance $aa
```

## Adding out of hours workflow



## Changing out of hours greeting



## Changing holidays greeting

## Changing working hours
Expand Down

0 comments on commit 88fab96

Please sign in to comment.