did destination

API Docs by APIMATIC

Did Destination

Destination for inbound call routing

Fields

NameDescription
id
Decimal

Unique ID of the destination

did_id
Decimal

Unique ID of the DID

transport
Decimal

Transport for inbound call routing. Can be 1 for routing inbound calls to a SIP URI, 4 for routing calls to a PSTN number, 5 for routing calls to SIP trunk on the platform

destination
String

The destination for inbound call routing. For transport:1 contains SIP URI, for transport:4 contains PSTN phone number, for transport:5 contains system-generated login of SIP trunk of the platform

priority
Decimal

For DIDs with several destinations, sets the order of the destination the platform routes inbound call to. The less the value, the higher the priority is.

own_sip
Boolean

Indicates if the description is a SIP trunk of the platform. Must be true if transport:5, otherwise false.

trunk_id
Decimal

The unique ID of SIP trunk on the platform for transport:5.

trunk_label
String

User-defined trunk name

srtp
Boolean

Indicated if SRTP is enabled for the destination.

{
  "id": null,
  "did_id": null,
  "transport": null,
  "destination": null,
  "priority": null,
  "own_sip": null,
  "trunk_id": null,
  "trunk_label": null,
  "srtp": null
}