| | |
| | | |
| | | private Boolean seniorSdp = Boolean.FALSE; |
| | | |
| | | private Long playTimeout = 18000L; |
| | | private Integer playTimeout = 18000; |
| | | |
| | | private int platformPlayTimeout = 60000; |
| | | |
| | |
| | | |
| | | private Boolean logInDatebase = Boolean.TRUE; |
| | | |
| | | private Boolean redisConfig = Boolean.TRUE; |
| | | private Boolean usePushingAsStatus = Boolean.TRUE; |
| | | |
| | | private Boolean streamOnDemand = Boolean.TRUE; |
| | | |
| | | private String serverId = "000000"; |
| | | |
| | |
| | | return seniorSdp; |
| | | } |
| | | |
| | | public Long getPlayTimeout() { |
| | | public Integer getPlayTimeout() { |
| | | return playTimeout; |
| | | } |
| | | |
| | |
| | | this.seniorSdp = seniorSdp; |
| | | } |
| | | |
| | | public void setPlayTimeout(Long playTimeout) { |
| | | public void setPlayTimeout(Integer playTimeout) { |
| | | this.playTimeout = playTimeout; |
| | | } |
| | | |
| | |
| | | this.thirdPartyGBIdReg = thirdPartyGBIdReg; |
| | | } |
| | | |
| | | public Boolean getRedisConfig() { |
| | | return redisConfig; |
| | | } |
| | | |
| | | public void setRedisConfig(Boolean redisConfig) { |
| | | this.redisConfig = redisConfig; |
| | | } |
| | | |
| | | public Boolean getRecordSip() { |
| | | return recordSip; |
| | | } |
| | |
| | | public void setPlatformPlayTimeout(int platformPlayTimeout) { |
| | | this.platformPlayTimeout = platformPlayTimeout; |
| | | } |
| | | |
| | | public Boolean isUsePushingAsStatus() { |
| | | return usePushingAsStatus; |
| | | } |
| | | |
| | | public void setUsePushingAsStatus(Boolean usePushingAsStatus) { |
| | | this.usePushingAsStatus = usePushingAsStatus; |
| | | } |
| | | |
| | | public Boolean getStreamOnDemand() { |
| | | return streamOnDemand; |
| | | } |
| | | |
| | | public void setStreamOnDemand(Boolean streamOnDemand) { |
| | | this.streamOnDemand = streamOnDemand; |
| | | } |
| | | } |