Commit 3131310642e7912d58040d728726af64dd33f8ea

Authored by panlinlin
1 parent 7e581e9d

完成向上级联->选择通道-002

src/main/java/com/genersoft/iot/vmp/gb28181/transmit/cmd/ISIPCommanderForPlatform.java
... ... @@ -13,6 +13,7 @@ public interface ISIPCommanderForPlatform {
13 13 * @return
14 14 */
15 15 boolean register(ParentPlatform parentPlatform);
  16 + boolean register(ParentPlatform parentPlatform, String callId, WWWAuthenticateHeader www, SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent);
16 17  
17 18 /**
18 19 * 向上级平台注销
... ... @@ -21,7 +22,6 @@ public interface ISIPCommanderForPlatform {
21 22 */
22 23 boolean unregister(ParentPlatform parentPlatform, SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent);
23 24  
24   - boolean register(ParentPlatform parentPlatform, String callId, WWWAuthenticateHeader www, SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent);
25 25  
26 26 /**
27 27 * 向上级平发送心跳信息
... ...