> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/configuring-dns-parameters.md).

# Configuring DNS Parameters

> **Applies to:** Tmedia 3.0, 3.2, 3.3

### To configure the DNS parameters

1- Enable Advanced Transport Server Configuration in the SIP configuration window.

* Click **SIP** in the navigation panel.

![ConfigureDnsParams 0](https://docs.telcobridges.com/w/images/8/84/ConfigureDnsParams_0.png)

2- Select a SIP configuration.

![ConfigureDnsParams 1](https://docs.telcobridges.com/w/images/a/a4/ConfigureDnsParams_1.png)

3- Click **DNS Parameters** in the SIP configuration window.

* Enable the DNS, cache and ENUM support (if required)
* Enter the IP address of the DNS server
* Click **Save**

![ConfigureDnsParams 5](https://docs.telcobridges.com/w/images/7/71/ConfigureDnsParams_5.png)

4- Verify that the 'SIP transport server was successfully updated' message is displayed.

![ConfigureDnsParams 6](https://docs.telcobridges.com/w/images/c/c2/ConfigureDnsParams_6.png)

**Path**

```
/configurations/@[configuration_name]/naps/@[nap_name]
```

**Parameters (text)**

```
/configurations/@[configuration_name]/sip_stacks/@[sipStack_Name]/dns_parameters
"local_dns_transport_server" : {
    "ip_interface" : "@[hardware_name].@[voip_Name]",
    "port" : 1024,
    "port_type" : "UDP"
    },
cache_expire_time          = "12 hours"
enabled                    = false
query_retry_count          = 3
query_timer                = "20 seconds"
server_address             = ""
server_dns_port            = 53
use_cache                  = true
use_enum                   = false
```

**Parameters (json)**

```
{
  "dns_parameters" : {
    "cache_expire_time" : "12 hours",
    "enabled" : false,
    "local_dns_transport_server" : {
      "ip_interface" : "@[hardware_name].@[voip_Name]",
      "port" : 1024,
      "port_type" : "UDP"
    },
    "query_retry_count" : 3,
    "query_timer" : "20 seconds",
    "server_address" : "",
    "server_dns_port" : 53,
    "use_cache" : true,
    "use_enum" : false
  }
 }
```

### List of Parameters

* [Enabled](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/dns-enabled/README.md)
* [Use Cache](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/use-cache/README.md)
* [Use Enum](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/use-enum/README.md)
* [Cache Expire Time](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/cache-expire-time/README.md)
* [Query Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/query-timer/README.md)
* [Query Retry Count](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/query-retry-count/README.md)
* [Server Address](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/server-address/README.md)
* [Server DNS Port](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/server-dns-port/README.md)
* [Local Port Type](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/local-port-type/README.md)
* [Local DNS Port](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/local-dns-port/README.md)
* [Local IP Interface](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/local-ip-interface/README.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/configuring-dns-parameters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
