You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking Changes
/v3/trunks being moved to /v3/voice_in_trunks.
/v3/trunk_groups being moved to /v3/voice_in_trunk_groups.
/v3/cdr_exports being moved to /v3/exports. Endpoint now allows generating both inbound and outbound CDRs export.
/v3/exports result file will be CSV archived in GZIP.
Callbacks payload for exports being changed: value of type attribute is changed to exports.
/v3/exports export_type required attribute being added to request and response with possible values: cdr_in, cdr_out.
/v3/exports filters attribute being removed from response.
/v3/did_groups filter features allowed values to be changed to sms_in, sms_out, voice_in, voice_out, t38.
/v3/did_groups response value of features attribute to be changed to sms_in, sms_out, voice_in, voice_out, t38.
/v3/available_dids filter did_group.features allowed values being changed to sms_in, sms_out, voice_in, voice_out, t38.
/v3/dids rename trunk_group relationship to voice_in_trunk_group with type voice_in_trunk_groups.
/v3/dids rename trunks relationship to voice_in_trunks with type voice_in_trunks.
Changes
/v3/voice_out_trunks endpoints being added.
/v3/voice_out_trunk_regenerate_credentials endpoint being added.
/v3/voice_in_trunks SIP configuration additional attributes being added to request and response: media_encryption_mode, stir_shaken_mode, allowed_rtp_ips.