> 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/use-cases/interoperability-examples.md).

# Interoperability Examples

The following is a list of configuration manuals for ProSBC use cases:

* [ProSBC Configuration for SIP Trunking](/use-cases/applications/sip-trunking.md)
* [ProSBC Configuration for Hosted PBX](/use-cases/applications/hosted-pbx.md)
* [ProSBC Multiple Domains/PBXs scenario](/configuration-details/configuration-by-use-case/multiple-domains-hosted-pbxs.md)
* [ProSBC Configuration for SIP Network Peering / IP Carrier Interconnection](/use-cases/applications/sip-network-peering.md)
* [ProSBC Configuration for Remote Workers](/use-cases/applications/remote-workers.md)
* [ProSBC Configuration for Transnexus and ClearIP Solutions](/use-cases/interoperability-examples/stir-shaken-with-transnexus-and-clearip.md)
* [ProSBC Configuration for YouMail fraud detection](/use-cases/interoperability-examples/fraud-detection-youmail.md)
* [ProSBC Configuration for Microsoft Skype Connect](/use-cases/interoperability-examples/skype-connect.md)
* [ProSBC Configuration for Microsoft Skype for Business (S4B) with TCP](/use-cases/interoperability-examples/skype-for-business-s4b-tcp.md)
* [ProSBC Configuration for Microsoft Skype for Business (S4B) with TLS](/use-cases/interoperability-examples/skype-for-business-s4b-tls.md)
* [ProSBC Configuration for Asterisk Server](/use-cases/interoperability-examples/asterisk.md)
* [ProSBC Configuration for 3CX Server](/use-cases/interoperability-examples/3cx.md)
* [ProSBC Configuration for FreePBX](/use-cases/interoperability-examples/freepbx.md)
* [ProSBC Configuration for FusionPBX](/use-cases/interoperability-examples/fusionpbx.md)
* [ProSBC Configuration for FreeSwitch](/use-cases/interoperability-examples/freeswitch.md)
* [ProSBC Configuration for Twilio Elastic SIP Trunking](/use-cases/interoperability-examples/twilio.md)
* [ProSBC Configuration for Sippy](/use-cases/interoperability-examples/sippy.md)
* [ProSBC Configuration for Avaya IP Office](/use-cases/interoperability-examples/avaya-ip-office.md)
* [ProSBC Configuration for Cisco UCM 12](/use-cases/interoperability-examples/cisco-ucm-12.md)
* [ProSBC Configuration for Brekeke PBX](/use-cases/interoperability-examples/brekeke-pbx.md)
* [ProSBC Configuration for VitalPBX](/use-cases/interoperability-examples/vitalpbx.md)
* [ProSBC Configuration for Yeastar P-Series Cloud Edition](/use-cases/interoperability-examples/yeastar-p-series-cloud.md)
* [ProSBC Configuration for VoIP.ms](/use-cases/interoperability-examples/voip.ms.md)
* [ProSBC Configuration for Wildix](/use-cases/interoperability-examples/wildix.md)

### Basic Configuration

You can follow that page for the basic configuration, that applies to many different Use Cases: [Basic Configuration](/initial-installation/2.-initial-configuration/basic-configuration.md)

### Related actions

Link to [video libraries](/tools-tips-and-tricks/video-library.md) that explains some of these Use Cases


---

# 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/use-cases/interoperability-examples.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.
