# What do telephony & error codes mean?

#### These are the most common error codes

| **401 Invalid credentials** | The SIP ID or SIP password is incorrect.                                                                                 |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| **404 Number unknown**      | The number doesn't exist, isn't assigned to a connection, or isn't configured in the recipient's device or phone system. |
| **486 Busy**                | The recipient's line is currently busy.                                                                                  |
| **487 Call ended**          | Standard signal when the other party hangs up.                                                                           |

#### Other commonly transmitted codes

| **100 Trying**                        | Call setup in progress.                                |
| ------------------------------------- | ------------------------------------------------------ |
| **180 Ringing**                       | The recipient's device is signaling an incoming call.  |
| **183 Session progress**              | Connection is being established.                       |
| **200 OK**                            | Call accepted or device registered.                    |
| **301 Moved permanently**             | Permanent call forwarding active.                      |
| **302 Moved temporarily**             | Temporary call forwarding active.                      |
| **400 Bad request**                   | Incorrect parameters in the request.                   |
| **403 Forbidden**                     | No permission to place this call.                      |
| **407 Proxy authentication required** | Authentication needed for outbound calls.              |
| **408 Request timeout**               | No response, possibly due to network issues.           |
| **480 Temporarily unavailable**       | Recipient unavailable (e.g., DND active).              |
| **481 Call does not exist**           | Status message not received.                           |
| **482 Loop detected**                 | Call forwarding loop detected.                         |
| **488 Not acceptable here**           | Unsupported codec, encryption, or transmission method. |
| **500 Server error**                  | General server issue.                                  |
| **502 Bad gateway**                   | Incorrect or faulty gateway.                           |
| **503 Service unavailable**           | SIP service temporarily down.                          |
| **603 Declined**                      | Call rejected manually or automatically.               |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://teamhelp.sipgate.co.uk/use-sipgate/telephony/what-do-telephony-error-codes-mean.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
