Package com.ringcentral.definitions
Class SipFlagsResponse
java.lang.Object
com.ringcentral.definitions.SipFlagsResponse
SIP flags information
-
Field Summary
FieldsModifier and TypeFieldDescriptionFormat: int32Format: int32Format: int32Indicates that outbound calls are enabledIndicates that the request is sent from IP address of a country where VoIP calling is disallowedIndicates that VoIP calling feature is enabled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondscpEnabled
(Boolean dscpEnabled) dscpSignaling
(Long dscpSignaling) outboundCallsEnabled
(Boolean outboundCallsEnabled) voipCountryBlocked
(Boolean voipCountryBlocked) voipFeatureEnabled
(Boolean voipFeatureEnabled)
-
Field Details
-
voipFeatureEnabled
Indicates that VoIP calling feature is enabled -
voipCountryBlocked
Indicates that the request is sent from IP address of a country where VoIP calling is disallowed -
outboundCallsEnabled
Indicates that outbound calls are enabled -
dscpEnabled
-
dscpSignaling
Format: int32 -
dscpVoice
Format: int32 -
dscpVideo
Format: int32
-
-
Constructor Details
-
SipFlagsResponse
public SipFlagsResponse()
-
-
Method Details
-
voipFeatureEnabled
-
voipCountryBlocked
-
outboundCallsEnabled
-
dscpEnabled
-
dscpSignaling
-
dscpVoice
-
dscpVideo
-