[Git] LCR - Linux Call Router branch jolly/sip updated. 5463e1b62a39ce417b610584e3d34a8bc30ac15e
[email protected] (git version ctrl) Sun, 15 Jan 2012 09:50:27 +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 5463e1b62a39ce417b610584e3d34a8bc30ac15e (commit)
from 877a2dfd52782f72ba2d28483212166f2326b1fa (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 5463e1b62a39ce417b610584e3d34a8bc30ac15e
Author: Andreas Eversberg <[email protected]>
Date: Sun Jan 15 09:42:35 2012 +0100
Added bridgin support for GSM and SIP
The dependency on mISDN (loopback interface) is completely removed
from GSM and SIP interfaces.
The built in bridge of LCR now forwards audio data between these
interface instances or between these instances and other instances.
Additionally both GSM BS and SIP support direct forwarding of RTP
traffic between other SIP endpoint and OpenBSC, so no traffic is
forwarded by the LCR itself. This is done by forwarding RTP peer
informations between these interface instances.
-----------------------------------------------------------------------
Summary of changes:
action.cpp | 6 +
apppbx.cpp | 258 ++++++++++------
apppbx.h | 6 +-
default/interface.conf | 23 +-
default/options.conf | 3 +-
dss1.cpp | 6 +-
gsm.cpp | 551 +++++++++++++++++-----------------
gsm.h | 49 ++--
gsm_bs.cpp | 344 +++++++++------------
gsm_bs.h | 8 +-
gsm_ms.cpp | 259 ++++++-----------
gsm_ms.h | 13 +-
interface.c | 142 +++++----
interface.h | 17 +-
lcradmin.c | 5 +-
mISDN.cpp | 16 -
mISDN.h | 7 -
message.h | 12 +-
mncc.h | 11 +
port.cpp | 8 +-
port.h | 24 +-
sip.cpp | 778 +++++++++++++++++++++++-------------------------
sip.h | 70 +++---
socket_server.c | 14 +
ss5.cpp | 4 +-
25 files changed, 1278 insertions(+), 1356 deletions(-)
hooks/post-receive
--
LCR - Linux Call Router