Package com.flashphoner.fpwcsapi.session
Interface CallStatusEvent
public interface CallStatusEvent
Call status callback interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
WCS received BUSY from SIP endvoid
onEstablished
(Call call) SIP call is established between WCS and SIP end.void
Call failed on WCS servervoid
onFinished
(Call call) SIP call is terminated between WCS and SIP end.void
The call is put on hold by remote SIP partyvoid
WCS received RINGING from SIP endvoid
WCS 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
-
-