|
@@ -215,7 +215,7 @@ public class LocalMediaDeviceService extends GenericReactiveCrudService<MediaDev
|
|
|
.notIn(MediaDevice::getId,deviceIds)
|
|
.notIn(MediaDevice::getId,deviceIds)
|
|
|
.fetch()
|
|
.fetch()
|
|
|
.doOnNext(this::unRegister)
|
|
.doOnNext(this::unRegister)
|
|
|
- .concatWith(sipServerHelper.createSip( SipServerConfig.of("34020000002000000001","192.168.104.244", 7001,"udp","340200000","utf-8","12345678",10L,"1")).then(Mono.empty()))
|
|
|
|
|
|
|
+ .concatWith(sipServerHelper.createSip( SipServerConfig.of("34020000002000000001","192.168.104.114", 7001,"udp","340200000","utf-8","12345678",10L,"1")).then(Mono.empty()))
|
|
|
.doOnError(e->{
|
|
.doOnError(e->{
|
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
|
})
|
|
})
|