Destination for inbound call routing
Name | Description |
---|---|
id | Decimal Unique ID of the destination |
did_id | Decimal Unique ID of the DID |
transport | Decimal Transport for inbound call routing. Can be |
destination | String The destination for inbound call routing. For |
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 |
trunk_id | Decimal The unique ID of SIP trunk on the platform for |
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
}