Type Alias SIPPhoneUpdateSIPPhoneRequestBody
SIPPhoneUpdateSIPPhoneRequestBody: {
authorization_name: string;
domain: string;
password: string;
proxy_server: string;
proxy_server2: string;
proxy_server3: string;
register_server: string;
register_server2: string;
register_server3: string;
registration_expire_time?: number;
transport_protocol?: string;
transport_protocol2?: string;
transport_protocol3?: string;
user_name: string;
voice_mail: string;
}