|
Configure Exception Handling page:
Call overflow section:
In most cases use the default setting of 50 for Maximum calls in the queue.
When the maximum number of callers is reached: This can be set to disconnect the caller if the queue is full, but most departments will not want to use this setting. They will opt for voicemail in most cases. This is where we deviate from Microsoft's suggestions and do our own thing: They only allow you to set an individual user or an M365 group as the shared voicemail target. This causes issues that were explained in the introduction of this article. The best option is to setup a shared mailbox so that it can receive voicemails.
Using a shared mailbox as a voicemail target is only an option in Call Queues. This cannot be used in Auto Attendants. That is why IT and OneStop cannot use this method. Anywhere 365 serves as their call queues. I will include some alternate instructions for their scenarios.
Whether a Call Queue is being used or not, a User account will need to be created On Prem under User Accounts>Applications>Exchange>SharedMailboxes. You can copy from one of the other existing accounts to begin creation. Assessment or Admissions are good examples of accounts you can copy. When you create the account, set the password to the same as all the shared phone accounts (password can be found in Keeper). Set password to never expire; User cannot change password.
On the General tab of the account properties, make sure the email address is there and also make sure to enter the phone number that you assigned to the Auto Attendant you created earlier. You will also want to go into the Attribute Editor and make sure that extensionAttribute13 is set as Shared Phone. This will ensure the account gets the correct license when the dynamic licensing is being applied.
After the On Prem account has been created, you will need to login to dc2 and run a delta sync so that your newly created account will be present in M365.
Login to dc2 with your elevated rights account, launch Powershell, then run this command: Start-ADSyncSyncCycle -PolicyType Delta
Now that you've run the delta sync, and the account has had enough time to make its way into M365 and receive the correct license, it's time to Enterprise Voice Enable the account. Go back to your PowerShell session on your computer, and run this command if you are not already connected to Teams: Connect-MicrosoftTeams Login with your elevated rights account.
We are not going to assign a number or calling plan for this account. We are just Enterprise Voice Enabling it so that the shared mailbox can receive voicemails. After you know you are connected to Teams in PowerShell, run this command to enable:
Set-CsPhoneNumberAssignment -Identity user3@tulsatech.edu -EnterpriseVoiceEnabled $true
Now you can add the account as the voice mail target for the Call Queue under When the maximum number of calls is reached: Set to Redirect this call to Voicemail (personal) and add the name of the account you created and voice enabled.
Call timeout section:
This section is another that may be different, depending on what the end user wants. In most cases you you will use the default settings of 20 minutes for Maximum wait time, and Disconnect for When call times out.
No agents opted or signed in section:
Apply settings only to new incoming calls should be set to Off
Redirect call to should be set the same as in the Call timeout handling page. Set to Voicemail (Personal) and use the same account you voice enabled from before.
Click Next
There is an Authorized Users page next that we will most likely never use. It grants others access to make changes to the Call Queue. We probably want that ability to remain with the Admin.
Click Submit to complete the creation of the Call Queue.
|