LionVoice · API Docs
lionvoice.app · Dashboard

Phone numbers

LionVoice does not sell phone numbers — you keep your VoIP provider and numbers.

How it works

1. You provide SIP server / username / password (encrypted at rest, AES-256-GCM).

2. Calls flow through **your** trunks — numbers stay yours.

3. Each number can be assigned to an agent for inbound answering.

API

- `GET /v1/phone-numbers` — list your numbers with agent assignment

- `POST /v1/phone-numbers` — add number (E.164)

- `PATCH /v1/phone-numbers/{id}` — assign to agent / enable inbound

Outbound caller ID

When firing calls you can pass `from_number` — it must be one of **your** registered numbers. Otherwise the tenant default caller ID is used.

Configuration

Currently SIP credentials are configured with support ([email protected]) while self-service configuration is being finished. This keeps credentials safe until the vault UI ships.