> 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/h-248-service-affecting-parameters.md).

# H.248 Service Affecting Parameters

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

### Service Affecting Parameters

When modifying the following parameters, the H.248 stack will be deallocated and reallocated, resulting in a loss of active calls. Be careful when changing these parameters:

![Edit H248 0](https://docs.telcobridges.com/w/images/9/94/Edit_H248_0.png)

* Transport Protocol
  * [Transport Protocol Type](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/transport-protocol-type/README.md)
  * [Public IP Address](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/public-ip-address/README.md)
  * [Use IP interface](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/use-ip-interface/README.md)
  * [Local IP Address](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/local-ip-address/README.md)
  * [Local Port to Receive for Text Encoding](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/local-port-to-receive-for-text-encoding/README.md)
  * [IP ToS value](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ip-tos-value/README.md)
* Advanced Parameters
  * [Maximum Number of TDM Terminations](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/maximum-number-of-tdm-terminations/README.md)
  * [Maximum Number of Ephemeral Terminations](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/maximum-number-of-ephemeral-terminations/README.md)
  * [Default MEGACO version](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/default-megaco-version/README.md)
  * [Maximum Number of DNS Pending Requests](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/maximum-number-of-dns-pending-requests/README.md)
  * [Ephemeral Termination Identifier Root](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ephemeral-termination-identifier-root/README.md)
  * [Ephemeral Termination Identifier Maximum Value](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ephemeral-termination-identifier-maximum-value/README.md)
  * [Number of Worker Threads](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/number-of-worker-threads/README.md)
* Profile
  * [Enabled](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/enabled/README.md)
  * [Profile Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/profile-name/README.md)
  * [Profile Version](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/profile-version/README.md)
* Timers
  * [Dialing Start Timer Value](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/dialing-start-timer-value/README.md)
  * [Dialing Short Timer Value](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/dialing-short-timer-value/README.md)
  * [Dialing Long Timer Value](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/dialing-long-timer-value/README.md)
  * [Dialing Duration Timer Value](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/dialing-duration-timer-value/README.md)
  * [Restart Timer Value to Retry Controller Association](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/restart-timer-value-to-retry-controller-association/README.md)
  * [Local Response Timer Value](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/local-response-timer-value/README.md)
  * [Inactivity Timer Value](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/inactivity-timer-value/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/h-248-service-affecting-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.
