错误修正
This commit is contained in:
parent
4103286f03
commit
eedf0718d2
@ -29,7 +29,7 @@ public class SipSubscribe {
|
|||||||
private void init() {
|
private void init() {
|
||||||
registerSubscribe = new RegisterSubscribe(executor);
|
registerSubscribe = new RegisterSubscribe(executor);
|
||||||
ackSubscribe = new AckSubscribe(executor);
|
ackSubscribe = new AckSubscribe(executor);
|
||||||
byeSubscribe = new AckSubscribe(executor);
|
byeSubscribe = new ByeSubscribe(executor);
|
||||||
}
|
}
|
||||||
|
|
||||||
@PreDestroy
|
@PreDestroy
|
||||||
|
Loading…
Reference in New Issue
Block a user