Class CallFreeswitchProperties

java.lang.Object
com.bytedesk.call.config.CallFreeswitchProperties

@Component @ConfigurationProperties(prefix="bytedesk.call.freeswitch") public class CallFreeswitchProperties extends Object
Call配置属性
  • Field Details

    • enabled

      private boolean enabled
      是否启用Call
    • server

      private String server
      Call服务器地址
    • eslPort

      private int eslPort
      ESL端口
    • eslPassword

      private String eslPassword
      ESL密码
    • sipPort

      private int sipPort
      SIP端口
    • webrtcPort

      private int webrtcPort
      WebRTC端口
    • wsPort

      private int wsPort
      WebSocket信令端口
    • callTimeout

      private int callTimeout
      默认呼叫超时时间(秒)
    • rtpPortStart

      private int rtpPortStart
      RTP媒体端口范围开始
    • rtpPortEnd

      private int rtpPortEnd
      RTP媒体端口范围结束
  • Constructor Details

    • CallFreeswitchProperties

      public CallFreeswitchProperties()