# Modifying Telephony Profile Settings

**To configure Telephony Services settings, do the following:**

1- Click Telephony Services in the Editing Profile window, to display the customizable options.

<figure><img src="/files/8SPRu3yuF2Ucf4nBIENo" alt=""><figcaption></figcaption></figure>

2- Modify settings as required.

<figure><img src="/files/kSHLEX9ZIob0Hpx9qEmZ" alt=""><figcaption></figcaption></figure>

* Click Save

<details>

<summary>Northbound Interface</summary>

Path

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

Parameters (text)

```
configurations/@[configuration_name]/profiles/@[profile_name]/telephony_services_profile
cnam_collection_timeout_ms   = "1 second"
cnam_telephony_service       = ""
telephony_services_cnam_mode = "Never"
```

Parameters (json)

```
{
"telephony_services_profile" : {
    "cnam_collection_timeout_ms" : "1 second",
    "cnam_telephony_service" : "",
    "telephony_services_cnam_mode" : "Never"
  },
```

<br>

</details>

### List of Parameters

SS7

* [Telephony Services: Incoming Mode](/configuration-details/configuration-parameters-all.md#parameter-telephony-services-incoming-mode)


---

# 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://prosbcdocs.telcobridges.com/configuration-details/configuration-by-use-case/rtp-no-anchoring/creating-profiles/modifying-telephony-profile-settings.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.
