Class CallGatewayResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.call.gateway.CallGatewayResponse
All Implemented Interfaces:
Serializable

public class CallGatewayResponse extends BaseResponse
Call网关响应实体
See Also:
  • Field Details

    • gatewayName

      private String gatewayName
      网关名称
    • description

      private String description
      网关描述
    • proxy

      private String proxy
      SIP服务器地址
    • username

      private String username
      用户名
    • fromUser

      private String fromUser
      从号码
    • fromDomain

      private String fromDomain
      从域名
    • register

      private Boolean register
      注册
    • registerTransport

      private String registerTransport
      注册传输协议
    • status

      private String status
      网关状态
    • enabled

      private Boolean enabled
      是否启用
    • configJson

      private String configJson
      扩展配置(JSON格式)
    • remarks

      private String remarks
      备注
    • online

      private Boolean online
      是否在线
  • Constructor Details

    • CallGatewayResponse

      public CallGatewayResponse()
  • Method Details