- Fixes a failure to send RTP in the format negotiated earlier.
Other recent changes in earlier versions:
- Attempts to fix a problem in the reading of the configuration of the encodings (in the Media configuration form) from configuration files created by earlier versions of SIP Communicator.
- When distinguishing MediaFormats, takes into account their clock rate as well because the encoding String isn't unique.
- Fixes an issue reported by Lubomir Marinov on dev 06/15 (Add contact and call buttons are not disappearing, when the search field is cleared). The problem seems to appear when the contact list view is empty (no contacts or if showing only online contacts and no account is online).
- Removed unused field.
- Tries to port the functionality of GatherEntropy which was disabled in r7261 to the wideband PortAudio interface.
- (1) Tries to convert PortAudio to support wideband. (2) Fixes a failure of the JNI Speex decoder to continue decoding. (3) Fixes an integer overflow in the JNI Speex encoder.
- Fix wrong status of SIP protocol and what is shown in global status selector, happens sometimes when reconnecting.
- Log added for debug purposes.
- Log added for debug purposes.
- Log added for debug purposes.
- Linux binaries for speex and jawtrenderer.
- Fixes active call button in the search field, even if not visible. Bug reported by Lubomir Marinov June 12, 2010 on dev (subject: Call button in the search field active even when not visible).
- Add jspeex.dll for Windows 32-bit and 64-bit.
- Commits the binary for the JNI Speex encoder, decoder and resampler on Mac OS X and thus enables them.
- Ignores the native/ directory in classes/ (just like net/ and resources/ are already ignore.)
- Disable local video when moving to a conference call (had to explicitly "doClick" the button instead of just invoking setSelected(false) in order to trigger the exact operation).
- Disable local video when moving to a conference call.
- Unused field removed.
- Disable local video when moving to a conference call (had to explicitly "doClick" the button instead of just invoking setSelected(false) in order to trigger the exact operation).
- Disable call dialog buttons before the call is connected.
- Implements Speex encoder, decoder and resampler using the native Speex library. Since the JNI binaries are not available, the new functionality shouldn't cause regressions.
- Simplifies the pure-Java Speex encoder implementation a bit, fixes indentation.
- Removes a redundant cast.
- Text tip added in the no contact view.
- Remove unused code, muting individual call peers.
- Add standby detection and handling in reconnect plugin. Fix some more root group contacts handling in SIP protocol.
- Fixed brace placement added @Override annotations Fixed a NPE that happens when closing twice the AuthenticationWindow (another actionPerformed() fired during the closing operation)
- Fix a NPE that happens when removing a sip account : The problem was that the GlobalStatusSelectorBox for this account was removed before receiving the sip event so calling stopConnecting gives a NPE
- added missing @Override annotations and fixed a typo
- Fix sip tests.
- Fix problem on Windows when toggle video during a call (both SIP accounts registered with asterisk).
- Fixed not appearing call participant when added in a conference call. Bug reported by Emil Ivov.
- Fix mute button behaviour in conference calls.
- Check for connected yahoo provider before requesting image.