Forum Discussion
Lopicl
Dec 10, 2020Copper Contributor
Microsoft Teams Direct Routing Outbound Calls not working (error 504)
Hello, I am trying to configure Direct Routing on my tenant, using my carrier's hosted multi-tenant SBC. They connected to my tenant with powershell and made all the needed configurations wit...
- Dec 10, 2020
Ok me and my carrier found the issue.
The DNS record for the SBC FQDN was not properly set, thus not redirecting to the SBC IP.
bluecat
Copper Contributor
OK, Thanks for the reply.
SergioGaray
Feb 24, 2022Copper Contributor
- bluecatFeb 25, 2022Copper ContributorSergioGaray We did not solve the issue, we had to work around it by adding the the SBC's (i.e. New-CsOnlinePSTNGateway -Fqdn <SBC FQDN> -SipSignalingPort <SBC SIP Port> -MaxConcurrentSessions <Max Concurrent Sessions the SBC can handle> -Enabled $true)