---
title: "June 2026"
slug: "june-2026"
updated: 2026-06-15T13:57:53Z
published: 2026-06-15T13:57:53Z
canonical: "docs.voiso.com/june-2026"
---

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

# June 2026

## Reporting API

**June 15, 2026**

Get CDR pagination is updated and improved:

- Added cursor-based pagination to **Get list of CDRs** (`GET /api/v4/reporting/cdrs`).
- Added the `cursor` query parameter.
- Added `metadata.next_cursor` to the response metadata.
- Updated the maximum `limit` for CDR list requests from `100` to `1000`.
- Clarified that offset-based pagination is limited to the first 10000 records.
- Documented cursor and offset behavior when both parameters are sent.

Related article:

- [Get list of CDRs](https://developers.voiso.com/reference/getcdrs)

## Dialer campaigns: Ready to dial column

**June 3, 2026**

A **Ready to dial** column was added to the **Campaigns** page. The column displays the number of contacts currently available for dialing.

Related articles:

- [Campaigns page](/v1/docs/outbound-dialer-campaigns-view)
- [Running a campaign](/v1/docs/outbound-dialer-running-a-campaign)
- [Running a CRM campaign](/v1/docs/outbound-dialer-running-a-crm-campaign)
- [Running an API campaign](/v1/docs/running-an-api-campaign)
- [How to run a Dialer campaign Part 1: Getting started](/v1/docs/outbound-dialer-campaign-getting-started)
- [How to run a Dialer campaign Part 2: Dialer campaigns](/v1/docs/outbound-dialer-campaign-dialer-campaigns)
- [How to run a Dialer campaign Part 3: Launching your campaign](/v1/docs/outbound-dialer-campaign-launching-your-campaign)

## Voice Providers: Custom TLS SIP Port Configuration

**June 2, 2026**

The **Voice providers** configuration documentation has been updated to reflect support for custom SIP port values when TLS is selected as the transport protocol. Previously, the SIP port was automatically set to `5061` and could not be changed.

Related article:

- [Voice providers](/v1/docs/voice-providers)

## Campaigns API: AMD voicemail configuration

**June 2, 2026**

For the **Create campaign** and **Partially update campaign** endpoints, validation was updated for `amd_voicemail_message`:

- If `amd_voicemail_message` is included, `amd_voicemail_message.enabled` is required.

Related articles:

- [Create campaign](https://developers.voiso.com/reference/createcampaign)
- [Partially update campaign](https://developers.voiso.com/reference/patchcampaign)
- [Adding a new campaign](/v1/docs/outbound-dialer-adding-a-new-campaign#answering-machine-detection)

## Campaigns API: Follow up mode

**June 2, 2026**

Follow up mode support was added to the **Create campaign** and **Partially update campaign** endpoints.

- `follow_up_mode` controls how follow up attempts are prioritized within `follow_up_rules`:
  - `timer` (default)
  - `lowest_attempts`

Related articles:

- [Create campaign](https://developers.voiso.com/reference/createcampaign)
- [Partially update campaign](https://developers.voiso.com/reference/patchcampaign)
- [Adding a new campaign](/v1/docs/outbound-dialer-adding-a-new-campaign)
- [Part 2: Dialer campaigns](/v1/docs/outbound-dialer-campaign-dialer-campaigns)
