Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.sip.CallSipImpl

Packages that use CallSipImpl
net.java.sip.communicator.impl.protocol.sip   
 

Uses of CallSipImpl in net.java.sip.communicator.impl.protocol.sip
 

Methods in net.java.sip.communicator.impl.protocol.sip that return CallSipImpl
protected  CallSipImpl OperationSetBasicTelephonySipImpl.createOutgoingCall()
          Initializes a new outgoing Call with no peers in it.
protected  CallSipImpl OperationSetTelephonyConferencingSipImpl.createOutgoingCall()
          Creates a new outgoing Call into which conference callees are to be invited by this OperationSetTelephonyConferencing.
 CallSipImpl ActiveCallsRepositorySipImpl.findCall(javax.sip.Dialog dialog)
          Returns the call that contains the specified dialog (i.e.
 CallSipImpl ActiveCallsRepositorySipImpl.findCall(String callID, String localTag, String remoteTag)
          Returns the CallSipImpl instance with a Dialog matching the specified Call-ID, local and remote tags.
 

Methods in net.java.sip.communicator.impl.protocol.sip that return types with arguments of type CallSipImpl
 Iterator<CallSipImpl> OperationSetBasicTelephonySipImpl.getActiveCalls()
          Returns an iterator over all currently active calls.
 

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type CallSipImpl
(package private)  boolean OperationSetAutoAnswerSipImpl.followCallCheck(javax.sip.message.Request invite, CallSipImpl call)
          Makes a check after creating call locally, should we answer it.
protected  CallPeerSipImpl OperationSetTelephonyConferencingSipImpl.inviteCalleeToCall(javax.sip.address.Address calleeAddress, CallSipImpl call, boolean wasConferenceFocus)
          Invites a callee with a specific SIP Address to be joined in a specific Call in the sense of SIP conferencing.
 

Constructors in net.java.sip.communicator.impl.protocol.sip with parameters of type CallSipImpl
CallPeerSipImpl(javax.sip.address.Address peerAddress, CallSipImpl owningCall, javax.sip.Transaction containingTransaction, javax.sip.SipProvider sourceProvider)
          Creates a new call peer with address peerAddress.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.