Troubleshooting Microsoft Teams — Question 16
A company uses a Session Border Controller (SBC) with Teams Direct Routing.
A user reports that they cannot initiate outbound calls to the following number: +41 44 123 45 67.
The user can receive incoming calls. You observe that the user is assigned an OnlineVoiceRoutingPolicy that uses the following number pattern: ^\+41[0-9]{10})$.
You need to resolve the issue.
Which pattern should you use?
Answer options
- A. .*
- B. ^\+30[0-9]{10})$
- C. ^\+1[0-9]{10})$
- D. ^\+41[0-9]{8})$
Correct answer: A
Explanation
The correct answer is A, as the pattern .* allows for any number to be dialed, resolving the issue for the user trying to call +41 44 123 45 67. The other options restrict the number dialed to specific formats and would not permit the user to place calls to that number.