Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 3.83 KB

CreateSIPPhoneRequest.md

File metadata and controls

24 lines (21 loc) · 3.83 KB

# CreateSIPPhoneRequest

Properties

Name Type Description Notes
authorization_name string Authorization name of the user registered for SIP Phone.
domain string The name or IP address of your provider's SIP domain. (example: CDC.WEB).
password string The password generated for the user in the SIP account.
proxy_server string IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server.
proxy_server2 string IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server, or empty. [optional]
proxy_server3 string IP address of the proxy server for SIP requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. If you are not using a proxy server, this value can be the same as the Register Server, or empty. [optional]
register_server string IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address.
register_server2 string IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. [optional]
register_server3 string IP address of the server that accepts REGISTER requests. Note that if you are using the UDP transport protocol, the default port is 5060. If you are using UDP with a different port number, that port number must be included with the IP address. [optional]
registration_expire_time int The number of minutes after which the SIP registration of the Zoom client user will expire, and the client will auto register to the SIP server. [optional] [default to 60]
transport_protocol string Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. [optional]
transport_protocol2 string Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. [optional]
transport_protocol3 string Protocols supported by the SIP provider.<br> The value must be either `UDP`, `TCP`, `TLS`, `AUTO`. [optional]
user_email string The email address of the user to associate with the SIP Phone. Can add `.win`, `.mac`, `.android`, `.ipad`, `.iphone`, `.linux`, `.pc`, `.mobile`, `.pad` at the end of the email (for example, `user@example.com.mac`) to add accounts for different platforms for the same user.
user_name string The phone number associated with the user in the SIP account.
voice_mail string The number to dial for checking voicemail.

[Back to Model list] [Back to API list] [Back to README]