2026-08-28

  1. Extended sorting on GET /api/voip_numbers: order[phoneNumber], order[createdAt], order[country], order[regionName], order[title], order[mobile], order[action] (asc|desc; one field at a time). order[action] groups by assigned service type (queue → voicemail → findMe → conditionalRedirect → redirect → localConnection → conferenceRoom → IVR → none)

2026-08-24

  1. Added formattedToNumber to GET /api/sms responses (E.164 display number; raw toNumber unchanged)

2026-08-21

  1. Increased maximum incomingCallQueueLimit on SIP from 5 to 10

2026-08-17

  1. Increased API token rate limit for GET /api/incoming_calls → 2 requests / 1 s

2026-08-14

  1. Added callId filter on GET /api/outgoing_calls and GET /api/incoming_calls (exact match on SIP callid)

2026-08-12

  1. Increased API token rate limits:
  2. Removed operator from GET /api/sms and GET /api/sms/{id} responses
  3. Added public GET /api/voip_numbers/download (CSV export; rate limit 1 request / 10 s)

2026-07-17

  1. Added GET /api/transcriptions and GET /api/transcriptions/{id}
  2. Added DELETE /api/sips/{id}