Skip to content

Commit 6887f46

Browse files
Merge pull request #268105 from rcdun/1317255_direct_routing_options
1317255 DR media bypass can be set in the Teams Admin Center; use def…
2 parents 3375177 + 1aec30f commit 6887f46

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/communications-gateway/connect-teams-direct-routing.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,19 @@ Use [Connect your Session Border Controller (SBC) to Direct Routing](/microsoftt
114114

115115
| Teams Admin Center setting | PowerShell parameter | Value to use (Admin Center / PowerShell) |
116116
| -------------------------- | -------------------- | ------------ |
117-
| **Add an FQDN for the SBC** | `FQDN` |The regional domain of Azure Communications Gateway |
117+
| **Add an FQDN for the SBC** | `FQDN` | The regional domain of Azure Communications Gateway |
118118
| **Enabled** | `Enabled` | On / True |
119119
| **SIP signaling port** | `SipSignalingPort` | 5063 |
120120
| **Send SIP options** | `SendSIPOptions` | On / True |
121-
| **Forward call history** | `ForwardCallHistory` | On / True|
121+
| **Forward call history** | `ForwardCallHistory` | On / True |
122122
| **Forward P-Asserted-identity (PAI) header** | `ForwardPAI` | On / True |
123-
| **Concurrent call capacity** | `MaxConcurrentSessions` | Leave as default |
124-
| **Failover response codes** | `FailoverResponseCodes` |Leave as default|
125-
| **Failover times (seconds)** | `FailoverTimeSeconds` |Leave as default|
123+
| **Concurrent call capacity** | `MaxConcurrentSessions` | Use default |
124+
| **Failover response codes** | `FailoverResponseCodes` | Use default |
125+
| **Failover times (seconds)** | `FailoverTimeSeconds` | Use default |
126126
| **SBC supports PIDF/LO for emergency calls** | `PidfloSupported` | On / True |
127-
| - | `MediaBypass` |- / False|
127+
| **Media bypass** | `MediaBypass` | Off / False |
128+
129+
Use the default values for all other settings.
128130

129131
## Next step
130132

0 commit comments

Comments
 (0)