Skip to main content

@dialstack/sdk / index / DIDItem

Interface: DIDItem

Defined in: sdk/src/types/phone-numbers.ts:29

Properties

caller_id_name?

TypeScript
optional caller_id_name?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:39


caller_id_prefix?

TypeScript
optional caller_id_prefix?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:45

Prefix added to the inbound caller's display name shown on the answering device (e.g. [Acme] John Smith), for calls answered on behalf of a specific brand or business. Affects only the inbound display, not call records.


config?

TypeScript
optional config?: DIDConfig;

Defined in: sdk/src/types/phone-numbers.ts:38


created_at

TypeScript
created_at: string;

Defined in: sdk/src/types/phone-numbers.ts:54


directory_listing_location?

TypeScript
optional directory_listing_location?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:48


directory_listing_location_id?

TypeScript
optional directory_listing_location_id?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:50

Deprecated

Use directory_listing_location. Retained for backwards compatibility.


directory_listing_name?

TypeScript
optional directory_listing_name?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:46


directory_listing_type?

TypeScript
optional directory_listing_type?: DirectoryListingType;

Defined in: sdk/src/types/phone-numbers.ts:47


disconnected_at?

TypeScript
optional disconnected_at?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:35


expires_at?

TypeScript
optional expires_at?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:34


fax_enabled

TypeScript
fax_enabled: boolean;

Defined in: sdk/src/types/phone-numbers.ts:37


id

TypeScript
id: string;

Defined in: sdk/src/types/phone-numbers.ts:30


inbound_routing

TypeScript
inbound_routing: InboundRouting;

Defined in: sdk/src/types/phone-numbers.ts:53

Inbound call handling. routing_target is null when this is drop.


number_class?

TypeScript
optional number_class?: "account_owned" | "temporary";

Defined in: sdk/src/types/phone-numbers.ts:33


outbound_enabled

TypeScript
outbound_enabled: boolean;

Defined in: sdk/src/types/phone-numbers.ts:36


phone_number

TypeScript
phone_number: string;

Defined in: sdk/src/types/phone-numbers.ts:31


routing_target?

TypeScript
optional routing_target?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:51


status

TypeScript
status: "active" | "inactive" | "released";

Defined in: sdk/src/types/phone-numbers.ts:32


updated_at

TypeScript
updated_at: string;

Defined in: sdk/src/types/phone-numbers.ts:55