# Technical Details

### Concepts

This section contains some key concepts and terminology used throughout this documentation.

### Endpoint <a href="#endpoint" id="endpoint"></a>

You can send your `INVITE` requests to 9bits IP address once the trunk is in an active state.

### Authentication

Authentication is by IP address only and only the registered IP address(s) are allowed for signaling and RTP flow.

### Recipient

Recipient numbers must be in E.164 format.

### Codecs

The following codecs are supported:

* PCMA (G711a)
* PCMA (G711u)
* G722

### ACL

An Access Control List (ACL) is a set of IP ranges which are allowed to interact with a SIP system, which could be either a 9bits or customer SIP system.


---

# 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://developer.9bits.net/voice/sip-trunking/technical-details.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.
