Changelog
Breaking Changes
The
/v3/trunksendpoint has been replaced with/v3/voice_in_trunks.The
/v3/trunk_groupsendpoint has been replaced with/v3/voice_in_trunk_groups.The
/v3/cdr_exportsendpoint has been replaced with/v3/exports. This new endpoint supports generating both inbound and outbound CDR exports.Export results from
/v3/exportsare now delivered as CSV files archived in GZIP format.The callback payload for export events has changed. The
typeattribute in the payload now returnsexports.The
export_typeattribute is now required in/v3/exportsrequests and responses. Possible values:cdr_in,cdr_out.The
filtersattribute has been removed from the/v3/exportsresponse.In
/v3/did_groups:Allowed values for the
filter[features]parameter have changed to:sms_in,sms_out,voice_in,voice_out,t38.The
featuresresponse attribute now also returns only these allowed values.
In
/v3/available_dids, the allowed values for thefilter[did_group.features]parameter have been updated to:sms_in,sms_out,voice_in,voice_out,t38.In
/v3/dids:The
trunk_grouprelationship has been renamed tovoice_in_trunk_groupwith typevoice_in_trunk_groups.The
trunksrelationship has been renamed tovoice_in_trunkswith typevoice_in_trunks.
Enhancements
New optional filter
filter[did_group.features]added to/v3/dids. Allowed values:sms_in,sms_out,voice_in,voice_out,t38.SIP configuration for
/v3/voice_in_trunksnow supports the following additional attributes in both request and response:media_encryption_modestir_shaken_modeallowed_rtp_ips
Callback events are now supported for changes in
/v3/voice_out_trunksstatus.
New Endpoints
Endpoint |
Access Level |
|---|---|
|
Read, Write, Delete |
|
Write |
Note
For details on callback configuration, see the Callback Documentation Version 2021-12-15.