Directory src/net/java/sip/communicator/impl/neomedia/transform/dtmf/

Directory Created:
2010-01-05 15:18
Total Files:
2
Deleted Files:
0
Lines of Code:
646

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

Lines of Code

src/net/java/sip/communicator/impl/neomedia/transform/dtmf/ Lines of Code

Developers

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

Most Recent Commits

wernerd 2012-03-27 19:07

Small cleanup of typos, remove trailing blanks, etc.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfTransformEngine.java (+1 -1)
wernerd 2012-03-27 19:07

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:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfTransformEngine.java (+9)
s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfTransformEngine.java (+2 -2)
vincent_lucas 2012-02-11 00:54

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:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfTransformEngine.java (+141 -30)
vincent_lucas 2012-02-07 13:00

Adds in-band DTMF functionality.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfTransformEngine.java (+19 -130)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfRawPacket.java (+1 -1), DtmfTransformEngine.java (+1 -1)
lubomir_m 2010-06-28 11:28

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:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfTransformEngine.java (+21 -7)
lubomir_m 2010-05-31 20:19

Fixes a few warnings.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfTransformEngine.java (-5)
damencho 2010-05-31 10:10

- 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:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfRawPacket.java (+64 -1), DtmfTransformEngine.java (+155 -1)
damencho 2010-05-25 18:32

- 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:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfTransformEngine.java (+11 -1)
damencho 2010-05-21 12:53

- 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:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfRawPacket.java (+8 -8), DtmfTransformEngine.java (+89 -68)
emcho 2010-01-05 15:19

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:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfTransformEngine.java (+48 -36)
emcho 2010-01-05 15:18

Additional work on RTP DTMF

197 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfRawPacket.java (+38 -63), DtmfTransformEngine.java (+159 -91)
emcho 2010-01-05 15:18

Adds a DTMF specific extension of RawPacket

230 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfRawPacket.java (new 140), DtmfTransformEngine.java (+90)
emcho 2010-01-05 15:18

Adds the basis of the support for RTP based DTMF transmission

95 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/transform/dtmf: DtmfTransformEngine.java (new 95)
Generated by StatSVN 0.3.1