Lyubomir Marinov
70fd2c5e12
Attempts to fix an incorrect removal of the presence SUBSCRIBE and NOTIFY handler upon adding such a conference handler. Reported by Damian Minkov.
16 years ago
Valentin Martinet
7729ab3b10
Empty commit for the random fail of Yahoo!
16 years ago
Valentin Martinet
5f1db1fef6
Removes temporary useless constructor
...
and fixes mistake (bad dialog file) on Windows/Linux
for the Whiteboard plugin.
16 years ago
Valentin Martinet
a772737e95
Implements SipCommFileFilter in the Whiteboard plugin.
...
The Mac OS X save file dialog is now used.
Deleted warnings and corrected lines > 80 characters.
16 years ago
Lyubomir Marinov
de4266aa65
Uses Pa_StopStream(). Adds some synchronization here and there in PortAudio.
16 years ago
Yana Stamcheva
22c32f450d
Catch IllegalArgumentException on a call invite and call conference creation.
16 years ago
Yana Stamcheva
eb7dbc80a1
Fixes NullPointerException in call invite dialog.
16 years ago
Damian Minkov
eedf28ab5c
Return old notify service but as deprecated (start does nothing) in order to avoid loading the old jar from the felix cache.
16 years ago
Yana Stamcheva
2cb2bd85aa
Remove conference window scrollpane border.
16 years ago
Yana Stamcheva
283ff83cdd
Fixes conference dialog incorrect resizing.
16 years ago
Valentin Martinet
863e897282
Introduce the SipCommFileChooser, generic file chooser which gather
...
both Swing's JFileChooser and AWT's FileDialog, since FileDialog
is better to use on Mac OS X than JFileChooser.
Introduce SipCommFileFilter too.
Beginning of implementation in:
- MainToolBar
- ContactRightButtonMenu
- NotificationConfigurationPanel
- NewBundleDialog
- FirstWizardPage
16 years ago
Lyubomir Marinov
b2dbd96f1a
Fixes the implementation of a method which is not used but anyway... Also fixes a few warnings.
16 years ago
Yana Stamcheva
cb3799be8c
Adjusts security interface to conference calls.
...
Fixes conference UI in a single focus peer interface.
16 years ago
Lyubomir Marinov
91109f0c4e
Attempts to resolve a freezing in neomedia caused by waiting for a Player of a ReceiveStream to get in the Configured state.
16 years ago
Lyubomir Marinov
ea5fa8fc1b
Fixes the display of audio levels in conference calls with only two conference members.
16 years ago
Damian Minkov
7cbe21f7e2
Applay latest native changes to mac binary.
16 years ago
Damian Minkov
94b1d8adf1
Add some clearing code when closing portaudio stream.
16 years ago
Lyubomir Marinov
3ba3364451
Commits minor code cleaning here and there and applies a tiny optimization while looking for something else.
16 years ago
Damian Minkov
c7ae54b77b
Update portaudio for macosx.
16 years ago
Yana Stamcheva
f8fbcfaf7f
Fix some conference UI visual problems, related to changes in focus state of a certain call peer.
16 years ago
Valentin Martinet
c6f76e9f58
Try to fix the build
16 years ago
Valentin Martinet
a39d8c4df5
Fixed bad dialog box for changing conference chat subject and user nick.
...
Delete warnings.
16 years ago
Yana Stamcheva
7e253e3fcf
Fixes exception on Mac OSX Snow Leopard.
16 years ago
Damian Minkov
9705865983
Stop building media bundler. Remove media bundle from starting in client and in tests. Comment all code that access media service in jabber protocol.
16 years ago
Lyubomir Marinov
97634e712a
Attempts to fix the handling of SUBSCRIBE requests which used to cause the conference info to not be received in other than the first conference call.
16 years ago
Damian Minkov
8052caf691
Make Portaudio default audio system and enable echo cancellation by default. Make media configuration to be saved only when changed from configuration form. Remove sound level listeners before removing call peer panels in UI to avoid exceptions when receiving sound levels just after removing the panels.
16 years ago
Emil Ivov
ac51551fb2
Makes sure that we listen to stream audio levels when there are two participants in a call (even if it is a conference call) and to CSRC audio levels when we our peer is a conference focus mixing three or more participants (i.e. the mixer, ourselvers, and at least one more)
16 years ago
Damian Minkov
a9addae823
Fix length of newly created buffers in RawPacket. Fix NPE when we receive response for client transaction which has already expired. Lower the size of the newly created buffers used to receive udp packets.
16 years ago
Damian Minkov
f6113a5000
Add padding when creating extension header and remove extensions after process the sound levels coming from the focus.
16 years ago
Damian Minkov
b29c174c95
Make zrtp packets count the extension header.
16 years ago
Damian Minkov
b18cf1f390
Fix header size in RawPacket.
16 years ago
Lyubomir Marinov
971b91c176
Fixes the notification of members of conference calls about changes in their CallPeerState.
16 years ago
Damian Minkov
9037c4e643
Fix sending audio levels in conf call using zrtp
16 years ago
Lyubomir Marinov
f72c042c45
Fixes a ConcurrentModificationException reported by Damian Minkov in the subscriber part of the generic event package support (i.e. EventPackageSubscriber).
16 years ago
Damian Minkov
8c14823cd7
Fix receiving audio levels from focus.
16 years ago
Sebastien Vincent
4fe185b7f7
Debian package: install SUN JDK if available (prior to OpenJDK) if no JDK is installed on system.
16 years ago
Damian Minkov
bf2e85cc98
Fix rtp packets - correct extension length and fix zrtp data processed to zrtpEngine.
16 years ago
Damian Minkov
1d569f9fae
Fix adding RTP extension to buffer.
16 years ago
Sebastien Vincent
9ad4dc45fa
Disable desktop streaming by default (need to pass --desktop-stream
...
argument).
16 years ago
Sebastien Vincent
42952fbcbe
Remove ^M.
16 years ago
Sebastien Vincent
6e7fa5d00a
Add doxygen to native X11 screencapture.
16 years ago
Sebastien Vincent
9f44c4f923
Add native X11 screen capture.
16 years ago
Sebastien Vincent
67e5dc87ca
More on desktop streaming.
16 years ago
Sebastien Vincent
d6df3d9a01
Working (but absolutely not optimized) desktop preview.
16 years ago
Sebastien Vincent
ce78641046
Add initial Image DataSource/Stream + basic Robot wrapper."
16 years ago
Lyubomir Marinov
74374122ac
Attempts to fix the conference UI to not display the local peer as a remote conference member in the case of RegistrarLess SIP.
16 years ago
Lyubomir Marinov
ad33740a73
Fixes a few warnings.
16 years ago
Lyubomir Marinov
f6fc9f6cda
Fires conference NOTIFY requests when the local and remote SSRCs in a Call change so that they can be distributed to the conference members for the purposes of audio levels.
16 years ago
Damian Minkov
e264f9469d
Fix sending csrc values to all conference members.
16 years ago
Lyubomir Marinov
d479eade8e
Fixes two different NullPointerExceptions in the conference UI.
16 years ago