Skip to main content

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

Interface: ExternalDialNodeConfig

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

Configuration for an external dial node that dials an external PSTN number. Has optional timeout handling with next node routing.

Properties​

next?​

TypeScript
optional next?: string;

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

Node ID to route to on timeout or busy


phone_number​

TypeScript
phone_number: string;

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

E.164 formatted phone number to dial (e.g., +14155551234)


timeout​

TypeScript
timeout: number;

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

Timeout in seconds before routing to next node (1-120)