{"id":5029,"date":"2023-05-04T08:27:18","date_gmt":"2023-05-04T06:27:18","guid":{"rendered":"https:\/\/www.msb365.blog\/?p=5029"},"modified":"2023-05-04T08:27:18","modified_gmt":"2023-05-04T06:27:18","slug":"part-8-enable-additional-calling-features-for-teams-phone","status":"publish","type":"post","link":"https:\/\/www.msb365.blog\/?p=5029","title":{"rendered":"Part 8 &#8211; Enable additional calling features for Teams Phone"},"content":{"rendered":"<p>Audio Conferencing settings allow you to enable or disable, set options such as default Conference Bridge numbers for users, and to perform tasks such as resetting a user\u2019s PIN.<\/p>\n<p>Voice settings for users include the call sharing and group call pickup features of Microsoft Teams. These features enable users to share their incoming calls with colleagues so that the colleagues can answer calls that occur while the user is unavailable.<\/p>\n<p>\u00a0<\/p>\n<h3 id=\"configure-or-manage-audio-conferencing-bridge-for-a-user\">Configure or manage audio conferencing bridge for a user<\/h3>\n<p>After assigning an Audio-Conferencing license to a user, you can edit an individual user\u2019s settings. You might want to do this if you want to set the default audio bridge number, conference ID, or PIN.<\/p>\n<p>To edit the audio-conferencing settings, use the Teams Admin Center:<\/p>\n<ul>\n<li>Navigate to the Teams admin center at\u00a0<a href=\"https:\/\/admin.teams.microsoft.com\/\" data-linktype=\"external\">https:\/\/admin.teams.microsoft.com<\/a>.<\/li>\n<li>Sign into the Teams admin center with an account that has the Teams Administrator role.<\/li>\n<li>In the left navigation, select\u00a0<strong>Users<\/strong>, then select the user from the list of available users, then select\u00a0<strong>Edit.<\/strong><\/li>\n<li>Under\u00a0<strong>Audio Conferencing<\/strong>, modify any of the following:<\/li>\n<\/ul>\n<div class=\"has-inner-focus\">\n<table class=\"table\" aria-label=\"Configure or manage audio conferencing bridge for a user\">\n<thead>\n<tr>\n<th><strong>Setting<\/strong><\/th>\n<th><strong>Description<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Audio conferencing<\/strong><\/td>\n<td>To turn audio conferencing on or off for the user, select\u00a0<strong>Edit<\/strong>\u00a0next to\u00a0<strong>Audio Conferencing<\/strong>, and then in the\u00a0<strong>Audio Conferencing<\/strong>\u00a0pane, toggle\u00a0<strong>Audio conferencing<\/strong>\u00a0On or Off.<\/td>\n<\/tr>\n<tr>\n<td><strong>Send conference info in email<\/strong><\/td>\n<td>Select this link only if you want to immediately send an email to the user with their conference ID and phone number. (This email does not include the PIN.)<\/td>\n<\/tr>\n<tr>\n<td><strong>Conference ID<\/strong><\/td>\n<td>Select\u00a0<strong>Reset conference ID<\/strong>\u00a0if you need to reset the conference ID for the user.<\/td>\n<\/tr>\n<tr>\n<td><strong>PIN<\/strong><\/td>\n<td>Select\u00a0<strong>Reset PIN<\/strong>\u00a0if you need to reset the PIN for the user.<\/td>\n<\/tr>\n<tr>\n<td><strong>Default conferencing toll phone number<\/strong>\u00a0(required)<\/td>\n<td>These will be numbers that are set on the audio conferencing bridge. Format the numbers as you want them to appear in Microsoft Teams meeting requests. To change the default toll number, select\u00a0<strong>Edit<\/strong>\u00a0next to\u00a0<strong>Audio Conferencing<\/strong>\u00a0and in the\u00a0<strong>Audio Conferencing<\/strong>\u00a0pane, select a number under\u00a0<strong>Toll number<\/strong>.<\/td>\n<\/tr>\n<tr>\n<td><strong>Invites from this user can include toll-free number<\/strong><\/td>\n<td>To change this setting, select\u00a0<strong>Edit<\/strong>\u00a0next to\u00a0<strong>Audio Conferencing<\/strong>\u00a0and in the\u00a0<strong>Audio Conferencing<\/strong>\u00a0pane, toggle\u00a0<strong>Include toll-free numbers in meeting requests from this user<\/strong>\u00a0On or Off.<\/td>\n<\/tr>\n<tr>\n<td><strong>Unauthenticated users can be the first person in the meeting<\/strong><\/td>\n<td>To change this setting, toggle\u00a0<strong>Unauthenticated users can be the first person in the meeting<\/strong>\u00a0On or Off.<\/td>\n<\/tr>\n<tr>\n<td><strong>Dial-out permissions<\/strong><\/td>\n<td>To change this setting, click\u00a0<strong>Edit<\/strong>\u00a0next to\u00a0<strong>Audio Conferencing<\/strong>\u00a0and in the\u00a0<strong>Audio Conferencing<\/strong>\u00a0pane, choose an option under\u00a0<strong>Dial-out from meetings<\/strong>.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h3><\/h3>\n<h3 id=\"group-call-configuration\">Group call configuration<\/h3>\n<p>Call groups enable users to manage who they want notified when they get a call.<\/p>\n<p>Group call pickup is less disruptive to recipients than other forms of call sharing, such as call forwarding or simultaneous ringing. Group call pickup is less invasive because users can configure how they want to be notified of an incoming shared call (through audio and visual notification, visual only, or through a banner in the Teams app), and they can decide whether to answer it.<\/p>\n<p>To share calls with others, a user must create a call group and then add the users they want to share the calls with. The user can also configure simultaneous ring or forwarding.<\/p>\n<p>Administrators don\u2019t have to configure these features for their users since the call group creation and notification settings are available for configuration on the user side.<\/p>\n<p>However, administrators can use the Teams PowerShell module to modify the\u00a0<strong>AllowCallGroups<\/strong>\u00a0parameter in the\u00a0<strong>TeamsCallingPolicy<\/strong>\u00a0to enable or disable call groups:<\/p>\n<p>To create a policy that prevents use of call groups, use the following cmdlet:<\/p>\n<pre>New-CsTeamsCallingPolicy -Identity \"AllowCallingPreventCallgroups\" -AllowCallGroups $false<\/pre>\n<p>To assign the new policy it to a user, use the following cmdlet:<\/p>\n<pre>Grant-CsTeamsCallingPolicy -Identity <User name> -PolicyName AllowCallingPreventCallgroups<\/pre>\n<p>A user can be enabled to use call groups by either changing their policy using the Set-CsTeamsCallingPolicy cmdlet or granting a different policy to the user.<\/p>\n<p>You can use the Teams Client to add a call group by completing the following steps:<\/p>\n<ul>\n<li>In the upper right corner of the Teams client, select\u00a0<strong>\u2026 > Settings<\/strong>\u00a0and then\u00a0<strong>Calls<\/strong>.<\/li>\n<li>Below\u00a0<strong>Call answering rules<\/strong>, select\u00a0<strong>Forward my calls<\/strong>, and open the dropdown menu by selecting\u00a0<strong>Voicemail<\/strong>.<\/li>\n<li>Select the call group to open a\u00a0<strong>Call group<\/strong>\u00a0new window.<\/li>\n<li>Use the search field below\u00a0<strong>Add people<\/strong>\u00a0and select the users that you want to add to the call group.<\/li>\n<li>In the\u00a0<strong>Ring order<\/strong>\u00a0menu, you can select to ring\u00a0<strong>All<\/strong>\u00a0at the same time simultaneously or\u00a0<strong>In the order above<\/strong>\u00a0to call people in order in 20-second intervals (just note that if your call group has six or more people, incoming calls will ring all of them at the same time).<\/li>\n<\/ul>\n<h4 class=\"alert-title\"><\/h4>\n<h4 class=\"alert-title\">Note<\/h4>\n<h4>All users added to a call group receive a notification in their Teams client.<\/h4>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>When an admin turns off group calling for a user, after the user has already set up a call group, the call group relationships for the user in the Teams admin center must be cleaned up to avoid incorrect call routing.<\/p>\n<p>To clean up or modify the call group for a user, complete the following steps:<\/p>\n<ul>\n<li>Navigate to the Teams admin center at\u00a0<a href=\"https:\/\/admin.teams.microsoft.com\/\" data-linktype=\"external\">https:\/\/admin.teams.microsoft.com<\/a>.<\/li>\n<li>Sign in to the Teams admin center with an account that has the Teams Administrator role.<\/li>\n<li>In the left-hand navigation pane in the Teams Admin Center, select\u00a0<strong>Users<\/strong>\u00a0and then select the name of the user and then select\u00a0<strong>Edit<\/strong>.<\/li>\n<li>Select the\u00a0<strong>Voice<\/strong>\u00a0tab and navigate to the\u00a0<strong>Group call pickup<\/strong>\u00a0section.<\/li>\n<li>In the list of users, select the users you want to remove from the\u00a0<strong>Call group<\/strong>\u00a0and select\u00a0<strong>Remove<\/strong>.<\/li>\n<\/ul>\n<p>If you want to add users to a call group, complete the following steps:<\/p>\n<ul>\n<li>In the left-hand navigation pane in the Teams Admin Center, select\u00a0<strong>Users<\/strong>\u00a0and then select the name of the user who owns the call group you want to modify.<\/li>\n<li>Select the\u00a0<strong>Voice<\/strong>\u00a0tab and navigate to the\u00a0<strong>Group call pickup<\/strong>\u00a0section.<\/li>\n<li>Select\u00a0<strong>Add people<\/strong>\u00a0and then in the right-hand pane, search for the users you want to add.<\/li>\n<li>Select\u00a0<strong>Apply<\/strong>\u00a0to add the selected users to the call group.<\/li>\n<\/ul>\n<p>\u00a0<\/p>\n<h3 id=\"configuring-call-forwarding-simultaneous-ring-and-delegation\">Configuring Call Forwarding, Simultaneous Ring and Delegation<\/h3>\n<p>Like Group Call configuration, configuration for Call Forwarding, Simultaneous Ring, and Delegation is configured within the Teams client when logged in as the user the change affects.<\/p>\n<p>You can use the Teams Client to make changes to these settings by following these steps:<\/p>\n<ul>\n<li>Forwarding allows a user to forward their calls to voicemail, another user or to a call group. To configure Forwarding:<\/li>\n<li>In the upper right corner of the client, select\u00a0<strong>Settings<\/strong>\u00a0and\u00a0<strong>Calls<\/strong>.<\/li>\n<li>Under\u00a0<strong>Call answering rules<\/strong>, choose\u00a0<strong>Forward my calls<\/strong>, and then select where you want your forwarded calls to go:\u00a0<strong>voicemail<\/strong>,\u00a0<strong>another person<\/strong>, or a\u00a0<strong>call group.<\/strong><\/li>\n<li>With simultaneous ring, a call rings both in the user\u2019s Teams clients and also for another user or a call group. To configure simultaneous ring:<\/li>\n<li>In the upper right corner of the client, select\u00a0<strong>Settings<\/strong>\u00a0and\u00a0<strong>Calls<\/strong>.<\/li>\n<li>Under Call answering rules, select\u00a0<strong>Calls ring me<\/strong>. Then select\u00a0<strong>Also ring<\/strong>\u00a0and select where else you want your calls to ring:\u00a0<strong>another person<\/strong>,\u00a0<strong>no one<\/strong>, or a\u00a0<strong>call group<\/strong><\/li>\n<li>Delegation allows another user to make or receive calls on the user who configures delegation\u2019s behalf. To configure delegation:<\/li>\n<li>In the upper right corner of the client, select\u00a0<strong>Settings<\/strong>\u00a0and\u00a0<strong>General<\/strong>.<\/li>\n<li>Select\u00a0<strong>Manage delegates<\/strong>.<\/li>\n<li>Select\u00a0<strong>Your delegates<\/strong>\u00a0and type the person\u2019s name to assign delegate rights to.<\/li>\n<li>Select the permissions to give them, and then select\u00a0<strong>Add<\/strong>.<\/li>\n<\/ul>\n<p>\u00a0<\/p>\n<blockquote><p><a href=\"https:\/\/www.msb365.blog\/?p=5021\">Click here to return to the overview<\/a><\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Audio Conferencing settings allow you to enable or disable, set options such as default Conference Bridge numbers for users, and to perform tasks such as resetting a user\u2019s PIN. Voice settings for users include the call sharing and group call pickup features of Microsoft Teams. These features enable users to share their incoming calls with [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5062,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[15],"tags":[],"class_list":["post-5029","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ms-teams"],"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/www.msb365.blog\/index.php?rest_route=\/wp\/v2\/posts\/5029","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.msb365.blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.msb365.blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.msb365.blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.msb365.blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5029"}],"version-history":[{"count":2,"href":"https:\/\/www.msb365.blog\/index.php?rest_route=\/wp\/v2\/posts\/5029\/revisions"}],"predecessor-version":[{"id":5051,"href":"https:\/\/www.msb365.blog\/index.php?rest_route=\/wp\/v2\/posts\/5029\/revisions\/5051"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.msb365.blog\/index.php?rest_route=\/wp\/v2\/media\/5062"}],"wp:attachment":[{"href":"https:\/\/www.msb365.blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5029"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.msb365.blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5029"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.msb365.blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5029"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}