[Git] LCR - Linux Call Router branch jolly/new updated. c2d564d813f9b68ab82a65ca266c28aac399cc81

[email protected] (git version ctrl) Sun, 16 Dec 2012 09:38:38 +0100 (CET)
Newsgroups gmane.linux.isdn.i4l.devel
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "LCR - Linux Call Router".

The branch, jolly/new has been updated
       via  c2d564d813f9b68ab82a65ca266c28aac399cc81 (commit)
       via  250a849a376dc924da56b077d115aeeacb0d31df (commit)
       via  67beedc954dd801fdaa3288b2d589d74b50226d9 (commit)
      from  0c5af356d03465a6701539a9475cc1488736e383 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c2d564d813f9b68ab82a65ca266c28aac399cc81
Author: Andreas Eversberg <[email protected]>
Date:   Sun Dec 16 08:57:57 2012 +0100

    Added option to change DTMF decoding threshold level
    
    If not given, the DSP modules' default value is used, rather than setting
    it to 0. This was a bug.

commit 250a849a376dc924da56b077d115aeeacb0d31df
Author: Andreas Eversberg <[email protected]>
Date:   Thu Nov 22 14:48:44 2012 +0100

    Fix: Disable DTMF dialing after first received KP (pulse) digit
    
    Once a pulse digit is detected, it makes no sense to detect DTMF.
    Pulses will create distortion with some phones, causing false
    detection of DTMF tones.

commit 67beedc954dd801fdaa3288b2d589d74b50226d9
Author: Andreas Eversberg <[email protected]>
Date:   Sun Dec 16 09:31:36 2012 +0100

    Add FXS support
    
    This requires FXS support to mISDN too.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am   |    2 +-
 action.cpp    |  392 +++++++++++++++++++++++++++
 appbridge.cpp |    7 +-
 apppbx.cpp    |  369 ++++++++++++++++++++++++--
 apppbx.h      |   13 +-
 fxs.cpp       |  836 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 fxs.h         |   48 ++++
 interface.c   |   86 ++++++
 interface.h   |    4 +
 mISDN.cpp     |  211 +++++++++++----
 mISDN.h       |    3 +
 main.h        |    1 +
 message.h     |    3 +
 port.h        |   10 +
 route.c       |  127 +++++++++-
 route.h       |   11 +
 16 files changed, 2051 insertions(+), 72 deletions(-)
 create mode 100644 fxs.cpp
 create mode 100644 fxs.h


hooks/post-receive
-- 
LCR - Linux Call Router