[GH-ISSUE #2385] [Feature Request]: Add PSTN telephone number to MS Teams Phone user #1216

Closed
opened 2026-03-02 13:42:27 +03:00 by kerem · 5 comments
Owner

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

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
Author
Owner

@KelvinTegelaar commented on GitHub (Apr 30, 2024):

Only sponsors can create feature requests

<!-- gh-comment-id:2085025589 --> @KelvinTegelaar commented on GitHub (Apr 30, 2024): Only sponsors can create feature requests
Author
Owner

@AADAutomatisering commented on GitHub (Apr 30, 2024):

Only sponsors can create feature requests

I know, we are a sponsor.

<!-- gh-comment-id:2085567066 --> @AADAutomatisering commented on GitHub (Apr 30, 2024): > Only sponsors can create feature requests I know, we are a sponsor.
Author
Owner

@Ovalis-IT-Manager commented on GitHub (May 7, 2024):

+1 for this feature please

<!-- gh-comment-id:2097478166 --> @Ovalis-IT-Manager commented on GitHub (May 7, 2024): +1 for this feature please
Author
Owner

@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.

<!-- gh-comment-id:2116484391 --> @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.
Author
Owner

@github-actions[bot] commented on GitHub (May 31, 2024):

This issue was closed because it has been stalled for 14 days with no activity.

<!-- gh-comment-id:2141101763 --> @github-actions[bot] commented on GitHub (May 31, 2024): This issue was closed because it has been stalled for 14 days with no activity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CIPP#1216
No description provided.