mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #2385] [Feature Request]: Add PSTN telephone number to MS Teams Phone user #1216
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#1216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AADAutomatisering on GitHub (Apr 30, 2024).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/2385
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
If you use a SIP Trunk and want to link the telephone number to a Teams user, this is currently only possible via Powershell.
If you want to do this for multiple users, this requires a lot of actions.
It would be great if in CIPP you could assign a phone number to a user via a UI.
PowerShell commands you would normally use to achieve above request
Add phonenumber to user
Set-CsPhoneNumberAssignment -Identity [gebruiker@voorbeeld.com] -EnterpriseVoiceEnabled $true
Set-CsPhoneNumberAssignment -Identity [gebruiker@voorbeeld.com] -PhoneNumber +31******** -PhoneNumberType DirectRouting
https://learn.microsoft.com/en-us/powershell/module/teams/set-csphonenumberassignment?view=teams-ps
Add VoiceRoutingPolicy
Grant-CsOnlineVoiceRoutingPolicy -Identity [gebruiker@voorbeeld.com] -PolicyName "Calling"
https://learn.microsoft.com/en-us/powershell/module/teams/grant-csonlinevoiceroutingpolicy?view=teams-ps
@KelvinTegelaar commented on GitHub (Apr 30, 2024):
Only sponsors can create feature requests
@AADAutomatisering commented on GitHub (Apr 30, 2024):
I know, we are a sponsor.
@Ovalis-IT-Manager commented on GitHub (May 7, 2024):
+1 for this feature please
@github-actions[bot] commented on GitHub (May 17, 2024):
This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.
@github-actions[bot] commented on GitHub (May 31, 2024):
This issue was closed because it has been stalled for 14 days with no activity.