| | |
| | | private Boolean syncChannelOnDeviceOnline = Boolean.FALSE; |
| | | |
| | | private Boolean sipLog = Boolean.FALSE; |
| | | private Boolean sqlLog = Boolean.FALSE; |
| | | private Boolean sendToPlatformsWhenIdLost = Boolean.FALSE; |
| | | |
| | | private Boolean refuseChannelStatusChannelFormNotify = Boolean.FALSE; |
| | |
| | | public void setUseCustomSsrcForParentInvite(Boolean useCustomSsrcForParentInvite) { |
| | | this.useCustomSsrcForParentInvite = useCustomSsrcForParentInvite; |
| | | } |
| | | |
| | | public Boolean getSqlLog() { |
| | | return sqlLog; |
| | | } |
| | | |
| | | public void setSqlLog(Boolean sqlLog) { |
| | | this.sqlLog = sqlLog; |
| | | } |
| | | } |