Skip to main content

@dialstack/sdk-dev / js/src / DialPlan

Interface: DialPlan

Defined in: sdk/js/src/types/dial-plan.ts:278

A complete dial plan definition.

Properties​

created_at​

TypeScript
created_at: string;

Defined in: sdk/js/src/types/dial-plan.ts:288

ISO timestamp of when the dial plan was created


entry_node​

TypeScript
entry_node: string;

Defined in: sdk/js/src/types/dial-plan.ts:284

ID of the first node to execute when a call enters this dial plan


id​

TypeScript
id: string;

Defined in: sdk/js/src/types/dial-plan.ts:280

Unique identifier for the dial plan


name​

TypeScript
name: string;

Defined in: sdk/js/src/types/dial-plan.ts:282

Human-readable name for the dial plan


nodes​

TypeScript
nodes: DialPlanNode[];

Defined in: sdk/js/src/types/dial-plan.ts:286

Array of nodes that make up this dial plan


updated_at​

TypeScript
updated_at: string;

Defined in: sdk/js/src/types/dial-plan.ts:290

ISO timestamp of when the dial plan was last updated