2026-08-28
- 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
- Added
formattedToNumber to GET /api/sms responses (E.164 display number; raw toNumber unchanged)
2026-08-21
- Increased maximum
incomingCallQueueLimit on SIP from 5 to 10
2026-08-17
- Increased API token rate limit for
GET /api/incoming_calls → 2 requests / 1 s
2026-08-14
- Added
callId filter on GET /api/outgoing_calls and GET /api/incoming_calls (exact match on SIP callid)
2026-08-12
- Increased API token rate limits:
POST /api/asterisk/do_call_remote → 5 requests / 1 s
GET /api/outgoing_calls → 2 requests / 1 s
GET /api/records → 2 requests / 1 s
- Removed
operator from GET /api/sms and GET /api/sms/{id} responses
- Added public
GET /api/voip_numbers/download (CSV export; rate limit 1 request / 10 s)
2026-07-17
- Added
GET /api/transcriptions and GET /api/transcriptions/{id}
- Added
DELETE /api/sips/{id}