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

pull/29/head
panlinlin 2021-01-08 17:35:05 +08:00
parent 7e581e9d3a
commit 3131310642
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@ public interface ISIPCommanderForPlatform {
* @return * @return
*/ */
boolean register(ParentPlatform parentPlatform); boolean register(ParentPlatform parentPlatform);
boolean register(ParentPlatform parentPlatform, String callId, WWWAuthenticateHeader www, SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent);
/** /**
* *
@ -21,7 +22,6 @@ public interface ISIPCommanderForPlatform {
*/ */
boolean unregister(ParentPlatform parentPlatform, SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent); boolean unregister(ParentPlatform parentPlatform, SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent);
boolean register(ParentPlatform parentPlatform, String callId, WWWAuthenticateHeader www, SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent);
/** /**
* *