@dialstack/sdk / react / ExternalDialNodeConfig
Interface: ExternalDialNodeConfig
Defined in: sdk/src/types/dial-plan.ts:53
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/src/types/dial-plan.ts:59
Node ID to route to on timeout or busy
phone_number
TypeScript
phone_number: string;
Defined in: sdk/src/types/dial-plan.ts:55
E.164 formatted phone number to dial (e.g., +14155551234)
timeout
TypeScript
timeout: number;
Defined in: sdk/src/types/dial-plan.ts:57
Timeout in seconds before routing to next node (1-120)