Type Alias SitesCreatePhoneSiteRequestBody
SitesCreatePhoneSiteRequestBody: {
auto_receptionist_name: string;
default_emergency_address: {
address_line1: string;
address_line2?: string;
city: string;
country: string;
state_code: string;
zip: string;
};
force_off_net?: {
allow_extension_only_users_call_users_outside_site?: boolean;
enable?: boolean;
};
name: string;
short_extension?: { length?: number };
sip_zone?: { id?: string };
site_code?: number;
source_auto_receptionist_id?: string;
}