Package com.bytedesk.freeswitch.config
Class FreeSwitchProperties
java.lang.Object
com.bytedesk.freeswitch.config.FreeSwitchProperties
@Component
@ConfigurationProperties(prefix="bytedesk.freeswitch")
public class FreeSwitchProperties
extends Object
FreeSwitch配置属性
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
private boolean enabled是否启用FreeSwitch -
server
FreeSwitch服务器地址 -
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
-
FreeSwitchProperties
public FreeSwitchProperties()
-