> 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/web-portal-network-monitoring-settings.md).

# Web Portal Network Monitoring Settings

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

**Overview**

In summary, configuring an ISDN analyzer in the Web Portal is done as follows:

* Enable "Monitoring" in the "Web Profile".
  * Select **Configurations** from the Navigation panel.
  * Select the current configuration for editing.
  * Expand "Web Profile".
  * Enable "Gateway Application", if not already done.
  * Enable "Monitoring".
* Create TDM Line Interfaces and Line Services (by accessing the "TDM Line Interfaces" section from the Navigation panel).
  * Make sure that line services "Length" is set to "Monitoring".
* Assign the TDM Line Services to a TDM Media NAP (by accessing the "NAPs" section from the Navigation panel).
* Create "Line Service Pairs".
  * Select "Line Service Pairs" Section in the left menu.
  * Use "Create Line Service Pair" link to create one or multiple "line service pairs".
* Create an "ISDN Analyzer".
  * Click "Create new ISDN Analyzer" link.
  * Fill-out the required information in the page.

ISDN analyzers send analyzed calls states to a "SIP Simulator". In summary, configuration SIP Simulators in the Web Portal is done by:

* [Creating Line Service Pairs, and ISDN analyzers](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/isdn-cas/toolpack-monitoring-isdn-analyzer/README.md#configuring-isdn-analyzers-in-toolpack-web-portal)
* Create IP interfaces (from the "IP Interfaces" section in the Navigation panel)
  * IP Interface(s) with RTP service (default "voip0" IP interface can be used here)
  * Optional "Host" IP interface for service "H248/Radius", used as source IP interface for SIP messages generation
* Create a VOIP Media-only NAP (from the "NAPs" section in the Navigation panel)
  * Assign a "Port range" from the "RTP" IP interface created above
* Create SIP simulator
  * Click on "Sip Simulators" section in the left menu
  * Fill-out the required information in the page
  * Create one or multiple SIP Simulator destinations (from the SIP Simulators configuration page)
* Associate this "SIP Simulator" to one or multiple [ISDN Analyzer(s)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/isdn-cas/toolpack-monitoring-isdn-analyzer/README.md) (from the ISDN Analysers' configuration page)

**Allocate line service pairs**

Line service pairs contains 2 line services that receive monitoring signal for the same monitored line (each line service in the pair receives one direction from the monitored line service).

In the Web Portal, "line service pairs" are configured in the "Line Service Pairs" section in the left menu.

**Create ISDN analyzers**

ISDN analyzers are created from the "ISDN Analyzers" section in the left menu.

**Create SIP Simulators**

SIP simulators are created from the "SIP Simulators" section in the left menu


---

# 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/web-portal-network-monitoring-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.
