Commit bf0efc2739fb76a4b34c4e43754a9b4041d38ffa

Authored by 648540858
2 parents fc74ce9d 105ad255

Merge branch '2.6.9' into wvp-28181-2.0

src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
... ... @@ -51,7 +51,7 @@ public class UserSetting {
51 51  
52 52 private Boolean refuseChannelStatusChannelFormNotify = Boolean.FALSE;
53 53  
54   - private Boolean deviceStatusNotify = Boolean.FALSE;
  54 + private Boolean deviceStatusNotify = Boolean.TRUE;
55 55 private Boolean useCustomSsrcForParentInvite = Boolean.TRUE;
56 56  
57 57 private String serverId = "000000";
... ...