Fetch a number range and route to a Auto Attendant or Resource Account incl. masking outbound Calls with Microsoft Calling Plans
Handling Inbound Call Routing with Microsoft Calling Plans
Inbound Call Routing with does not work with Microsoft Calling Plans!
This only works with Direct Routing, meaning a voice route on a SBC. The reason is that Microsoft Call Routing only handles outgoing calls.
Set-CsOnlineVoiceRoute:
Modifies an online voice route. Online voice routes contain instructions that tell Microsoft Teams how to route calls from Microsoft or Office 365 users to phone numbers on the public switched telephone network (PSTN) or a private branch exchange (PBX).
Here possible scenario:
The number range from +4912345600 - +4912345649 for incoming calls must be route to +4912345610.
For our case, we need to do the following:
- Go to Microsoft Teams Admin Center.
- Navigate to Voice > Phone Numbers and check that the numbers are correctly assigned.
- Set up Call Forwarding Rules:
- If these numbers are assigned to users, configure Call Forwarding or Simultaneous Ring for each user to forward incoming calls to +49812345610.
- If numbers are not assigned, set up an Auto Attendant (AA) or Resource Account (RA) to capture calls within this range and route them to the Call Queue.
So, our approach is:
- Configure Call Forwarding for all assigned numbers, manually to those users
- Capture all unassigned numbers via the Auto Attendant (AA) / Resource Account (RA).
For outgoing calls Configure Outbound Caller ID (Masking to Call Queue Number) "+4912345610":
- In Teams Admin Center, go to Voice > Caller ID Policies.
- Create a new policy with:
- Replace caller ID with → Service Number.
- Service Number → +4912345610 (Call Queue).
- Assign this policy to all users within the range +4912345600 - +4912345649.
NOTE:
you need test your setting, that CQ routed calls to user with phone number and EV enabled are suck in calling loop!
Comments
Post a Comment