Skip to content

Commit

Permalink
Merge pull request #10931 from shivtorov/patch-1
Browse files Browse the repository at this point in the history
Update operator-connect-conferencing-configure.md
  • Loading branch information
wlibebe authored Feb 12, 2025
2 parents 7a3f7ea + f607501 commit 68de32c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 68de32c

Please sign in to comment.