@dialstack/sdk-dev / server/src / AccountConfig
Interface: AccountConfig
Defined in: sdk/server/src/index.ts:206
Properties
default_agent_visible?
optional default_agent_visible?: boolean | null;
Defined in: sdk/server/src/index.ts:253
Account-level override for whether the managed AI agent is offered when
creating a voice app. Tri-state: null/undefined inherits the platform
default, true shows it, false hides it.
extension_length?
optional extension_length?: number;
Defined in: sdk/server/src/index.ts:210
Number of digits for extension numbers, 3-6 (default: 4)
recording_enabled?
optional recording_enabled?: boolean;
Defined in: sdk/server/src/index.ts:214
Whether call audio recordings are retained (default: true)
recording_inbound_enabled?
optional recording_inbound_enabled?: boolean;
Defined in: sdk/server/src/index.ts:219
Whether inbound call audio is retained. Narrows recording_enabled, which gates every direction, so both must be on (default: true).
recording_internal_enabled?
optional recording_internal_enabled?: boolean;
Defined in: sdk/server/src/index.ts:227
Whether extension-to-extension call audio is retained (default: true)
recording_outbound_enabled?
optional recording_outbound_enabled?: boolean;
Defined in: sdk/server/src/index.ts:225
Whether outbound call audio is retained. Turn this off where the law requires every party to consent and an inbound notice cannot cover it (default: true).
recording_retention_days?
optional recording_retention_days?: number;
Defined in: sdk/server/src/index.ts:245
How long call recording audio is kept before it is deleted; the call record is kept either way (default: 365, max: 2555). Zero or negative means use the default. Voicemail audio is not covered.
redaction_enabled?
optional redaction_enabled?: boolean;
Defined in: sdk/server/src/index.ts:233
Whether sensitive information (PII) is redacted from transcripts and audio recordings; transcription is English-only and a recording is downloadable only after redaction completes (default: false)
region?
optional region?: string;
Defined in: sdk/server/src/index.ts:208
ISO 3166-1 alpha-2 country code (default: "US")
timezone?
optional timezone?: string;
Defined in: sdk/server/src/index.ts:247
IANA timezone (default: "UTC")
transcript_retention_days?
optional transcript_retention_days?: number;
Defined in: sdk/server/src/index.ts:239
How long transcript text and AI summaries are kept before the text is cleared; the call and voicemail records are kept either way (default: 365, max: 2555). Zero or negative means use the default.
transcription_enabled?
optional transcription_enabled?: boolean;
Defined in: sdk/server/src/index.ts:212
Whether calls are recorded and transcribed (default: true)