export interface VoipInfoFields { has_mobile_app: boolean; has_permission: boolean; is_callable: boolean; is_callable_webrtc: boolean; is_pushable: boolean; reason_code: number; reason_description: string; }