Skip to main content
This page provides guidance on SIP response codes, their meanings, and potential actions to resolve issues, supporting you in troubleshooting voice agents. For troubleshooting, check the Alerts page in the Self-Service Portal for any received alerts.

SIP Call Response Codes

The following codes are related to call signaling, for example, when Voice Gateway establishes, transfers, or ends calls. You can find these codes in Cognigy.AI Logs of your Agent under sip_status, or in downloaded PCAPs for specific calls.

SIP REGISTER Response Codes

The following codes are related to the SIP registration of a Voice Gateway carrier with a SIP trunk provider. You can view the result of recent registration attempts on the Edit carrier page in the Voice Gateway Self-Service Portal. For more information, see Register Status.
The 401 Unauthorized and 407 Proxy Authentication Required responses are part of the standard SIP digest authentication handshake and aren’t errors on the first attempt. Treat them as an issue only if the registration still fails after the request is resent with credentials.

Failures without a SIP Response Code

The codes in the table are SIP-level rejections, meaning that the provider actively responded to the REGISTER request. A registration attempt can also fail at the transport level, when the provider doesn’t respond at all. In this case, the registration attempt appears as failed without a numeric SIP code. Typical causes include:
  • A request timeout, where no response arrives from the registrar.
  • A DNS failure when resolving the registrar hostname.
  • A wrong registrar address or port in the carrier settings.
  • A refused connection or a blocked SIP port 5060 or 5061, for example, by a firewall.
To resolve these failures, verify the registrar host and port in the carrier settings, and check the network path and firewall between Voice Gateway and the provider. If you encounter any difficulties resolving your issue, contact Cognigy technical support.
Last modified on July 6, 2026