Troubleshooting a Webex Calling Local Gateway
Verified 2026-09-25 · 59 sources · tier 2
Webex Calling Local Gateways connect premises-based PSTN facilities and PBXs to the cloud platform via registration-based or certificate-based trunks 440. Troubleshooting connectivity and call flow requires analyzing Control Hub trunk states, TLS security associations, SIP routing logic, and media path behaviors 50423.
Trunk States and Control Hub Diagnostics
In Control Hub, trunk status updates every 3 minutes, and administrators can also refresh it manually 51. Control Hub trunk status definitions include Online, Offline, Impaired, and Unknown states: 50494852
- Online: The connection between all Webex Calling edge proxies and the Local Gateway is successful 50.
- Offline: The connection between Webex Calling and the Local Gateway is unsuccessful 49.
- Impaired: The connection between at least 1 Webex Calling edge proxy and the Local Gateway is unsuccessful, representing a partial failure rather than a full outage 48.
- Unknown: Shown while the connection to a recently added Local Gateway is still being established 52.
When trunk failures occur, Control Hub displays specific error conditions: 1018141517
- DNS resolution failure: The error stating "TLS Connection to Local Gateway failed due to DNS resolution failure" is resolved by ensuring the configured SRV or FQDN resolves properly in DNS 10.
- Transport issue: The error stating "TLS Connection to Local Gateway failed due to a transport issue" is resolved by confirming that the resolved IP addresses and port of the Local Gateway are valid 18.
- SIP OPTIONS timeouts: When the error indicates that SIP options sent to the Local Gateway received no response, CUBE must be configured to receive and respond to SIP OPTIONS 14. If the error states that the TLS connection and SIP OPTIONS from the Local Gateway to Webex Calling failed, CUBE must be configured to send OPTIONS requests 15.
- Service unavailable responses: If the SIP OPTIONS response shows a server error or Service Unavailable, the documented fix is to check that the Local Gateway is not in maintenance mode and that call routing is not disabled 17.
Certificate-Based Trunks and TLS Requirements
A certificate-based trunk connects to Webex Calling using mutual TLS (mTLS) and is addressed by an FQDN or SRV address that must be unique within the organization and hosted on a verified or claimed domain 4. The gateway must be reachable from the internet on a public IPv4 address, directly or via static NAT, with firewall rules permitting TLS SIP signaling and UDP SRTP media 2. Supported session border controllers include Cisco CUBE, as well as third-party SBCs from Oracle, Ribbon, AudioCodes, anynode, and Italtel (NetMatch-S) 56.
Certificate validation failures generate specific errors in Control Hub: 131112
- Invalid or untrusted CA: If an error indicates the gateway certificate is signed by an invalid Certificate Authority or that Webex is unable to trust the CA, the certificate must be replaced with one signed by a CA on Cisco's supported list 13.
- Expired certificates: Control Hub lists separate errors for an expired gateway certificate, a certificate issued by an expired CA, and expired certificates within the chain; each is resolved by replacing the expired certificate 11.
- Missing CN or SAN: If the error states that the FQDN configured for the gateway is missing from the CN or SAN, the certificate CN or SAN must be updated to contain the exact FQDN or SRV configured on the trunk 12.
Cisco IOS XE gateways require specific TLS and trustpool parameters: 1359557
- Control Hub converts all trunk FQDN entries to lowercase, requiring the Local Gateway certificate to use only lowercase letters 1.
- Certificates with only the Server Authentication Extended Key Usage (EKU) are supported, and Webex Calling does not require a Client Authentication EKU 3.
- Gateways import Cisco's root CA bundle (
ios_core.p7b) into the IOS XE trustpool, which includes the IdenTrust Commercial Root CA1 certificate used by Webex Calling 59. - Configuring
cn-san-validate serverunder crypto signaling causes the gateway to accept the TLS connection only if the host name configured in the tenant appears in the peer certificate's CN or SAN 5. - The
sip-ua timers connection establishcommand defines how long the gateway waits to connect to a proxy before trying the next option, with a default of 20 seconds and a minimum of 5 seconds 57.
Registration-Based Trunks
On registration-based trunks, the Local Gateway performs SIP registration toward Webex Calling and must maintain an active registration to preserve connectivity 40. Configuration requires details from Control Hub: Register Domain (registrar), Line/Port host, Authentication Username and Password credentials, Trunk OTG/DTG values, and Outbound Proxy Address 58.
- Inbound INVITE messages from Webex Calling are matched to the Webex-facing dial-peer using a
voice class urimatching the trunk's DTG value (pattern dtg=...), which uniquely identifies the site within the enterprise 26. - Inbound calls from an IP PSTN provider match the PSTN dial-peer using a
voice class uri hostentry that matches the provider's source IP address 27. - On the Webex-facing dial-peer,
max-connshould be set to no more than 250 39. - The tenant configuration disables the SIP Remote-Party-ID header via
no remote-party-idbecause Webex Calling supports P-Asserted-Identity 33. - Cisco publishes a diagnostic signature that evaluates every 60 seconds whether a Local Gateway SIP trunk has unregistered from Webex Calling 7. These diagnostic signatures rely on SNMP (verified via
show snmp) and are checked usingshow call-home diagnostic-signatureandshow call-home diagnostic-signature statistics8.
Signatures, Signaling, and Media Configuration
Outbound SIP-TLS signaling from a Local Gateway to Webex Calling routes over TCP destination port 8934 for registration-based trunks and TCP destination port 5062 for certificate-based trunks 44. When configuring the tenant side toward Webex Calling, only SRV-based addresses are supported 55. Cisco recommends disabling SIP ALG on firewalls and NAT devices along the signaling path 45. Video calling over Webex Calling using Local Gateway call flows is not supported 34.
For media handling:
- Webex Calling supports only the SHA1_80 SRTP cipher suite (
AES_CM_128_HMAC_SHA1_80), requiring the Local Gateway to offer only that suite toward Webex 47. - CUBE supports ICE-lite for Webex Calling media path optimization when running software 17.3 or 16.12.5 or later, enabled via the STUN usage ICE-lite configuration 23. Media optimization requires network reachability between the endpoint and the gateway via a public IP or an address reachable on the same network 24. Media optimization call metrics appear in Control Hub Media Quality analytics and the Troubleshooting tool 22.
Command-Line Diagnostics and Known Failures
For general registration diagnostics, CUBE provides the command show sip-ua register status to display the status of E.164 numbers registered with an external primary SIP registrar 43. CUBE SIP registration functionality can register numbers on behalf of FXS analog ports, ephone-dn virtual voice ports, and local SCCP phones, rather than being restricted to a single trunk identity 46.
When troubleshooting audio loss:
- CUBE commands
show voip rtp connectionsandshow call active voice briefverify whether active RTP streams are established 42. - On CUBE hairpin calls, no-audio conditions can stem from a deadlock where both call legs wait for incoming RTP before transmitting; documented remediation options include software MTP, media flow-around, media anti-trombone, and STUN packets 21.
For call setup timing:
- In premises-based PSTN deployments, if the PSTN provider's post-dial delay (PDD) exceeds 12 seconds, Webex Calling cancels the call automatically 37.
- Extending the 12-second PDD limit requires opening a Webex Calling support case with TAC and attaching Local Gateway traces 38.
- TAC trace collection involves running
debug ccsip messagesanddebug voice ccapi inout, allocating a large debug buffer, and disabling console logging, monitor logging, and logging queue/rate limits 6. Cisco's TAC incoming call troubleshooting guidance explicitly excludes PSTN interconnection debugging and provides no Local Gateway debug steps 54.
See Also
- Webex Calling PSTN options and selection
- Webex Calling Site Survivability Gateway
- CUBE troubleshooting commands
- SIP TLS handshake failures on trunks
Applicability
Applies to: Cisco Webex Calling, Cisco Webex Calling Local Gateway (CUBE), Cisco Webex Calling (Webex for Government), Cisco Unified Border Element (IOS XE), and Cisco Unified Border Element. Deployments: on-premises and multi-tenant. Sources checked 2026-09-25. Certificate-based Local Gateway deployments require Cisco IOS XE 17.9.1a or later, with 17.12.2 or later recommended 28. Registration-based Local Gateway deployments require Cisco IOS XE 17.6.1a or later, with 17.12.2 or later recommended 29. Webex for Government deployments do not support registration-based Local Gateways, permitting only certificate-based trunks 20. Furthermore, Local Gateways deployed in Webex for Government do not support STUN/ICE-Lite for media path optimization 19.
What remains uncertain
The following operational areas and issues are not covered by the sources below:
- Troubleshooting one-way audio on Webex Calling Local Gateway calls is not covered by the sources below.
- Scenarios involving POTS dial-peers triggering registrations and trunk flapping without
no sip-registerare not covered by the sources below. - Any impact from a Webex Calling root CA change or IdenTrust transition affecting the Local Gateway trustpool is not covered by the sources below.
- The specific command to verify TLS connections to Webex Calling (
show sip-ua connections tcp tls detail) is not covered by the sources below. - Control Hub trunk status menu path conflicts are not covered by the sources below.
- Materials from the Cisco Live TACCOL-2018 LGW connectivity troubleshooting presentation are not covered by the sources below.
- SIP OPTIONS keepalive configuration parameters specifically for certificate-based Local Gateways are not covered by the sources below.
- Dedicated troubleshooting notes for third-party SBC certificate trunks from AudioCodes, Oracle, or Ribbon are not covered by the sources below.
See also
Related to
- CUBE troubleshooting commands — Proposed by this run; not previously recorded. The Cisco Local Gateway is a CUBE on IOS XE; so the generic CUBE show and debug commands apply (debug ccsip messages; show voip rtp connections).
- SIP TLS handshake failures on trunks — Proposed by this run; not previously recorded. Certificate-based Local Gateway trunk errors in Control Hub are mostly TLS certificate-chain failures (invalid CA; expired; revoked; CN/SAN mismatch).
Referenced by
- SIP TLS handshake failures on trunks — Local Gateway trustpool; cn-san-validate and certificate-based trunk certificate rules. Proposed; not previously recorded.
- SRST on Cisco IOS XE — Webex Calling Survivability Gateway (mode webex-sgw) reuses the SRST voice register global stack on IOS XE.
- Voice for remote and home workers — Webex Calling media ports and QoS markings for the Webex App and MPP phones apply to home users
Sources
- 1Control Hub converts all trunk FQDN entries to lowercase, so the Local Gateway certificate should use only lowercase letters.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure connectivity and security (certificate-based) · Checked 2026-09-25
- 2A certificate-based Local Gateway must be reachable from the internet on a public IPv4 address, directly or through static NAT, with firewall rules that allow TLS SIP signaling and UDP SRTP media.Configure trunks, route groups, and dial plans for Webex Calling · Trunk section, certificate-based trunk port and connectivity requirements · Checked 2026-09-25
- 3Certificates with only the Server Authentication Extended Key Usage are supported for certificate-based trunks. Webex Calling does not require a Client Authentication EKU.Configure trunks, route groups, and dial plans for Webex Calling · Trunk section, certificate requirements · Checked 2026-09-25
- 4A certificate-based trunk connects to Webex Calling over mutual TLS and is addressed by an FQDN or SRV address that must be unique within the organization and on a verified or claimed domain.Configure trunks, route groups, and dial plans for Webex Calling · Trunk section, trunk types and certificate-based trunk requirements · Checked 2026-09-25
- 5The cn-san-validate server option on crypto signaling makes the Local Gateway accept the TLS connection only if the host name configured in the tenant appears in the peer certificate's CN or SAN.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure connectivity and security, sip-ua crypto signaling explanation · Checked 2026-09-25
- 6The TAC procedure for collecting Local Gateway call traces enables debug ccsip messages and debug voice ccapi inout, logs to a large debug-level buffer, and turns off console and monitor logging and logging rate and queue limits.Troubleshoot PDD in Webex Calling with Premises Based PSTN · Enable debug in Local Gateway section · Checked 2026-09-25
- 7Cisco publishes a diagnostic signature that checks every 60 seconds whether a Local Gateway SIP trunk has unregistered from the Webex Calling cloud.Configure Local Gateway on Cisco IOS XE for Webex Calling · Monitor and troubleshoot Registration based Local Gateway · Checked 2026-09-25
- 8Diagnostic signatures on the Local Gateway depend on SNMP (checked with show snmp) and are verified with show call-home diagnostic-signature and show call-home diagnostic-signature statistics.Configure Local Gateway on Cisco IOS XE for Webex Calling · Monitor and troubleshoot Registration based Local Gateway, diagnostic signatures prerequisites and verification · Checked 2026-09-25
- 9The trunk errors numbered 2, 6, 11 and 12 in Cisco's table are shown only when all edge proxy nodes have the issue.Configure trunks, route groups, and dial plans for Webex Calling · Troubleshooting section, note under the error table · Checked 2026-09-25
- 10The Control Hub trunk error 'TLS Connection to Local Gateway failed due to DNS resolution failure' is resolved by making sure the configured SRV or FQDN resolves in DNS.Configure trunks, route groups, and dial plans for Webex Calling · Troubleshooting section, error table SI No. 1 · Checked 2026-09-25
- 11The Control Hub trunk error list includes separate errors for an expired gateway certificate, a certificate issued by an expired CA, and expired certificates in the chain. Each is resolved by replacing the expired certificate.Configure trunks, route groups, and dial plans for Webex Calling · Troubleshooting section, error table SI No. 4, 5, 10 and 15 · Checked 2026-09-25
- 12The trunk error 'the FQDN configured for your gateway is missing from CN or SAN' is resolved by making sure the certificate CN or SAN contains the FQDN or SRV configured on the trunk.Configure trunks, route groups, and dial plans for Webex Calling · Troubleshooting section, error table SI No. 6 · Checked 2026-09-25
- 13When the trunk error says the gateway certificate is signed by an invalid Certificate Authority, or that Webex is unable to trust the CA, the fix is a certificate signed by a CA on Cisco's supported list.Configure trunks, route groups, and dial plans for Webex Calling · Troubleshooting section, error table SI No. 3 and 9 · Checked 2026-09-25
- 14The trunk error 'SIP options sent to the Local Gateway received no response' is resolved by making sure CUBE is configured to receive SIP OPTIONS and respond to them.Configure trunks, route groups, and dial plans for Webex Calling · Troubleshooting section, error table SI No. 7 · Checked 2026-09-25
- 15The trunk error saying the TLS connection and SIP OPTIONS from the Local Gateway to Webex Calling have failed is resolved by making sure CUBE is configured to send OPTIONS requests.Configure trunks, route groups, and dial plans for Webex Calling · Troubleshooting section, error table SI No. 11 · Checked 2026-09-25
- 16The trunk error list includes errors for a revoked gateway certificate, in both directions of the TLS connection. The fix is to make sure the Local Gateway certificate is not revoked.Configure trunks, route groups, and dial plans for Webex Calling · Troubleshooting section, error table SI No. 13 and 14 · Checked 2026-09-25
- 17When the SIP OPTIONS response shows a server error or Service Unavailable, the documented fix is to check that the Local Gateway is not in maintenance mode and that call routing is not disabled.Configure trunks, route groups, and dial plans for Webex Calling · Troubleshooting section, error table SI No. 12 · Checked 2026-09-25
- 18The trunk error 'TLS Connection to Local Gateway failed due to a transport issue' is resolved by checking that the resolved IP addresses and port of the Local Gateway are valid.Configure trunks, route groups, and dial plans for Webex Calling · Troubleshooting section, error table SI No. 2 · Checked 2026-09-25
- 19The Local Gateway for Webex for Government does not support STUN/ICE-Lite for media path optimization.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure your Local Gateway for Webex for Government · Checked 2026-09-25
- 20Webex for Government does not support registration-based Local Gateway; only certificate-based trunks are supported there.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure your Local Gateway for Webex for Government · Checked 2026-09-25
- 21On CUBE hairpin calls, no audio can result from a deadlock where both ends wait for incoming RTP before sending. Documented fixes include software MTP, media flow-around, media anti-trombone and STUN packets.Troubleshoot No-way Audio Issue with Hairpin Calls on CUBE · Problem and Solution sections · Checked 2026-09-25
- 22Data about calls using media optimization is shown in Control Hub's Media Quality analytics and in the Troubleshooting tool.Webex Calling media optimization with Interactive Connectivity Establishment (ICE) · Analytics for Media Optimization · Checked 2026-09-25
- 23The Local Gateway (CUBE) supports ICE-lite for Webex Calling media optimization, with restrictions. It requires CUBE software 17.3 or 16.12.5 or later and is enabled with the STUN usage ICE-lite configuration.Webex Calling media optimization with Interactive Connectivity Establishment (ICE) · Prerequisites and limitations · Checked 2026-09-25
- 24Media optimization with a Local Gateway needs network reachability between the device and the Local Gateway, either through a public IP address or because the Local Gateway host address is reachable on the same network.Webex Calling media optimization with Interactive Connectivity Establishment (ICE) · Prerequisites and limitations · Checked 2026-09-25
- 25An Impaired trunk (failing on some but not all edge proxies) may not show the transport, CN/SAN, OPTIONS-failure or server-error messages, so the absence of those messages does not rule those causes out for one proxy.inferredConfigure trunks, route groups, and dial plans for Webex Calling · Troubleshooting section, note under the error table; trunk status definitions · Checked 2026-09-25
- 26On a registration-based trunk, inbound INVITEs from Webex Calling are matched to the Webex dial-peer with a voice class uri that matches the trunk's DTG value (pattern dtg=...) from Control Hub. The DTG uniquely identifies the Local Gateway site within the enterprise.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure Webex Calling registration-based trunk, voice class uri 100 sip · Checked 2026-09-25
- 27Inbound calls from an IP PSTN provider are matched to the PSTN dial-peer with a voice class uri host entry that matches the provider's source IP address.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure the PSTN trunk, voice class uri 200 sip · Checked 2026-09-25
- 28Certificate-based Local Gateway deployments require Cisco IOS XE 17.9.1a or later, and 17.12.2 or later is recommended.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure connectivity and security (certificate-based) · Checked 2026-09-25
- 29All registration-based Local Gateway deployments require Cisco IOS XE 17.6.1a or later, and 17.12.2 or later is recommended.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure connectivity and security (registration-based) · Checked 2026-09-25
- 30A registration or inbound-match failure on a registration-based trunk is plausibly caused by a mismatch between the tenant or URI configuration and the Control Hub trunk info values (registrar, credentials, DTG, outbound proxy), so those values are the first thing to compare.inferredConfigure Local Gateway on Cisco IOS XE for Webex Calling · Configure Webex Calling registration-based trunk · Checked 2026-09-25
- 33The Local Gateway tenant configuration disables the SIP Remote-Party-ID header (no remote-party-id) because Webex Calling supports P-Asserted-Identity.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure Webex Calling registration-based trunk, voice class tenant 100 explanation · Checked 2026-09-25
- 34Video over Webex Calling using Local Gateway call flows is not supported.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure Webex Calling registration-based trunk · Checked 2026-09-25
- 35Wildcard certificates are not permitted for Local Gateway certificate-based trunking.Get started with Local Gateway · Local Gateway trunking models · Checked 2026-09-25
- 36For a certificate-based Local Gateway, a firewall that allows outbound media but not Webex-initiated inbound SRTP to the Local Gateway's port range is a plausible cause of one-way audio.inferredPort Reference Information for Webex Calling · Call media rows for Local Gateway; network configuration guidance · Checked 2026-09-25
- 37With premises-based PSTN, if the PSTN provider's post-dial delay exceeds 12 seconds, Webex Calling automatically cancels the call.Troubleshoot PDD in Webex Calling with Premises Based PSTN · Background / problem description · Checked 2026-09-25
- 38To get the PDD limit extended beyond 12 seconds, TAC advises opening a Webex Calling support case with Local Gateway traces attached.Troubleshoot PDD in Webex Calling with Premises Based PSTN · Solution section · Checked 2026-09-25
- 39On a registration-based trunk, max-conn on the Webex-facing dial-peer should be set to no more than 250.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure Webex Calling registration-based trunk, dial-peer voice 100 explanation · Checked 2026-09-25
- 40On a registration-based trunk, the Local Gateway performs SIP registration and must keep an active registration; the connection to Webex Calling depends on that registration.Configure trunks, route groups, and dial plans for Webex Calling · Trunk section, trunk types · Checked 2026-09-25
- 41Media flows initiated from Webex Calling toward a customer-chosen Local Gateway port range (UDP SRTP from source ports 19560-65535) apply only to certificate-based Local Gateways.Port Reference Information for Webex Calling · Call media rows for Local Gateway in the Webex Calling services port table · Checked 2026-09-25
- 42On CUBE, show voip rtp connections and show call active voice brief are used to check whether RTP streams are set up for an active call when troubleshooting missing audio.Troubleshoot No-way Audio Issue with Hairpin Calls on CUBE · Verify / troubleshoot section · Checked 2026-09-25
- 43On CUBE, show sip-ua register status displays the status of the E.164 numbers that the SIP gateway has registered with an external primary SIP registrar.Cisco Unified Border Element Configuration Guide - Cisco IOS XE 17.6 Onwards - Basic SIP Configuration · SIP Register Support, verification steps · Checked 2026-09-25
- 44Outbound SIP-TLS signaling from a Local Gateway to Webex Calling uses TCP destination port 8934 for registration-based trunks and 5062 for certificate-based trunks.Port Reference Information for Webex Calling · Call signaling rows for Local Gateway in the Webex Calling services port table · Checked 2026-09-25
- 45Cisco recommends turning off SIP ALG on firewalls and NAT devices in the Webex Calling path.Port Reference Information for Webex Calling · Network configuration guidance, SIP ALG note · Checked 2026-09-25
- 46CUBE SIP register support registers E.164 numbers with a SIP proxy or registrar on behalf of FXS analog ports, ephone-dn virtual voice ports and local SCCP phones, not only a single trunk identity.Cisco Unified Border Element Configuration Guide - Cisco IOS XE 17.6 Onwards - Basic SIP Configuration · SIP Register Support overview · Checked 2026-09-25
- 47Webex Calling supports only the SHA1_80 SRTP cipher suite (AES_CM_128_HMAC_SHA1_80), so the Local Gateway is configured to offer only that suite on the Webex side.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure Webex Calling registration-based trunk, voice class srtp-crypto 100 explanation · Checked 2026-09-25
- 48A trunk status of Impaired means the connection between at least one Webex Calling edge proxy and the Local Gateway is unsuccessful. It is a partial failure, not a full outage.Configure trunks, route groups, and dial plans for Webex Calling · Trunk section, trunk status definitions · Checked 2026-09-25
- 49A trunk status of Offline means the connection between Webex Calling and the Local Gateway is unsuccessful.Configure trunks, route groups, and dial plans for Webex Calling · Trunk section, trunk status definitions · Checked 2026-09-25
- 50In Control Hub, a Local Gateway trunk status of Online means the connection between all Webex Calling edge proxies and the Local Gateway is successful.Configure trunks, route groups, and dial plans for Webex Calling · Trunk section, trunk status definitions · Checked 2026-09-25
- 51Control Hub updates trunk status every 3 minutes, and the admin can also refresh it manually.Configure trunks, route groups, and dial plans for Webex Calling · Trunk section, trunk status; Troubleshooting section · Checked 2026-09-25
- 52A trunk status of Unknown is shown while the connection to a recently added Local Gateway is still being established.Configure trunks, route groups, and dial plans for Webex Calling · Trunk section, trunk status definitions · Checked 2026-09-25
- 53In the registration-based trunk configuration, T.38 fax transport is enabled by default.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure Webex Calling registration-based trunk · Checked 2026-09-25
- 54Cisco's TAC note on incoming call problems for Webex Calling users explicitly does not cover PSTN interconnection troubleshooting, so it gives no Local Gateway debug guidance.Troubleshoot Incoming Call Problems for Webex Calling Users · Introduction · Checked 2026-09-25
- 55When configuring the tenant side of the Local Gateway toward Webex Calling, only SRV-based addresses are supported.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure connectivity and security · Checked 2026-09-25
- 56Besides Cisco CUBE, certificate-based trunking supports third-party SBCs from Oracle, Ribbon, AudioCodes, anynode and Italtel (NetMatch-S).Get started with Local Gateway · Supported session border controllers · Checked 2026-09-25
- 57The sip-ua timers connection establish command sets how long the Local Gateway waits to connect to a proxy before trying the next option. The default is 20 seconds and the minimum is 5 seconds.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure connectivity and security, sip-ua configuration explanation · Checked 2026-09-25
- 58The registration-based Local Gateway configuration uses trunk details from Control Hub: Register Domain (registrar), Line/Port host, Authentication Username and Password (credentials), Trunk OTG/DTG value, and Outbound Proxy Address.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure Webex Calling registration-based trunk, trunk information illustration and tenant 100 explanation · Checked 2026-09-25
- 59The Local Gateway configuration imports Cisco's root CA bundle (ios_core.p7b) into the IOS XE trustpool. The bundle includes the IdenTrust Commercial Root CA1 certificate used by Webex Calling.Configure Local Gateway on Cisco IOS XE for Webex Calling · Configure connectivity and security, crypto pki trustpool import step · Checked 2026-09-25
Documents
Cisco Unified Border Element Configuration Guide - Cisco IOS XE 17.6 Onwards - Basic SIP Configuration
Configure Local Gateway on Cisco IOS XE for Webex Calling
Configure trunks, route groups, and dial plans for Webex Calling
Get started with Local Gateway
Port Reference Information for Webex Calling
Troubleshoot Incoming Call Problems for Webex Calling Users
Troubleshoot No-way Audio Issue with Hairpin Calls on CUBE
Troubleshoot PDD in Webex Calling with Premises Based PSTN
Webex Calling media optimization with Interactive Connectivity Establishment (ICE)
Cite this page
APA
WarmTransfer. (2026, September 25). Troubleshooting a Webex Calling Local Gateway. WarmTransfer. https://warmtransfer.net/knowledge/webex-local-gateway-troubleshooting
BibTeX
@misc{warmtransfer-webex-local-gateway-troubleshooting,
title = {Troubleshooting a Webex Calling Local Gateway},
author = {{WarmTransfer}},
year = {2026},
url = {https://warmtransfer.net/knowledge/webex-local-gateway-troubleshooting},
note = {Verified 2026-09-25}
}