Skip to main content
CallTower Solutions Center

MS Teams - Assign Direct Routing Numbers For CallTower

Summary:

This article is intended for CallTower Teams Direct Routing customers who do not have a service/admin account for 365 in CallTower Connect. The user must be created in CallTower Connect and assigned a phone number prior to performing these steps in the Teams Admin Center.

Login into the Teams Admin Center as a 365 Global Administrator or Teams Administrator: https://admin.teams.microsoft.com

On the left-hand side click on Users>Manage users

Search for the user that needs to have a direct routing number added and click on the Display name

clipboard_eeb7027961f91c6face5a5dc5c9377ac0.png

Under the Account tab click Edit next to General information

clipboard_eb453cfeec2e4afad8e1a0305d599dfe7.png

Add the phone number to the assigned phone number field in the format shown below with the 1 in front and then click Apply

To Remove the number just blank out the Assigned phone number field then click Apply

clipboard_e46b45135052744dd2f8732d15fcf16a7.png

This message will pop up , click Wait

clipboard_efa450be97cad12d03d3a5ab4ee5e107f.png

Click on Policies and then click Edit next to Assigned policies

clipboard_efc0bb934ebebcd261080d66a6e8d651e.png

Scroll down to Voice routing policy and drop down to select CallTower Route then click Apply.

To remove the voice routing policy drop-down, select Global then click Apply.

clipboard_e84151fdc8d218a5f17a3694e4b6a9c8b.png

PowerShell Cmdlets to remove numbers and assign numbers

(These instructions apply to Teams Direct Routing Commercial without Service Account)

You must connect to the Microsoft Teams PowerShell Module using a 365 Global Administrator or Teams Administrator account.

Connect-MicrosoftTeams

Assign number to the user

  • Set-CsPhoneNumberAssignment -Identity username@domain.com  -PhoneNumber +18015551212 -PhoneNumberType DirectRouting

Assign Voice Routing Policy to the user

Remove number from the user

 

 

GCC High Powershell Cmdlets:

Important Note: This section only applies to GCC High O365 Tenants all commercial tenants should use the section above.

You must connect to the Microsoft Teams PowerShell Module using a 365 Global Administrator or Teams Administrator account.

Connect-MicrosoftTeams -TeamsEnvironmentName TeamsGCCH

Assign number to the user

  • Set-CsPhoneNumberAssignment -Identity username@domain.com  -PhoneNumber +18015551212 -PhoneNumberType DirectRouting

Assign Voice Routing Policy to the user

Important Note: when assigning a number to a resource account only assign the voice routing policy if you need to have the ability to transfer to an external number -- all regular users will need to have this policy applied

Remove number from the user

Route Resource Account Phone Number in CallTower Connect

 Click the magnifying glass and search for Pilot Numbers

clipboard_edea85e715430a0c258c3906008fc7bfc.png

Click Add

clipboard_e24bd64fd5b3a9201896cfb324b45dd70.png

Use the drop down to select GCC Resource Number and then the number and then click the 3 lines and then click the Save button

clipboard_ea9e03651f3a239bbb50c8551957f262c.png

  • Was this article helpful?