@dialstack/sdk-dev / js/src / Extension
Interface: Extension
Defined in: sdk/js/src/types/dial-plan.ts:542
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:550
ISO timestamp of when the extension was created
number
TypeScript
number: string;
Defined in: sdk/js/src/types/dial-plan.ts:544
The extension number (dial code)
status
TypeScript
status: ExtensionStatus;
Defined in: sdk/js/src/types/dial-plan.ts:548
Extension status
target
TypeScript
target: string;
Defined in: sdk/js/src/types/dial-plan.ts:546
The target ID (user, dial plan, or voice app)
updated_at
TypeScript
updated_at: string;
Defined in: sdk/js/src/types/dial-plan.ts:552
ISO timestamp of when the extension was last updated