> 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/server-and-os-administration/license-installation-result.md).

# License Installation Result

\*\*\*Applies to version(s): v2.8, v2.9, v2.10, v3.0\*\*\*

This article describes how to check the result of software licenses installation.

#### View the status of the installed software licenses

1- After following upload license procedure, from Packages and Licenses, the successful license installation result is shown as below:

![LicenseInstallationResult](https://docs.telcobridges.com/w/images/4/40/LicenseInstallationResult.png)

2- For Telcobridges products (like Tmedia) with Hardware Unit, from Status, Hardware Units, unit in Up unit list, click the **States** tab.

* Note that below successful screen will only appear when new feature is added to license on the same software branch (for example, adding new features or making license permanent within toolapck 2.10) or after the upgrade software is activated from major software upgrade from one branch to another (for example, from toolpack 2.8.x to 2.9.x).
* If system is installed with new major branch license (for example, 2.9) in preparing for upgrade from 2.8.x to 2.9.x and before software package is activated, the below screen will still show previous license installed on the system, that is, with information of normal license "States" page prior to upgrade.

![LicenseInstallationResult States](https://docs.telcobridges.com/w/images/4/4c/LicenseInstallationResult_States.png)

2- For Telcobridges products (like FreeSBC) without Hardware Unit and with Toolpack version 3.0, from Status, Hosts, host in Ready host list, click the **Host** tab.

![FreeSBCLicenseResult](https://docs.telcobridges.com/w/images/5/5a/FreeSBCLicenseResult.png)

**Path**

```
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/status
```


---

# 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/server-and-os-administration/license-installation-result.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.
