@dialstack/sdk-dev / js/src / DIDItem
Interface: DIDItem
Defined in: sdk/js/src/types/phone-numbers.ts:29
Properties
caller_id_name?
optional caller_id_name?: string | null;
Defined in: sdk/js/src/types/phone-numbers.ts:39
caller_id_prefix?
optional caller_id_prefix?: string | null;
Defined in: sdk/js/src/types/phone-numbers.ts:48
Prefix added to the inbound caller's display name (e.g. [Acme] John Smith,
or [Acme] +14084806024 when the caller's name is unknown), for calls
answered on behalf of a specific brand or business. Applies both to the
device that answers and to calls forwarded out to an external number, so a
forwarded business call can be told apart from a personal one. Affects only
the caller ID presented for inbound calls, not call records.
config?
optional config?: DIDConfig;
Defined in: sdk/js/src/types/phone-numbers.ts:38
created_at
created_at: string;
Defined in: sdk/js/src/types/phone-numbers.ts:57
directory_listing_location?
optional directory_listing_location?: string | null;
Defined in: sdk/js/src/types/phone-numbers.ts:51
directory_listing_location_id?
optional directory_listing_location_id?: string | null;
Defined in: sdk/js/src/types/phone-numbers.ts:53
Deprecated
Use directory_listing_location. Retained for backwards compatibility.
directory_listing_name?
optional directory_listing_name?: string | null;
Defined in: sdk/js/src/types/phone-numbers.ts:49
directory_listing_type?
optional directory_listing_type?: DirectoryListingType;
Defined in: sdk/js/src/types/phone-numbers.ts:50
disconnected_at?
optional disconnected_at?: string | null;
Defined in: sdk/js/src/types/phone-numbers.ts:35
expires_at?
optional expires_at?: string | null;
Defined in: sdk/js/src/types/phone-numbers.ts:34
fax_enabled
fax_enabled: boolean;
Defined in: sdk/js/src/types/phone-numbers.ts:37
id
id: string;
Defined in: sdk/js/src/types/phone-numbers.ts:30
inbound_routing
inbound_routing: InboundRouting;
Defined in: sdk/js/src/types/phone-numbers.ts:56
Inbound call handling. routing_target is null when this is drop.
number_class?
optional number_class?: "account_owned" | "temporary";
Defined in: sdk/js/src/types/phone-numbers.ts:33
outbound_enabled
outbound_enabled: boolean;
Defined in: sdk/js/src/types/phone-numbers.ts:36
phone_number
phone_number: string;
Defined in: sdk/js/src/types/phone-numbers.ts:31
routing_target?
optional routing_target?: string | null;
Defined in: sdk/js/src/types/phone-numbers.ts:54
status
status: "active" | "inactive" | "released";
Defined in: sdk/js/src/types/phone-numbers.ts:32
updated_at
updated_at: string;
Defined in: sdk/js/src/types/phone-numbers.ts:58