| | |
| | | * @return |
| | | */ |
| | | boolean register(ParentPlatform parentPlatform, SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent); |
| | | boolean register(ParentPlatform parentPlatform, String callId, WWWAuthenticateHeader www, SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent, boolean registerAgain); |
| | | boolean register(ParentPlatform parentPlatform, String callId, WWWAuthenticateHeader www, SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent, boolean registerAgain, boolean isRegister); |
| | | |
| | | /** |
| | | * 向上级平台注销 |
| | |
| | | * @param parentPlatform |
| | | * @return callId(作为接受回复的判定) |
| | | */ |
| | | String keepalive(ParentPlatform parentPlatform); |
| | | String keepalive(ParentPlatform parentPlatform,SipSubscribe.Event errorEvent , SipSubscribe.Event okEvent); |
| | | |
| | | |
| | | /** |
| | |
| | | boolean recordInfo(DeviceChannel deviceChannel, ParentPlatform parentPlatform, String fromTag, RecordInfo recordInfo); |
| | | |
| | | /** |
| | | * 录像播放推送完成时发送MediaStatus消息 |
| | | * @param platform |
| | | * @param sendRtpItem |
| | | * @return |
| | | */ |
| | | boolean sendMediaStatusNotify(ParentPlatform platform, SendRtpItem sendRtpItem); |
| | | |
| | | /** |
| | | * 向发起点播的上级回复bye |
| | | * @param platform 平台信息 |
| | | * @param callId callId |