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

[email protected] (git version ctrl) Fri, 13 Jan 2012 06:27:05 +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  863bc6421940efe897dfd6d610e1f86ed9992cf6 (commit)
      from  e9c834b844aa57b0af09c702c455d5b558b151d5 (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 863bc6421940efe897dfd6d610e1f86ed9992cf6
Author: Andreas Eversberg <[email protected]>
Date:   Fri Jan 13 06:24:21 2012 +0100

    Adding basic SIP support, using Sofia-SIP stack
    
    This support is just a simple peer-to-peer support for basic calls.
    
    Currently it requires mISDN_l1loop interface, as every non-ISDN
    interface does. Later it will be possible to use it without.

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

Summary of changes:
 Makefile.am  |   24 +-
 apppbx.cpp   |   10 +
 configure.ac |   15 +
 interface.c  |   43 ++
 interface.h  |    6 +
 mISDN.cpp    |   10 +-
 mISDN.h      |    2 +-
 main.c       |   15 +
 main.h       |    7 +-
 port.h       |    4 +
 sip.cpp      | 1768 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sip.h        |   73 +++
 12 files changed, 1965 insertions(+), 12 deletions(-)
 create mode 100644 sip.cpp
 create mode 100644 sip.h


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