@dialstack/sdk / index / DIDItem
Interface: DIDItem
Defined in: sdk/src/types/phone-numbers.ts:29
Properties
caller_id_name?
optional caller_id_name?: string | null;
Defined in: sdk/src/types/phone-numbers.ts:39
caller_id_prefix?
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?
optional config?: DIDConfig;
Defined in: sdk/src/types/phone-numbers.ts:38
created_at
created_at: string;
Defined in: sdk/src/types/phone-numbers.ts:54
directory_listing_location?
optional directory_listing_location?: string | null;
Defined in: sdk/src/types/phone-numbers.ts:48
directory_listing_location_id?
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?
optional directory_listing_name?: string | null;
Defined in: sdk/src/types/phone-numbers.ts:46
directory_listing_type?
optional directory_listing_type?: DirectoryListingType;
Defined in: sdk/src/types/phone-numbers.ts:47
disconnected_at?
optional disconnected_at?: string | null;
Defined in: sdk/src/types/phone-numbers.ts:35
expires_at?
optional expires_at?: string | null;
Defined in: sdk/src/types/phone-numbers.ts:34
fax_enabled
fax_enabled: boolean;
Defined in: sdk/src/types/phone-numbers.ts:37
id
id: string;
Defined in: sdk/src/types/phone-numbers.ts:30
inbound_routing
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?
optional number_class?: "account_owned" | "temporary";
Defined in: sdk/src/types/phone-numbers.ts:33
outbound_enabled
outbound_enabled: boolean;
Defined in: sdk/src/types/phone-numbers.ts:36
phone_number
phone_number: string;
Defined in: sdk/src/types/phone-numbers.ts:31
routing_target?
optional routing_target?: string | null;
Defined in: sdk/src/types/phone-numbers.ts:51
status
status: "active" | "inactive" | "released";
Defined in: sdk/src/types/phone-numbers.ts:32
updated_at
updated_at: string;
Defined in: sdk/src/types/phone-numbers.ts:55