User Profile
paul-lange
Iron Contributor
Joined Mar 19, 2017
User Widgets
Recent Discussions
Public Preview Features with New Teams Client
Hi Microsoft team, It would be great if you could continue announcing public preview features here. These announcements have been incredibly helpful in keeping us informed about what's coming. If there's a new location for these updates, please feel free to point me in the right direction. Thanks! Jan_Steberl Emily Kirby Regards, PaulRe: Default phone number of the tenant instead of personal number is shown when Dialing Out in Teams
Not really from the audio conferencing perspective. The only other option is that if you have direct routing or calling plans and no audio conferencing license the personal number gets send to the invited party. But this means the user has no dial in capability for the meeting anymore.3.4KViews0likes0CommentsRe: Default phone number of the tenant instead of personal number is shown when Dialing Out in Teams
Hi, this is not possible afaik. This behavior is also documented here: „The default phone number of your conference bridge defines the caller ID that will be used when an outbound call is placed by a participant or the organizer from within a meeting.“ https://docs.microsoft.com/en-us/MicrosoftTeams/change-the-phone-numbers-on-your-audio-conferencing-bridge The only other option is that if you have direct routing or calling plans and no audio conferencing license the personal number. But this means the user has no dial in capability for the meeting anymore. Regards, Paul3.6KViews1like2CommentsRe: Why doesn't the new Teams calling experience not roll out to all in a tenant at the same time?
Totally understand your challenge. I thought may the "targeted release" ist something you can try for some users and the rest goes with the standard release in your tenant. https://docs.microsoft.com/en-us/microsoft-365/admin/manage/release-options-in-office-365?view=o365-worldwide3.6KViews0likes1CommentRe: Why doesn't the new Teams calling experience not roll out to all in a tenant at the same time?
Hi Jeffrey, I understand your point but this currently their process of rolling out Teams. Martin Rinas from Microsoft described the release process of Teams in the following article. https://techcommunity.microsoft.com/t5/microsoft-teams-blog/microsoft-teams-release-processes-why-do-i-not-see-a-feature-but/ba-p/2110426 Regarding the feature flags to enable the new features they say exactly what you complained about. So this is by intention: "When we begin rolling out feature flags within a ring is where you will usually see differences in features within the same version. We roll features and versions out on in increasing % tranches at user level (considering the worldwide user pool and not at an organization/tenant level) as it gives us the best cross section of use cases, hardware configurations, software configurations, network topology, bandwidth availability, etc., to validate our changes and the user experience they provide – but this does mean that co-workers on the same build can see differences in their features." I understood your post is more feedback to MS, but I wanted to point you to this article to give some context. Regards, Paul3.6KViews1like3CommentsRe: Auto Divert of Incoming Calls to Voicemail When In a Teams Meeting
Hi Steven, the can be done in the calling policy. This is a very new option and probably not available in Teams admin center. Via powershell this would be: -BusyOnBusyEnabledType Setting this parameter lets you configure how incoming calls are handled when a user is already in a call or conference or has a call placed on hold. Valid options are: Enabled, Unanswered, Disabled. When set to Enabled, new or incoming calls will be rejected with a busy signal. When set to Unanswered, the user's unanswered settings will take effect, such as routing to voicemail or forwarding to another user. Note: UserOverride option value is not available for use currently, if set it will be read as setting value to Disabled. https://docs.microsoft.com/en-us/powershell/module/skype/set-csteamscallingpolicy?view=skype-ps Regards, Paul21KViews1like1CommentRe: Direct Routing - PABX Extension Number
Hi, the behavior in issue 1 is correct. Teams only tries to match the phone number. So to use that approach you have to normalize the 4 digits (YYYY) to the e.164 (+44XXXXXXYYYY) on your SBC before you send it to Teams. In general I would recommend to use full e.164 in Teams. This would mean to transform 4 digit numbers to e.164 from PBX to Teams. The other way round you have to do the opposite and strip the digits before you send it to the PBX. The issue 2 is related to the dial plan that got applied by default depending on your country. If you want to implement extension dialing to your pbx you need to create your own user level dial plan. Regards, Paul7.4KViews0likes5CommentsRe: Unable to assign user number to a user in MS Teams
Hi, to assign a phone to a teams user you need a calling plan. If you assign this license to your user your can also assign the number. BTW. virtual phone system licenses are for ressource accounts and not for users. Regards, Paul27KViews0likes3CommentsRe: Cannot Assign Phone Number to Ressource Account via PowerShell
Hi, the docs say the command should look like this: Set-CsOnlineVoiceApplicationInstance -Identity testra1@contoso.com -TelephoneNumber +14255550100 If this supposed to be a french number, it would look like +33xxxxxxxx https://docs.microsoft.com/en-us/powershell/module/skype/set-csonlinevoiceapplicationinstance?view=skype-ps Hope this helps2.1KViews0likes3CommentsRe: Masking outgoing calls in Direct Routing Scenrio
Hi Florian, masking a direct routing number is currently not available in Teams. If I remember this right they say this coming/planned at last Ignite. We are also waiting for this. The only workaround is to rewrite the calling number on the SBC, but this is very static and not really elegant 😀 Regards, Paul1.9KViews0likes0CommentsRe: Wechseln auf persönlich bei Teams
ChristianBergstrom I was referring to "Signing in with a personal account on Windows Desktop" not using it along with a work account. I was assuming this is also the case for judodetlef But anyhow as adam deltinger pointed out we need more info's to help him.1.2KViews0likes1CommentRe: Date when personal Exchange-Outlook contacts (not GAL) come to Teams Desktop?
Hi Paul, the support article you are referring is just about contacts in Teams. These contacts stay in Teams. Using Exchange contacts or Azure AD contacts in Teams is currently not working but highly requested. I haven’t seen a roadmap item for this. What I noticed is that for Exchange contacts the name displayed when they call you. I hope this gets fixed soon. Regards, Paul1KViews0likes0CommentsRe: Allowed non default SipSigPort
Hi godril_ the SBC that you connect to Teams can be added via Teams Admin Center or PowerShell. For PowerShell the command would be Set-CsOnlinePSTNGateway. This command also includes a paramter to specify the SIP port where the SBC is listining. This is SipSignalingPort. The docs say for this parameter "Listening port used for communicating with Direct Routing services by using the Transport Layer Security (TLS) protocol. The value must be between 1 and 65535." https://docs.microsoft.com/en-us/powershell/module/skype/set-csonlinepstngateway?view=skype-ps Hope this helps. Regards, Paul1.4KViews0likes1CommentRe: automatically forward calls to another person when out of office entry in outlook calender
Hi DanyStoeckli, setting call forwarding for user is currently not possible for an admin. This is highly requested but not available now. https://microsoftteams.uservoice.com/forums/555103-public/suggestions/41285662-add-call-forwarding-for-a-user-from-teams-admin-ce https://microsoftteams.uservoice.com/forums/555103-public/suggestions/36837064-teams-powershell-module-configure-end-user-s-tel Regards, Paul5.2KViews1like0CommentsRe: automatically forward calls to another person when out of office entry in outlook calender
Hi DanyStoeckli , This is not possible AFAIK. Currently there is only the option to play another greeting when the user is OOF. The following blog post from Linus Cansby outlines what seetings Teams offer with regards to voicemail: https://www.lync.se/2019/10/configure-your-cloud-voicemail-in-teams/ Regards, Paul5.4KViews1like2CommentsRe: Return to Skype after installing Microsoft Teams
Hi valera111, there is a backend change required to do this. I would recommend you to contact your admin and ask him to do this. This link should help him to get started: https://docs.microsoft.com/en-us/MicrosoftTeams/upgrade-start-here For some companies it is not possible to move back to Skype for Business because their organisation are configured for TeamsOnly. Skype for Business Online will also retire on July 31th 2021 - so for an organisation living in Office 365 Teams is the only way to go forward. Regards, Paul1.1KViews0likes0Comments
Recent Blog Articles
No content to show