July 2026
Added
- July 1 - Twilio to Vobiz migration section covering the voice call API, VobizXML, webhooks, sub-accounts, phone numbers, conferences, recordings, SIP trunking, and SDKs. See Twilio migration overview.
- July 3 -
GET /api/v1/account/{auth_id}/numbers/{e164}/healthreturns a number’s status, spam flag, and call metrics with a per-period snapshot series. See Get number health. - July 7 -
webhook_urlandwebhook_methodon create trunk and update trunk set a trunk’s real-time call-event webhook. - July 9 - Zoiper 5 integration guide for registering a softphone against a Vobiz SIP endpoint.
- July 10 -
excludequery parameter on list inventory numbers removes one or more E.164 prefixes from the results. Prefixes include the country code, and you can pass a comma-separated list or repeat the parameter. - July 13 - Stream audio formats reference for inbound and outbound WebSocket audio.
- July 13 -
18.96.230.96/28and18.96.230.112/28added to the RTP media ranges to whitelist. See IP whitelisting. - July 14 -
page,per_page, andsearchquery parameters on list account phone numbers. - July 18 - Capacity APIs: preview CPS or concurrency pricing and purchase capacity.
- July 18 - Rapida AI integration covering setup and inbound calling.
- July 20 -
POST /api/v1/account/{account_id}/numbers/{e164}/cancel-releasecancels a standard release during its 24-hour pending window. See Cancel release. - July 21 - Voice Campaign Manager API for outbound campaigns: agents, campaigns, caller-ID pools, contacts and results, runtime controls, capacity monitoring, and HMAC-SHA256 signed webhooks.
- July 29 - Sarvam integration for taking a Samvaad voice agent live on a Vobiz-powered number.
Changed
- July 13 - Dial reference rewritten against runtime behaviour. Set
callerIdto a number your account owns or is authorized to use; when it is omitted, Vobiz derives the caller ID from the A-leg. - July 14 - SIP endpoint URIs use the form
sip:username@registrar.vobiz.ai. See Endpoint object. - July 14 - Conference references aligned with runtime behaviour: list conferences returns an array of room names, retrieve returns the full conference object, and a room exists from the moment the first caller joins through
<Conference>. Keep your own room registry for authoritative discovery and cleanup. - July 31 - Releasing a number charges an account-specific release fee, returned as
release_fee. Cancelling a standard release during the pending window refunds it.
Fixed
- July 13 - Stream control examples read the stream identifier from
start.streamIdin the WebSocketstartevent, andstreamIdis required onplayAudio. - July 13 - Corrected the nesting in the Stream with Record example.
June 2026
Added
- June 4 - Outbound campaign manager guide covering number rotation, daily caps, cooldown, retry policy, and the campaign state machine.
- June 4 - Sub-account KYC email flow webhook reference. The webhook payload carries the sub-account
account_auth_idwith theSA_prefix. - June 5 - Sub-account KYC redirect flow webhook reference, including
webhook_urlon the hosted KYC session. - June 8 - Dograh integration for self-hosted AI voice agents over Vobiz.
- June 10 - Hangup causes reference listing numeric hangup codes and SIP
hangup_causevalues with next steps. - June 11 -
GET /api/v1/Account/{auth_id}/Call/lists queued calls. See Retrieve all queued calls. - June 18 - NDNC webhook reference for UCC complaint delivery, including payload fields and signature verification.
- June 18 - Plivo to Vobiz migration guide with an XML converter.
- June 29 - SDKs generated from
openapi.yamlfor TypeScript, Python, Go, Java, Ruby, C#, and PHP. - June 29 -
vobizxmlcall-control XML builders ship in all seven SDK languages, so you can construct VobizXML responses without string templating. - June 30 - CDR filters
sip_call_id,bridge_uuid,hangup_cause,hangup_disposition,context,campaign_id, andsearchon list, search, and export CDRs. - June 30 - Deleting a sub-account with parent credentials alone: list sub-accounts to find the
SA_auth ID, then delete it.
Changed
- June 9 - RTP media uses UDP ports
5000-65535. See IP whitelisting. - June 10 - SIP signaling whitelist extended with
65.2.100.211and3.111.255.163. - June 15 - WhatsApp messaging API reference corrected against the live service: base URL
https://api.vobiz.ai/api/v1/messaging,X-Auth-IDandX-Auth-Tokenheader authentication, list responses shaped asitems/total/page/limit/has_more, message lists paged bynext_cursor, and UUID resource identifiers. - June 27 -
callerIdis set on the parent<Dial>element, not on nested<Number>or<User>.
Fixed
- June 4 -
<Gather>usesexecutionTimeout. Thetimeoutattribute belongs to<Dial>and<Number>. See Gather.
May 2026
Added
- May 13 - Bun media stream server example for terminating a Vobiz WebSocket stream.
- May 15 - Vobiz MCP server so AI clients can query these docs directly.
- May 19 - Stop event reference for the WebSocket stream lifecycle.
- May 19 -
maxRetriesattribute on<Stream>controls reconnect attempts when the WebSocket fails to establish or drops mid-stream. - May 19 - Conference attributes and conference callbacks references.
- May 20 - Callback signature validation reference for the
X-Vobiz-Signature,X-Vobiz-Signature-V2, andX-Vobiz-Signature-V3headers. - May 25 - Sub-account KYC endpoints as interactive references: status, PAN, GST, CIN search and confirm, DigiLocker initiate and verify, and the hosted session.
- May 25 - KYC test mode endpoints for exercising verification outcomes without live checks.
- May 25 - DID assign and unassign to a sub-account, including the 15-day cool-off that applies to unassignment.
- May 25 - 3CX integration guide.
- May 27 - Sub-account onboarding flow walking create, KYC, number, and first call, with parent versus sub-account authentication.
- May 27 -
kyc_modeon create and update sub-account.
Changed
- May 18 - API reference paths and base URLs aligned with the production routes, so requests from the playground reach the live API.
- May 27 - Sub-account KYC endpoints authenticate with
X-Auth-IDandX-Auth-Token, the primary credential pair for an account. - May 27 -
18.96.230.208/29and18.96.232.168/29apply to RTP media rather than SIP signaling. See IP whitelisting.