[Git] LCR - Linux Call Router branch jolly/sip updated. f854931ffbee9464b278c433c4fdc7c3ea5af2fb

[email protected] (git version ctrl) Wed, 1 Feb 2012 17:57:39 +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/sip has been updated
       via  f854931ffbee9464b278c433c4fdc7c3ea5af2fb (commit)
      from  306ed3c7f18a99e74d26738a9b1e3fd3209ef9bc (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 f854931ffbee9464b278c433c4fdc7c3ea5af2fb
Author: Andreas Eversberg <[email protected]>
Date:   Wed Feb 1 17:52:36 2012 +0100

    Adding negotiation of speech codecs between GSM and SIP when using rtp-bridge
    
    Since LCR does not put hands on any RTP frame when directly bridged between
    OpenBSC and SIP, it will now allow all speech codecs that are commonly supported
    by MS and remote SIP endpoint.
    
    It must be noted that OpenBSC must support forwarding the codec types that
    MS and remote SIP endpoints support.
    
    Currently LCR negotiates the following codecs for GSM:
    - Full Rate
    - EFR
    - AMR
    - Half Rate

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

Summary of changes:
 gsm.cpp     |   68 +++++++++++++----
 gsm.h       |    5 +-
 gsm_bs.cpp  |  235 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 gsm_bs.h    |    2 +
 gsm_ms.cpp  |   12 +--
 interface.c |   54 +++++++++++++-
 interface.h |    4 +
 macro.h     |    4 +-
 main.h      |    2 +
 message.h   |    7 +-
 sip.cpp     |  161 ++++++++++++++++++++++++++++-------------
 sip.h       |    3 +-
 12 files changed, 456 insertions(+), 101 deletions(-)


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