@dialstack/sdk / react / ExternalDialNodeConfig
Interface: ExternalDialNodeConfig
Defined in: sdk/src/types/dial-plan.ts:49
Configuration for an external dial node that dials an external PSTN number. Has optional timeout handling with next node routing.
Properties
next?
optional next?: string;
Defined in: sdk/src/types/dial-plan.ts:55
Node ID to route to on timeout or busy
phone_number
phone_number: string;
Defined in: sdk/src/types/dial-plan.ts:51
E.164 formatted phone number to dial (e.g., +14155551234)
timeout
timeout: number;
Defined in: sdk/src/types/dial-plan.ts:53
Timeout in seconds before routing to next node (1-120)