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

# Receive a call

> Route authenticated inbound SIP traffic to a voice application and control the durable call.

Inbound voice starts with connectivity and an application binding.

For BYOC, the normal sequence is:

1. Create a carrier connection and enable inbound traffic.
2. Configure inbound authentication using trusted source IPs or digest credentials.
3. Create a BYOC number owned by that carrier connection.
4. Create a voice application.
5. Bind the number to the voice application.
6. Send the carrier INVITE to the Leamout SIP endpoint.

Leamout authenticates ingress, resolves the number and voice application, establishes trusted organization context, and creates a durable inbound call. The API can then answer or otherwise control the call.

List recent calls:

```bash theme={null}
curl -sS "$LEAMOUT_API_URL/v1/calls/?limit=100" \
  -H "Authorization: Bearer $LEAMOUT_TOKEN"
```

Inbound calls have `direction: "inbound"`.
