| | |
| | | |
| | | private Boolean logInDatebase = Boolean.TRUE; |
| | | |
| | | private Boolean redisConfig = Boolean.TRUE; |
| | | private Boolean usePushingAsStatus = Boolean.TRUE; |
| | | |
| | | private Boolean streamOnDemand = Boolean.TRUE; |
| | | |
| | | private String serverId = "000000"; |
| | | |
| | |
| | | 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; |
| | | } |
| | | } |