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 undersip_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
5060or5061, for example, by a firewall.