# SIP Domain

*Opentact users enjoy the flexibility of creating multiple SIP domains effortlessly through the Opentact Portal. An example of a SIP domain is `sip://acme.opentact.org`. Within each SIP domain, users can define and manage numerous SIP users, each connecting to the SIP domain through SIP Registration.*

*Once a SIP device successfully registers with your SIP domain, various functionalities become accessible:*

1. **Inter-SIP Device Calls:**
   * Seamlessly initiate calls from one SIP device to another within the same SIP domain.
2. **PSTN Network Calls:**
   * Place calls from SIP devices to the Public Switched Telephone Network (PSTN) if the SIP domain is associated with an Outbound SIP Domain.
3. **Inbound Calls for Your Phone Number:**
   * Facilitate the reception of inbound calls for your associated Phone Number by employing a SIP Control APP. This application efficiently forwards inbound calls to a designated SIP User, such as `sipuser@your_domain.opentact.org`.

*Opentact empowers users with versatile communication capabilities, ensuring effective management and utilization of SIP domains for seamless connectivity.*


---

# Agent Instructions: 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:

```
GET https://doc.opentact.org/opentact-user-documentation/sip-domain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
