Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update operator-connect-conferencing-configure.md #10931

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Teams/operator-connect-conferencing-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Grant-CsOnlineAudioConferencingRoutingPolicy -Identity <identity of the organize

When you create an Audio Conferencing Routing policy and apply it to a user, the operator that provides the phone number specified in the ``BridgeSourcePhoneNumber`` parameter routes Teams outbound calls to PSTN phone numbers. Additionally, the ``BridgeSourcePhoneNumber`` parameter specifies the phone number to use as the calling line identification phone number of outbound calls to PSTN phone numbers.

The pattern specified in the ``NumberPattern`` is of regex form, and it specifies which calls to route through your operator. The ``"\d+"`` pattern in the example matches all outbound calls from Teams meetings. You can also set the NumberPattern parameter as ``"^\+1(425|206)(\d{7})$"``, which matches dialed numbers with the following formats: +1 425 XXX XX XX or +1 206 XXX XX XX, or ``"^\+1(\d{10})$"``, which matches dialed numbers with the following format: +1 425 XXX XX XX.
The pattern specified in the ``NumberPattern`` is of regex form, and it specifies which calls to route through your operator. The ``"\d+"`` pattern in the example matches all outbound calls from Teams meetings. You can also set the NumberPattern parameter as ``"^\+1(425|206)(\d{7})$"``, which matches dialed numbers with the following formats: +1 425 XXX XX XX or +1 206 XXX XX XX, or ``"^\+1(\d{10})$"``, which matches dialed numbers with the following format: +1 XXX XXX XX XX.

Once you assign an Audio Conferencing Routing policy to a user, all calls from their meetings to a phone number that matches the regex specified in their Audio Conferencing Routing policy routes through your operator, including **Call me at** calls and calls initiated through the **Invite someone or dial a number** meeting option.

Expand Down