aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/sip/CallSipImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Adds an option to specify custom header names for meet room name.damencho2016-12-081-4/+23
* code clean up (#277)Nik2016-07-051-34/+32
* Adds option to set custom headers to the sip call.damencho2015-11-051-0/+34
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Adds custom header to indicate screen sharing initiated calls.Damian Minkov2015-02-101-2/+29
* Adds fireCallEvent by CallEvent, so it can be overridden and a custom CallEve...Damian Minkov2015-02-101-6/+24
* Adds room password to Jitsi Meet tools.paweldomas2015-01-071-1/+13
* Adds option to handle desktop sharing out of dialog. Adds a header in invites...Damian Minkov2014-12-081-2/+32
* Extends JitsiMeet tools operation set by functionality that handles extra SIP...paweldomas2014-09-021-0/+21
* Force transport selection when sips URI or transport parameterDaniel Pocock2014-08-091-2/+33
* Adds check for the peer state before sending ringing responses to received in...hristoterezov2014-05-301-38/+27
* Fixes issue with sending ringing responses when the client auto rejected the ...hristoterezov2014-05-291-1/+2
* Fixes a deadlock reported against WASAPI which leads to inability to make calls.Lyubomir Marinov2013-12-081-6/+13
* Cleans up code, fixes javadocs, applies tiny optimizations.Lyubomir Marinov2013-08-281-2/+4
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-12/+14
* Adds support for draft-saintandre-impp-call-info and improves the avataryanas2013-05-071-1/+21
* Adds check for unreliable transport before scheduling ringing response retran...Hristo Terezov2013-04-191-19/+24
* Adds implementation for sip response 180 to be retransmitted 3 times. Patch p...Yana Stamcheva2013-03-191-1/+126
* Refactors the cross-protocol conference support.Lyubomir Marinov2012-09-251-224/+201
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+2
* Fixes a ConcurrentModificationException in SRTCPTransformer.Lyubomir Marinov2012-03-301-54/+60
* Adds security timeout event, triggered whenever we tried and couldn't establi...Damian Minkov2012-03-061-0/+36
* Adds support for merging all existing calls in a single conference.Sebastien Vincent2012-02-291-14/+27
* Fixes issue related to conference establishment with some SIP providers (cont...Sebastien Vincent2012-02-281-3/+2
* Adds UI for cross protocol conference calls. Adds also the possibility to add...Sebastien Vincent2012-02-201-1/+3
* Ongoing work on cross protocol conference calls. Adds missing portaudio hotpl...Sebastien Vincent2012-02-081-1/+33
* Adds the possibility to answer video call with video enabled for SIP and XMPP.Sebastien Vincent2011-12-021-12/+16
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Fixes a warning and a spelling mistake, applies formatting.Lyubomir Marinov2011-08-111-5/+5
* Removes a few plurals in neomedia-related class, method and field names which...Lyubomir Marinov2011-06-151-3/+3
* Initial video size setting, when creating video call.Damian Minkov2011-06-031-0/+25
* Rebuilds the JNI FFmpeg library with newer versions of its dependencies.Lyubomir Marinov2011-05-131-0/+2
* Tries to detect is the incoming call audio or video one.Damian Minkov2011-02-171-2/+50
* Fix msn stack not to close multichat sessions when there is no activity.Damian Minkov2010-10-131-1/+11
* Implement new OperationSetDesktopStreaming interface to prepare integration o...Sebastien Vincent2010-10-041-1/+1
* Move video-related methods from CallSipImpl to MediaAwareCall so that they ca...Sebastien Vincent2010-08-111-112/+1
* Ongling work on jingle media negotiationEmil Ivov2010-07-251-3/+1
* Renames Abstract MediaAware Call and CallPeerEmil Ivov2010-07-121-1/+1
* Moves code from call peer's sip implementation to a super class that would be...Emil Ivov2010-07-121-413/+6
* Ongoing work on testing attended transfer. Damian Minkov2010-07-121-1/+1
* tries a rescue of my git repository after a network lossEmil Ivov2010-07-111-36/+9
* Add possibility to initiate directly videocall and desktop streaming session ...Sebastien Vincent2010-06-211-4/+33
* Fix mute button behaviour in conference calls. Damian Minkov2010-06-111-0/+37
* - improving call transfer interface - work in progressYana Stamcheva2010-06-071-0/+4
* Fix handling of logger message and level.Werner Dittmann2010-05-281-5/+9
* Cleanup PropertyChangeEvent stuffWerner Dittmann2010-04-091-0/+1
* Fixes the notification of members of conference calls about changes in their ...Lyubomir Marinov2009-12-171-2/+2
* Further audio level related refactoring on neomedia.Emil Ivov2009-12-041-74/+84
* Change protocol sound level listeners name.Damian Minkov2009-11-271-6/+9
* Add sound level listeners for the situation where we are focus in conference ...Damian Minkov2009-11-271-0/+117