Type Alias SettingTemplatesGetSettingTemplateDetailsResponse
SettingTemplatesGetSettingTemplateDetailsResponse: {
description?: string;
id?: string;
name?: string;
policy?: {
ad_hoc_call_recording?: {
enable?: boolean;
recording_start_prompt?: boolean;
recording_transcription?: boolean;
};
auto_call_recording?: {
enable?: boolean;
inbound_audio_notification?: { recording_start_prompt?: boolean };
outbound_audio_notification?: { recording_start_prompt?: boolean };
recording_calls?: string;
recording_start_prompt?: boolean;
recording_transcription?: boolean;
};
call_forwarding?: { call_forwarding_type?: number; enable?: boolean };
call_overflow?: { call_overflow_type?: number; enable?: boolean };
sms?: { enable?: boolean; international_sms?: boolean };
voicemail?: { allow_transcription?: boolean; enable?: boolean };
};
profile?: { area_code?: string; country?: string };
type?: string;
user_settings?: {
audio_prompt_language?: string;
block_calls_without_caller_id?: boolean;
call_handling?: {
business_hours?: {
business_hour_action?: number;
busy_action?: number;
busy_connect_operator?: {
allow_caller_check_voicemail?: boolean;
enable?: boolean;
external_number?: { description?: string; number?: string };
id?: string;
play_callee_voicemail_greeting?: boolean;
require_press_1_before_connecting?: boolean;
type?: string;
};
connect_to_operator?: {
allow_caller_check_voicemail?: boolean;
enable?: boolean;
external_number?: { description?: string; number?: string };
id?: string;
play_callee_voicemail_greeting?: boolean;
require_press_1_before_connecting?: boolean;
type?: string;
};
custom_hours?: {
from?: string;
to?: string;
type?: number;
weekday?: number;
}[];
ring_type?: string;
ringing_duration?: string;
type?: number;
};
close_hours?: {
busy_action?: number;
busy_connect_operator?: {
allow_caller_check_voicemail?: boolean;
enable?: boolean;
external_number?: { description?: string; number?: string };
id?: string;
play_callee_voicemail_greeting?: boolean;
require_press_1_before_connecting?: boolean;
type?: string;
};
close_hour_action?: number;
connect_to_operator?: {
allow_caller_check_voicemail?: boolean;
enable?: boolean;
external_number?: { description?: string; number?: string };
id?: string;
play_callee_voicemail_greeting?: boolean;
require_press_1_before_connecting?: boolean;
type?: string;
};
max_wait_time?: string;
};
};
desk_phone?: { pin_code?: string };
hold_music?: string;
};
}