Class SipFlagsResponse

java.lang.Object
com.ringcentral.definitions.SipFlagsResponse

public class SipFlagsResponse extends Object
SIP flags information
  • Field Details

    • voipFeatureEnabled

      public Boolean voipFeatureEnabled
      Indicates that VoIP calling feature is enabled
    • voipCountryBlocked

      public Boolean voipCountryBlocked
      Indicates that the request is sent from IP address of a country where VoIP calling is disallowed
    • outboundCallsEnabled

      public Boolean outboundCallsEnabled
      Indicates that outbound calls are enabled
    • dscpEnabled

      public Boolean dscpEnabled
    • dscpSignaling

      public Long dscpSignaling
      Format: int32
    • dscpVoice

      public Long dscpVoice
      Format: int32
    • dscpVideo

      public Long dscpVideo
      Format: int32
  • Constructor Details

    • SipFlagsResponse

      public SipFlagsResponse()
  • Method Details