Skip to main content

SipInfoResponse

Properties

NameTypeRequiredDescription
usernamestrUser credentials
passwordstrUser password. Not returned if SipDigest is not enabled
authorization_typesList[AuthorizationType]Supported authorization types and their priority for clients
authorization_idstrIdentifier for SIP authorization
domainstrSIP domain
outbound_proxystrSIP outbound proxy server address (in the format <host:port>
outbound_proxy_i_pv6strSIP outbound IPv6 proxy server address (in the format <host:port>)
outbound_proxy_backupstrSIP outbound proxy server backup address (in the format <host:port>)
outbound_proxy_i_pv6_backupstrSIP outbound IPv6 proxy server backup address (in the format <host:port>)
transportSipInfoResponseTransportPreferred transport. SIP info will be returned for this transport if supported
certificatestrFor TLS transport only, Base64 encoded certificate
switch_back_intervalintThe interval in seconds after which the app must try to switch back to primary proxy if it was previously switched to backup. If this parameter is not returned, the app must stay on backup proxy and try to switch to primary proxy after the next SIP-provision call.
stun_serversList[str]List of stun servers in the format <host:port>

SipInfoResponseTransport

Preferred transport. SIP info will be returned for this transport if supported

Properties

NameTypeRequiredDescription
UDPstr"UDP"
TCPstr"TCP"
TLSstr"TLS"
WSSstr"WSS"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →