Skip to main content

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

Interface: Extension

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

An extension maps a short dial code to a target (user, dial plan, or voice app).

Properties​

created_at​

TypeScript
created_at: string;

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

ISO timestamp of when the extension was created


number​

TypeScript
number: string;

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

The extension number (dial code)


status​

TypeScript
status: ExtensionStatus;

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

Extension status


target​

TypeScript
target: string;

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

The target ID (user, dial plan, or voice app)


updated_at​

TypeScript
updated_at: string;

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

ISO timestamp of when the extension was last updated