> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ringingo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Register SIP Devices for Voice Endpoints

> Register softphones and desk phones as SIP endpoints so Ringingo can route inbound and outbound calls to your users and managers.

SIP Devices are the registered voice endpoints linked to Ringingo user and manager accounts. Each device is a SIP-registered endpoint, typically a WebRTC softphone or a physical desk phone, that the platform uses to route inbound and outbound calls to the account holder.

## Field reference

| Field                  | Description                                                                     |
| ---------------------- | ------------------------------------------------------------------------------- |
| Device Name / Username | Unique SIP username used to register the device with Ringingo.                  |
| Password               | SIP authentication credential (masked in the admin view).                       |
| Status                 | Active (registered and reachable) or Inactive (unregistered or offline).        |
| Assigned To            | The manager or user this device is linked to. Typically one device per account. |
| Actions                | Edit credentials (pencil) or delete the device registration (bin).              |

## Create a SIP device

<Steps>
  <Step title="Open the form">
    Click **+ Create SIP Device**.
  </Step>

  <Step title="Fill in the credentials">
    Complete the required fields and any caller ID details.
  </Step>

  <Step title="Assign to a user">
    Link the device to the agent or manager account. Enable Status to register immediately.
  </Step>
</Steps>

| Field                  | Notes                                                                                                    |
| ---------------------- | -------------------------------------------------------------------------------------------------------- |
| Device Name (required) | Descriptive label (for example, Agent-Desk-01). Visible in dropdowns.                                    |
| User Name (required)   | SIP username the softphone uses to register. Must be unique on the account.                              |
| Password (required)    | SIP authentication password. Enter this into the softphone alongside the username and SIP server domain. |
| Caller ID Name         | Display name shown to the called party unless overridden by a campaign caller ID.                        |
| Caller ID Number       | Outbound CLI displayed when the device dials. Selected from configured numbers.                          |
| User (required)        | The agent or manager account this device is assigned to.                                                 |
| Status                 | Enable to activate immediately, or Disable to save without registering.                                  |

<Warning>
  SIP device credentials (Username and Password) are sensitive. Never share them over plain-text channels. A compromised SIP credential can be used to place unauthorised calls on your account and incur unexpected charges.
</Warning>

<Tip>
  When creating a new user or manager, create and assign the SIP device before the account goes live. Without a registered SIP device, the account cannot make or receive calls.
</Tip>
