aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/sip/OperationSetBasicTelephonySipImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51 from dpocock/sip-call-without-registrationIngo Bauersachs2015-10-041-1/+2
|\
| * Adapt high-level API to allow calls without registrationDaniel Pocock2014-08-091-1/+2
* | Updates the license headers.Damian Minkov2015-07-201-2/+13
* | Adds OperationSetTelephonyBLF (Busy Lamp Field), can monitor lines and pickup...Damian Minkov2015-04-011-1/+1
* | Fixes possible NPE when provider is not connected but listing operation sets.Damian Minkov2015-02-111-3/+5
* | Reuses createVideoCall method.Damian Minkov2015-02-101-1/+1
* | Answer update requests with ok when received in early dialog state, cause ans...Damian Minkov2015-01-071-0/+57
* | Fixes Referred-By header content when using REFER method.Damian Minkov2014-12-161-1/+1
* | Adds option to handle desktop sharing out of dialog. Adds a header in invites...Damian Minkov2014-12-081-1/+21
|/
* Prints some extra info when dropping stray INVITEsEmil Ivov2014-05-261-1/+4
* Fixes an issue with non-responses to INVITEs arriving within a TERMINATED dia...Emil Ivov2014-05-261-2/+58
* Fixes a deadlock reported against WASAPI which leads to inability to make calls.Lyubomir Marinov2013-12-081-4/+3
* Small fixes to various comments. Adds logs when a SIP outgoing call is create...Boris Grozev2013-03-181-0/+2
* Adds synchronization to offer/answer handling and stream starting to avoid pr...Emil Ivov2013-01-131-93/+126
* Modifies automatic audio device selection to attempt to pick up capture and p...Lyubomir Marinov2012-12-121-13/+17
* Refactors the cross-protocol conference support.Lyubomir Marinov2012-09-251-96/+14
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+3
* Fixes some NPE when sip presence is disabled.Damian Minkov2012-06-011-5/+16
* Adds answer video call with video functionality.Vincent Lucas2012-05-251-10/+10
* Adds option to hangup peer with error code and reason in OperationSetBasicTel...Damian Minkov2012-03-161-8/+13
* Separates auto answer operation set into basic and advanced. Damian Minkov2012-03-121-1/+1
* Fixes style formating, javadoc and eclipse related warnings.Sebastien Vincent2012-03-091-2/+2
* Adds security timeout event, triggered whenever we tried and couldn't establi...Damian Minkov2012-03-061-5/+71
* Ongoing work on cross protocol conference calls. Adds missing portaudio hotpl...Sebastien Vincent2012-02-081-7/+49
* Adds option to auto-answer and forward all incoming calls, currently sip impl...Damian Minkov2012-01-301-3/+19
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Add marker OperationSets so PPSs can indicate which encryption methods they s...Ingo Bauersachs2011-10-041-1/+2
* Adapt Call UI to multiple encryption methodsIngo Bauersachs2011-10-041-12/+0
* Adds detection for SIP redirect loops.Emil Ivov2011-08-301-1/+18
* Removes an unnecessary import statement. Reported by Ingo Bauersachs.Emil Ivov2011-08-251-1/+0
* Adds support for 301 and 302 forwarding responses.Emil Ivov2011-08-251-4/+68
* Increase visibility of some methods and introduce factory methods to allow cu...Ingo Bauersachs2011-08-201-1/+1
* Commits work in progress on requesting H.264 video key frames from remote pee...Lyubomir Marinov2011-06-161-10/+4
* Ask user for REFERS with unknown calls and decline them or ignore if not spec...Damian Minkov2011-01-181-4/+97
* Fixes issue #899: Incorrect Javadoc for function createCall.Lyubomir Marinov2011-01-171-24/+20
* Tries to hang up when a timeout is received during a call.Yana Stamcheva2010-11-031-10/+47
* Prevents call failing on desktop sharing notify timeout.Yana Stamcheva2010-11-021-26/+54
* Desktop sharing support for SIP and XMPP. Note that GUI is not ready yet to p...Sebastien Vincent2010-09-281-0/+29
* Commits callRecording.patch and recordButton.png provided by Dmitri Melnikov ...Lyubomir Marinov2010-08-111-0/+1
* Adds to Jingle support for placing calls off and on hold (still: only for Raw...Emil Ivov2010-08-061-1/+1
* Ongoing work on the jingle implementationEmil Ivov2010-07-251-2/+9
* Moves code from call peer's sip implementation to a super class that would be...Emil Ivov2010-07-121-1/+1
* Moves code from call peer's sip implementation to a super class that would be...Emil Ivov2010-07-121-1/+1
* Ongoing work on testing attended transfer. Damian Minkov2010-07-121-1/+2
* tries a rescue of my git repository after a network lossEmil Ivov2010-07-111-8/+8
* Add possibility to initiate directly videocall and desktop streaming session ...Sebastien Vincent2010-06-211-1/+2
* Remove unused code, muting individual call peers.Damian Minkov2010-06-141-20/+0
* Fix mute button behaviour in conference calls. Damian Minkov2010-06-111-0/+19
* Replaces encodeBody() to encode() since it has changed in latest JAIN-SIP jar's.Valentin Martinet2010-06-091-1/+1
* Correctly remove "refer" subscription, when a notify with "Subscription-state...Yana Stamcheva2010-06-091-1/+2