Package com.flashphoner.fpwcsapi.session
Interface CallStatusEvent
public interface CallStatusEvent
Call status callback interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidWCS received BUSY from SIP endvoidonEstablished(Call call) SIP call is established between WCS and SIP end.voidCall failed on WCS servervoidonFinished(Call call) SIP call is terminated between WCS and SIP end.voidThe call is put on hold by remote SIP partyvoidWCS received RINGING from SIP endvoidWCS received TRYING from SIP end
-
Method Details
-
onTrying
WCS received TRYING from SIP end- Parameters:
call-
-
onBusy
WCS received BUSY from SIP end- Parameters:
call-
-
onFailed
Call failed on WCS server- Parameters:
call-
-
onRing
WCS received RINGING from SIP end- Parameters:
call-
-
onHold
The call is put on hold by remote SIP party- Parameters:
call-
-
onEstablished
SIP call is established between WCS and SIP end.- Parameters:
call-
-
onFinished
SIP call is terminated between WCS and SIP end.- Parameters:
call-
-