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

[email protected] (git version ctrl) Sat, 14 Jan 2012 18:44:12 +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  877a2dfd52782f72ba2d28483212166f2326b1fa (commit)
      from  863bc6421940efe897dfd6d610e1f86ed9992cf6 (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 877a2dfd52782f72ba2d28483212166f2326b1fa
Author: Andreas Eversberg <[email protected]>
Date:   Sat Jan 14 18:36:26 2012 +0100

    Adding bridge between protocol handlers (ports)
    
    This is required to bridge traffic beween non-mISDN handlers,
    such as GSM, SIP and voice box. Also it bridges traffic between
    mISDN handlers and non-mISDN handlers. It is the fundamental step
    to get rid of mISDN (loop interface) for non-mISDN handlers.
    This is required to bridge audio e.g. between SIP and GSM without
    using mISDN. There will be no limitations on 'b-channels' anymore.
    
    Still GSM and SIP requires mISDN, but this will be changed later.
    
    With that bridge I cleaned up some code and also removed the
    MESSAGE_DATA, which is not required anymore.

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

Summary of changes:
 Makefile.am |   15 +++---
 apppbx.cpp  |   59 ++++++---------------
 apppbx.h    |    1 +
 genext.c    |    4 +-
 joinpbx.cpp |   58 ++------------------
 joinpbx.h   |    1 -
 mISDN.cpp   |   66 +++++++----------------
 mISDN.h     |   10 +---
 macro.h     |   16 +++---
 main.c      |   23 ++++----
 main.h      |   14 +++---
 message.c   |    9 ++--
 message.h   |   20 ++-----
 port.cpp    |  167 +++++++++++++++++++++++++++++++++++++++++++++++++++++------
 port.h      |   18 ++++++
 select.c    |    4 +-
 select.h    |    3 +-
 sip.cpp     |   17 +++----
 trace.c     |    2 +-
 vbox.cpp    |   22 ++++----
 vbox.h      |    2 +
 21 files changed, 285 insertions(+), 246 deletions(-)


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