Learning Hub / Tutorials / MSTeams / VoxSBC Setup with Teams Admin PanelFAQs

Tutorials: VoxSBC Setup with Teams Admin Panel

VoxSBC Setup with Teams Admin Panel
Set up the VoxSBC with the Teams Admin Panel!
teams icon under options in the voxtelesys portal

You can check this by looking at your registrations on the Portal. You will have a little Teams icon under Options if this is the case. If there is no icon, reach out to [email protected] to update your registration type.

teams icon button which starts the voxsbc wizard


Start the VoxSBC Wizard. From the Portal > Registrations > click on the Teams icon (under Options) on the domain you want to set up.

add domain button under domains



Navigate to Settings > Domains > + Add Domain

location to copy primary domain name

Add the Domain. From the Wizard, copy the Primary Domain Name:

xxxxxx-xx.sip.voxtelesys.net
MS Domain setup Domain name field

Paste Domain into the MS Domain setup

add a TXT record button

Add a TXT Record.

location in wizard to copy the TXT record



Copy the TXT record.

location to paste the TXT file

Paste in Wizard

Submit on Wizard

Verify on Microsoft Admin page

If there is an error, wait 5 minutes and hit try again. Repeat until it clears.

exchange and exchange online protection field unchecked



Uncheck "Exchange and Exchange Online Protection"

domain setup is complete message


Continue

Your Domain is set up!

add user button under active users



Create a New User

Users > Active Users > Add a user

fields under set up the basics



The Domain will be the VoxSBC Domain provided earlier.

licenses options

Please Note: this can be removed later after the Domain verification is completed.

user roles options

This user does not need any Admin privileges.

Log in to your Teams Admin Page

add button under SBC

Voice > Direct Routing > SBCs > + Add

SBC information settings



Fill in SBC information:

  • FQDN for the SBC: Your VoxSBC domain (xxxxxx-xx.sip.voxtelesys.net)
  • Enabled: On
  • SIP Signaling Port: 5061

create option



Create

Manage PSTN Usage Records


Still under Voice > Direct Routing > SBCs > in the upper right corner, click on "Manage PSTN Usage Records"

add button



Press "+ Add"

VoxSBC entered into name field



Name it VoxSBC

add button under voice routes in direct routing



Still under Voice > Direct Routing > change from SBC to Voice Routes

Click + Add

fields to eneter for new voice route



Create the voice route:

  • Name: VoxSBC
  • Priority: 1
  • Dialed Number Pattern: .*
  • SBCs Enrolled: Add your VoxSBC Domain
  • PSTN Usage Records: Add VoxSBC

voice routing policies under voice



Navigate to "Voice > Voice routing policies"

add button under voice routing policies



Add a new Policy.

configure policy settings



Configure Policy:

  • Name the Policy: VoxSBC

Click "Add or remove PSTN usage records"

VoxSBC selected



Select VoxSBC as the PSTN Usage Record.

save button surrounded by a red box at the bottom left cornerer of the imahe



Click "Save"

dial plans located under voice



First, create or edit your Global Dial plan

Navigate to Voice > Dial plans

box around name field under dial plans



Edit the Global Dial plan

add button under normalization rules


Add New Normalization rules

domestic PTSN rule fields



Enter the following:

  • Name: Domestic PSTN
  • Description: PSTN access to NANP numbers
  • Advanced: Selected

The number dialed matches this regular expression:

^(\+1|1)?([2-9][0-9][0-9][2-9][0-9]{6})$

Translate the number based on this regular expression:

1$2

Click "Save"

information icon
Note:
This rule would be used if you were connecting your Teams account to a PBX system. It can be used in conjunction with the Domestic rule.

extension rule fields



Enter the following:

  • Name: Extension
  • Description: Extension to extension routing between 3rd party PBX and Teams
  • Advanced: Selected

The number dialed matches this regular expression:

^+?([0-9]{4})$

Note: the 4 in {4} would be changed to whatever extension length your PBX has, so a 3 digit extension would be ^+?([0-9]{3})$*


Translate the number based on this regular expression:

$1

Click "Save"

manage users under users

Navigate to Users > Manage users

view policies button


Click on "View policies" on the user you want to update.

User will need the phone System license "On."

edit next to assigned policies

Click on "Edit" next to Assigned policies.

dial plan and voice routing policy drop-downs

Change the following:

  • Voice routing policy: VoxSBC
  • Dial Plan: If you created a new Dial plan then update that here as well.

Click "Apply"


information icon
Important Note:
Any updates may take some time to complete, 1+ hours in some cases.

Assign Numbers to users

Numbers can be added to user or resource groups via Powershell or the Voxteleys Portal.

Use the command below to add a number to a user/resource group if you opted for the PowerShell configuration.

Set-CsUser -Identity "Username" -OnPremLineURI tel:"1xxxxxxxxxx"

Use the command below to enable voice to a user if you opted for the PowerShell configuration.

Set-CsUser -Identity "Username" -EnterpriseVoiceEnabled $true
Learning Hub / Tutorials / MSTeams / VoxSBC Setup with Teams Admin PanelFAQs