> 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/telecom-concepts/enabling-call-recording.md).

# Enabling Call Recording

> **Applies to:** Tmedia 3.0, 3.2, 3.3; SBC 3.1, 3.3

The recording of calls is enabled and configured from the Web Portal.

**WARNING:** The enabling of a target recording may impact the performance of the system and should only be done for troubleshooting purposes.

**To enable the recording of calls:**

1-Click **Gateway** in the navigation panel.

![EnableCallRecording 0](https://docs.telcobridges.com/w/images/2/2f/EnableCallRecording_0.png)

2-Click **Advanced Parameters**.

![EnableCallRecording 1 A](https://docs.telcobridges.com/w/images/6/69/EnableCallRecording_1_A.png)

3- Set the **Enable Call Recording (Troubleshooting)** checkbox.

* Enter values for the call recording.
* Click **Save**.

![EnableCallRecording 2 A](https://docs.telcobridges.com/w/images/e/e1/EnableCallRecording_2_A.png)

Filtering options are combined in an "AND" manner. A call will be recorded only if it matches "ALL" of the specified filtering options (calling number, called number, incoming NAP, outgoing NAP). Any filtering option left blank is ignored.

These filtering options are global to the Tmedia system. For a finer-grain control over call recording, routing scripts can be used.

![Call recording filtering](https://docs.telcobridges.com/w/images/8/88/Call_recording_filtering.png)

**Path**

```
```

**Parameters (text)**

```
/configurations/wiki_1p1/gateways/gateway/advanced_parameters
enable_call_recording            = false
forward_connected_number         = false
forward_redirecting_number       = true
forward_redirection_number       = true
forward_ss7_raw_message_bytes    = true
forward_user_to_user_information = true
route_retry_mode                 = "Call Alerted"
route_retry_relay_progress_msgs  = true
route_retry_timeout              = "10 seconds"
```

**Parameters (json)**

```
{
  "advanced_parameters" : {
    "enable_call_recording" : true,
    "forward_connected_number" : false,
    "forward_redirecting_number" : true,
    "forward_redirection_number" : true,
    "forward_ss7_raw_message_bytes" : true,
    "forward_user_to_user_information" : true,
    "route_retry_mode" : "Call Alerted",
    "route_retry_relay_progress_msgs" : true,
    "route_retry_timeout" : "10 seconds"
}
```


---

# 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/telecom-concepts/enabling-call-recording.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.
