# Groundwire

**Groundwire** is a softphone that offers low power consumption by avoiding constant SIP session maintenance with the server. When an incoming call arrives, a PUSH notification is first sent to the smartphone, which then launches the SIP client and establishes a connection to the server.

## Softphone Setup

1. Download and open the **Groundwire** app on your smartphone.

<figure><img src="/files/pfhh77Hs7r9VsvhQB8Ua" alt="" width="295"><figcaption><p>Main menu</p></figcaption></figure>

2. Go to **Groundwire** settings by tapping the corresponding icon at the top of the screen.

<figure><img src="/files/B82xTyeVBqPKHXmvfHRQ" alt="" width="295"><figcaption><p>Settings button</p></figcaption></figure>

3. Go to the "**Accounts**" section:

<figure><img src="/files/KZ931YnTtXTV5j4K8cXx" alt="" width="295"><figcaption><p>"Account" section</p></figcaption></figure>

4. Add a new account by tapping the "+" icon at the top of the screen.
5. Select "**Generic SIP Account**."
6. Fill in the required data:
   * **Title** – An arbitrary account name.
   * **Username** – The employee’s extension number (e.g., 201).
   * **Password** – The SIP password from the employee’s configuration.
   * **Domain** – The IP address of your MikoPBX server.

<figure><img src="/files/Bapao39R35XBcdyJt6Hp" alt="" width="295"><figcaption><p>Data for SIP connection</p></figcaption></figure>

7. Go to "**Advanced Settings**."
8. In "**Audio Codecs**" → "**Codecs for Wi-Fi**," choose the desired codecs for use.

<figure><img src="/files/8E6DDGTkdeo3kcXyjWxo" alt="" width="295"><figcaption><p>Audio codecs</p></figcaption></figure>

9. Navigate to "**Caller Id Method**." Select "**P-Asserted-Identity**."

<figure><img src="/files/4z6qgAtDdmSU2kSMUIVj" alt="" width="295"><figcaption><p>Section "Caller Id Method"</p></figcaption></figure>

Save the settings. A connection attempt will occur. In the MikoPBX "Employees" section, you can see a status indicator confirming a successful connection:

<figure><img src="/files/BCFtJT50BGwrDkYi2vi1" alt=""><figcaption><p>Successful SIP-connection</p></figcaption></figure>

## Configuring Employee Status Monitoring

Groundwire can display the current status of employees (see example below):

<figure><img src="/files/lAgffaUUD1vSoj8eFncd" alt="" width="295"><figcaption><p>Employee statuses</p></figcaption></figure>

To enable this feature, populate the "**Quick Dial**" section with employees. Tap "**EDIT**" at the top of the screen. Then tap the "**+**" at the bottom of the screen to add entries:

* **Title** – The employee’s name to display in "**Quick Dial**."
* **Number or SIP Address** – The employee’s extension number.

Tap "**Save**."

<figure><img src="/files/hBQTRMiMdgWJV5XX6BwW" alt="" width="295"><figcaption><p>New employee in the "Quick Dial" section</p></figcaption></figure>

## Configuring GroundWire with Encryption

1. In the MikoPBX web interface, open the employee’s SIP account settings. Change the "**Transport Protocol**" to "**tls**."

<figure><img src="/files/gvZtaZ9ThbyRPBYyWcnt" alt=""><figcaption><p>Changing the transport protocol</p></figcaption></figure>

2. In **Groundwire** → **Employee’s SIP Account Settings**, change the **"Domain"** field to **"MikoPBXAdress:NumOfTLSPort"**.

{% hint style="info" %}
You can find or change the TLS port in MikoPBX’s "**General Settings**" → "**SIP**."
{% endhint %}

<figure><img src="/files/1DhkfrL3pJUF4QQzihlW" alt="" width="295"><figcaption><p>Domain for the TLS connection</p></figcaption></figure>

3. Go to "**Advanced Settings**" → "**Transport Protocol**" and change "**udp**" to "**tls (sip)**."

<figure><img src="/files/DabkrC9kgnifvD6F5TkH" alt="" width="295"><figcaption><p>Changing the transport protoco</p></figcaption></figure>

4. In the "**Advanced Settings**" of your SIP account, go to "**Secure Calls**" and, under the "**SDES**" section, set "**Incoming Calls**" and "**Outgoing Calls**" to "**Required**":

<figure><img src="/files/5MV1eG11ea1TPZQJoEss" alt="" width="295"><figcaption><p>SDES Parameters</p></figcaption></figure>


---

# 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://docs.mikopbx.com/mikopbx/english/faq/softphones/groundwire.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.
