Package com.bytedesk.call.config
Class CallFreeswitchProperties
java.lang.Object
com.bytedesk.call.config.CallFreeswitchProperties
@Component
@ConfigurationProperties(prefix="bytedesk.call.freeswitch")
public class CallFreeswitchProperties
extends Object
Call配置属性
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
private boolean enabled是否启用Call -
server
Call服务器地址 -
eslPort
private int eslPortESL端口 -
eslPassword
ESL密码 -
sipPort
private int sipPortSIP端口 -
webrtcPort
private int webrtcPortWebRTC端口 -
wsPort
private int wsPortWebSocket信令端口 -
callTimeout
private int callTimeout默认呼叫超时时间(秒) -
rtpPortStart
private int rtpPortStartRTP媒体端口范围开始 -
rtpPortEnd
private int rtpPortEndRTP媒体端口范围结束
-
-
Constructor Details
-
CallFreeswitchProperties
public CallFreeswitchProperties()
-