> 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/telecom-references/ss7-and-signalling/modifying-tdm-ss7-profile-settings.md).

# Modifying TDM SS7 Profile Settings

> **Applies to:** Tmedia 2.9, 2.10, 3.0, 3.2

**To configure TDM SS7 settings, do the following:**

1- Click **SS7** in the Editing Profile window, to display the customizable options.

![ProfileTdmSs7 0](https://docs.telcobridges.com/w/images/4/4c/ProfileTdmSs7_0.png)

2- Modify settings as required.

![ProfileTdmSs7 1](https://docs.telcobridges.com/w/images/6/64/ProfileTdmSs7_1.png)

* Click **Save**

**Path**

```
/configurations/@[configuration_name]/profiles/@[profile_name]
```

**Parameters (text)**

```
/configurations/@[configuration_name]/profiles/@[profile_name]
name                            = "@[profile_name]"

/configurations/@[configuration_name]/profiles/@[profile_name]/tdm/ss7
default_backward_call_indicator              = "0x5404"
default_backward_call_indicator_enforce_mask = "0x0000"
default_forward_call_indicator               = "0x2001"
default_forward_call_indicator_enforce_mask  = "0x0000"
dont_forward_early_acm                       = false
force_backward_call_indicator_in_anm         = false
forward_application_transport_ie             = false
forward_call_cpg_hold_retrieval              = true
forward_call_indicator_international         = false
forward_call_suspend_resume                  = true
hop_counter_ie_handling                      = "Decrement and forward"
send_charge_number_ie_in_iam                 = false
```

**Parameters (json)**

```
{
"tdm" : {
    "ss7" : {
      "default_backward_call_indicator" : "0x5404",
      "default_backward_call_indicator_enforce_mask" : "0x0000",
      "default_forward_call_indicator" : "0x2001",
      "default_forward_call_indicator_enforce_mask" : "0x0000",
      "dont_forward_early_acm" : false,
      "force_backward_call_indicator_in_anm" : false,
      "forward_application_transport_ie" : false,
      "forward_call_cpg_hold_retrieval" : true,
      "forward_call_indicator_international" : false,
      "forward_call_suspend_resume" : true,
      "hop_counter_ie_handling" : "Decrement and forward",
      "send_charge_number_ie_in_iam" : false
    },
    "ss7_or_isdn" : {
      "always_send_alerting" : false,
      "cnam_collection_timeout" : "1 second",
      "cnam_using_alternate_methods" : false,
      "colr" : false,
      "information_transfer_capability" : "Relay",
      "network_specific_facilities_ie" : "",
      "send_connected_number_ie" : false,
      "send_display_ie" : false,
      "support_2_calling_number_ie" : false
    }
  }
}
```

### List of Parameters

SS7

* [SS7: Send Charge Number IE in IAM](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-send-charge-number-ie-in-iam/README.md)
* [SS7: Do not Forward Early ACM](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-do-not-forward-early-acm/README.md)
* [SS7: Forward call suspend/resume](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-forward-call-suspend-resume/README.md)
* [SS7: Forward CPG hold/retrieval](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-forward-call-cpg-hold-retrieval/README.md)
* [SS7: Forward Call Indicator (international)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-forward-call-indicator-international/README.md)
* [SS7: Default forward call indicator)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-default-forward-call-indicator/README.md)
* [SS7: Default forward call indicator enforce mask)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-default-forward-call-indicator-enforce-mask/README.md)
* [SS7: Default Backward Call Indicator](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-default-backward-call-indicator/README.md)
* [SS7: Default Backward Call Indicator enforce mask](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-default-backward-call-indicator-enforce-mask/README.md)
* [SS7: Force backward call indicator in ANM](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-force-backward-call-indicator-in-anm/README.md)
* [SS7: Hop Counter IE handling](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-hop-counter-ie-handling/README.md)
* [SS7: Forward application transport IE](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ss7-forward-application-transport-ie/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/telecom-references/ss7-and-signalling/modifying-tdm-ss7-profile-settings.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.
