@dialstack/sdk / react / InternalDialNodeConfig
Interface: InternalDialNodeConfig
Defined in: sdk/src/types/dial-plan.ts:38
Configuration for an internal dial node that rings a user or group. Has optional timeout handling with next node routing.
Properties
next?
TypeScript
optional next?: string;
Defined in: sdk/src/types/dial-plan.ts:46
Node ID to route to on timeout or busy
target?
TypeScript
optional target?: string;
Defined in: sdk/src/types/dial-plan.ts:40
User ID, group ID, or dial plan ID to dial
target_id
TypeScript
target_id: string;
Defined in: sdk/src/types/dial-plan.ts:42
Deprecated
Use target. Retained for backwards compatibility.
timeout?
TypeScript
optional timeout?: number;
Defined in: sdk/src/types/dial-plan.ts:44
Timeout in seconds before routing to next node