Interface SIPClientInterface
public interface SIPClientInterface
Callback interface for handling SIP messages for a SIP client.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAck message (may contain SDP data)voidCall was terminated from other side.voidCall was cancelled/failed with SIP status code.intIncoming invite, must return SIP code : 180 (ringing), 200 (connect), 486(busy), or -1 to do nothing.voidInstant message received.voidServer send notify command.Server has requested capabilities of phone.voidCall refer (transfer) was successful.voidonRegister(SIPClient client, boolean status) Registration status.voidCall is ringing.voidCall is successful or making progress.voidTrunk is trying call.
-
Method Details
-
onRegister
Registration status. -
onTrying
-
onRinging
-
onSuccess
-
onBye
-
onInvite
-
onCancel
-
onRefer
-
onNotify
-
onAck
-
onMessage
-
onOptions
-