> 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/configuration-details/configuration-by-use-case/rtp-no-anchoring/creating-profiles/modifying-tones-and-call-progress-options.md).

# Modifying Tones and Call Progress Options

**To configure Tones and Call Progress Options, do the following:**

\
1- Click Tones and Call Progress Options in the Editing Profile window, to display the customizable options.

<figure><img src="https://docs.telcobridges.com/w/images/6/64/Profile_Tones_Call_Progress_A_0.png" alt=""><figcaption></figcaption></figure>

\
2- Modify settings as required.

* Click Save

<figure><img src="https://docs.telcobridges.com/w/images/7/7a/Profile_Tones_Call_Progress_1a.png" alt=""><figcaption></figcaption></figure>

<details>

<summary>Northbound Interface</summary>

Path

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

Parameters (text)

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

/configurations/@[configuration_name]/profiles/@[profile_name]/tones_and_call_progress_options
busy_tone_max_duration                     = "30 seconds"
default_digit_duration                     = 100
default_interval_between_digits            = 60
generate_busy_tone                         = false
tone_definition_profile                    = "USA-Canada"

<pre>
{
  "tones_and_call_progress_options" : {
    "busy_tone_max_duration" : "30 seconds",
    "default_digit_duration" : 100,
    "default_interval_between_digits" : 60,
    "early_media_relay_and_ring_tone_generation" : {
      "connect_full_duplex_during_early_media" : false,
      "delay_before_connecting_early_media" : "0 millisecond",
      "incoming_calls_early_media_mode" : "Forward from outgoing to incoming call",
      "outgoing_calls_early_media_mode" : "Automatic early media detection",
      "ring_tone_starting_state" : "Call Alerted"
    },
    "generate_busy_tone" : false,
    "tone_definition_profile" : "USA-Canada"
  }
}
```

<br>

</details>

### List of Parameters

Early Media Relay and Ring Tone Generation

* [Early Media Relay and Ring Tone Generation: Outgoing Calls Early Media Mode](/configuration-details/configuration-parameters-all.md#parameter-early-media-relay-and-ring-tone-generation-outgoing-calls-early-media-mode)
* [Early Media Relay and Ring Tone Generation: Incoming Calls Early Media Mode](/configuration-details/configuration-parameters-all.md#parameter-early-media-relay-and-ring-tone-generation-incoming-calls-early-media-mode)
* [Early Media Relay and Ring Tone Generation: Delay before connecting early media](/configuration-details/configuration-parameters-all.md#parameter-early-media-relay-and-ring-tone-generation-delay-before-connecting-early-media)
* [Early Media Relay and Ring Tone Generation: Connect full-duplex during early-media](/configuration-details/configuration-parameters-all.md#parameter-early-media-relay-and-ring-tone-generation-connect-full-duplex-during-early-media)
* [Early Media Relay and Ring Tone Generation: Ring Tone Stating State](/configuration-details/configuration-parameters-all.md#parameter-early-media-relay-and-ring-tone-generation-ring-tone-starting-state)

\
Busy Tone Options

* [Busy Tone Generation: Generate Busy Tone](/configuration-details/configuration-parameters-all.md#parameter-busy-tone-generation-generate-busy-congestion-tone)
* [Busy Tone Options: Busy Tone Maximum Duration](/configuration-details/configuration-parameters-all.md#parameter-busy-tone-options-busy-tone-maximum-duration-seconds)

\
Digit Generation Options

* [Busy Tone Options: Default Digit Duration](/configuration-details/configuration-parameters-all.md#parameter-busy-tone-options-default-duration)
* [Busy Tone Options: Default Interval (between digits)](/configuration-details/configuration-parameters-all.md#parameter-busy-tone-options-default-interval-between-tones)


---

# 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/configuration-details/configuration-by-use-case/rtp-no-anchoring/creating-profiles/modifying-tones-and-call-progress-options.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.
