[root]/src/net/java/sip/communicator/impl/neomedia/transform/dtmf

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 20 (100.0%) | 1092 (100.0%) | 54.6 |
| emcho | 8 (40.0%) | 572 (52.4%) | 71.5 |
| damencho | 5 (25.0%) | 327 (29.9%) | 65.4 |
| vincent_lucas | 2 (10.0%) | 160 (14.7%) | 80.0 |
| lubomir_m | 2 (10.0%) | 21 (1.9%) | 10.5 |
| wernerd | 2 (10.0%) | 10 (0.9%) | 5.0 |
| s_vincent | 1 (5.0%) | 2 (0.2%) | 2.0 |
Small cleanup of typos, remove trailing blanks, etc.
1 lines of code changed in:
Add functions to cleanup crypto data if session closes.
If jitsi closes a media session make sure that secret crypto data such as key material is
destroyed/overwritten.
9 lines of code changed in:
Fixes style formating, javadoc and eclipse related warnings.
2 lines of code changed in:
Improves DTMF configuration (auto, RTP, SIP INFO or INBAND). Creates a common interface for starting and stopping (RTP or INBAND) DTMF tones into AudioMediaStream interface and its implementation. Reverting DtmfTransformEngine to use previous threaded DTMFDispatcher.
141 lines of code changed in:
Adds in-band DTMF functionality.
19 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
2 lines of code changed in:
Attempts to fix a NullPointerException reported by Juanvi Martinez on the dev mailing list in the thread "Sip Communicator connects and disconnects very quickly on Windows 7 64 bits."
21 lines of code changed in:
Fixes a few warnings.
0 lines of code changed in:
- Add DTMF for DTMF RFC4733 Listener.
- Now we can change the priority of send/receive threads (not activated yet).
219 lines of code changed in:
- Fix receiving DTMFs may stop receiving sound.
- Fix NPE when no codec is selected.
- DTMFs can be sent and through keyboard in call dialog.
11 lines of code changed in:
- Support for DTMF rfc4733 finished and activated. If this telephony event is negotiated in a call is used instead of SIP Info method.
- Some fixes to protocol jabber for the problem of requesting a password on connection timeout. And synchronizing unregister call, so it cannot be called while in registering stage.
97 lines of code changed in:
Adds the beginnings of an RTP DTMF implementation so that others can continue work on it as I need to switch focus
48 lines of code changed in:
Additional work on RTP DTMF
197 lines of code changed in:
Adds a DTMF specific extension of RawPacket
230 lines of code changed in:
Adds the basis of the support for RTP based DTMF transmission
95 lines of code changed in: