|
|
@ -74,7 +74,7 @@ public class CatalogNotifyMessageHandler extends SIPRequestProcessorParent imple |
|
|
|
deviceChannel.setLongitude(0.0); |
|
|
|
deviceChannel.setLatitude(0.0); |
|
|
|
deviceChannel.setDeviceId(parentPlatform.getDeviceGBId()); |
|
|
|
deviceChannel.setManufacture("wvp-pro"); |
|
|
|
deviceChannel.setManufacture("ycIT"); |
|
|
|
deviceChannel.setStatus(1); |
|
|
|
deviceChannel.setParental(1); |
|
|
|
deviceChannel.setParentId(catalog.getParentId()); |
|
|
@ -86,7 +86,7 @@ public class CatalogNotifyMessageHandler extends SIPRequestProcessorParent imple |
|
|
|
} |
|
|
|
deviceChannel.setCivilCode(parentPlatform.getAdministrativeDivision()); |
|
|
|
deviceChannel.setModel("live"); |
|
|
|
deviceChannel.setOwner("wvp-pro"); |
|
|
|
deviceChannel.setOwner("ycIT"); |
|
|
|
deviceChannel.setSecrecy("0"); |
|
|
|
allChannels.add(deviceChannel); |
|
|
|
} |
|
|
@ -121,7 +121,7 @@ public class CatalogNotifyMessageHandler extends SIPRequestProcessorParent imple |
|
|
|
deviceChannel.setLongitude(gbStream.getLongitude()); |
|
|
|
deviceChannel.setLatitude(gbStream.getLatitude()); |
|
|
|
deviceChannel.setDeviceId(parentPlatform.getDeviceGBId()); |
|
|
|
deviceChannel.setManufacture("wvp-pro"); |
|
|
|
deviceChannel.setManufacture("ycIT"); |
|
|
|
// deviceChannel.setStatus(gbStream.isStatus()?1:0);
|
|
|
|
deviceChannel.setStatus(1); |
|
|
|
deviceChannel.setParentId(gbStream.getCatalogId()); |
|
|
@ -132,7 +132,7 @@ public class CatalogNotifyMessageHandler extends SIPRequestProcessorParent imple |
|
|
|
deviceChannel.setCivilCode(parentPlatform.getAdministrativeDivision()); |
|
|
|
} |
|
|
|
deviceChannel.setModel("live"); |
|
|
|
deviceChannel.setOwner("wvp-pro"); |
|
|
|
deviceChannel.setOwner("ycIT"); |
|
|
|
deviceChannel.setParental(0); |
|
|
|
deviceChannel.setSecrecy("0"); |
|
|
|
allChannels.add(deviceChannel); |
|
|
|