[root]/src/net/java/sip/communicator/impl/protocol/sip/dtmf

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 11 (100.0%) | 599 (100.0%) | 54.4 |
| damencho | 3 (27.3%) | 481 (80.3%) | 160.3 |
| lubomir_m | 2 (18.2%) | 98 (16.4%) | 49.0 |
| wernerd | 1 (9.1%) | 18 (3.0%) | 18.0 |
| emcho | 2 (18.2%) | 2 (0.3%) | 1.0 |
| vincent_lucas | 3 (27.3%) | 0 (0.0%) | 0.0 |
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.
0 lines of code changed in:
Adds in-band DTMF functionality.
0 lines of code changed in:
Implements receiving of sip INFO dtmf tones.
178 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
2 lines of code changed in:
Changes DTMFInfo to say that it has processed only INFO messages of its content type and sub-type, not just any INFO message.
79 lines of code changed in:
Removes a few plurals in neomedia-related class, method and field names which do not seem necessary.
19 lines of code changed in:
Fix logger usage - sixth bunch.
18 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.
303 lines of code changed in: