[Git] LCR - Linux Call Router branch master updated. 26e74d6a9ad87aa29b0426a7e0d7bf2914d72ab2

[email protected] (git version ctrl) Sun, 5 Feb 2012 20:31: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, master has been updated
       via  26e74d6a9ad87aa29b0426a7e0d7bf2914d72ab2 (commit)
       via  b5aad71a2f512277e6abd4e0ca2d6d9fdb44120a (commit)
       via  f854931ffbee9464b278c433c4fdc7c3ea5af2fb (commit)
       via  306ed3c7f18a99e74d26738a9b1e3fd3209ef9bc (commit)
       via  f851ca0d9e22673b7cc0a7c2f539c9d51b9b77f8 (commit)
       via  57defecea870c265179b69f811416c7a4659b0ee (commit)
       via  1e778230b935453d1183d8a457438221030dd5ee (commit)
       via  03e00d7b37e755a4644739cdc5e3903d72c8e8d6 (commit)
       via  810c051a69a0c07d8cba5237324a836d8ac7a5b5 (commit)
       via  67e162715d4a90ed6cba97986427b7092362c6e8 (commit)
       via  5b3a112115689caa6d145787e61c3716047ed49c (commit)
       via  145f8adab1d00f6ddd45a435a70400546d4bcdbc (commit)
       via  ef0eddbfec88fb7ce5f92e2a04ab000ac0fa91d2 (commit)
       via  74a7fe54a81bb7e996ea45203bbc8cc0ff6b8dda (commit)
       via  d928442c511fbe7a0d0d0f9e701412b9b494457c (commit)
       via  5463e1b62a39ce417b610584e3d34a8bc30ac15e (commit)
       via  877a2dfd52782f72ba2d28483212166f2326b1fa (commit)
       via  863bc6421940efe897dfd6d610e1f86ed9992cf6 (commit)
       via  e9c834b844aa57b0af09c702c455d5b558b151d5 (commit)
       via  57a91e52d4ec8ace01206ecb78d597a8be2561fb (commit)
      from  29ba196ca5cc26f5b61e8c4e405f883040b30bf9 (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 26e74d6a9ad87aa29b0426a7e0d7bf2914d72ab2
Author: Andreas Eversberg <[email protected]>
Date:   Sun Feb 5 20:30:48 2012 +0100

    Bump version to 1.12

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

Summary of changes:
 .gitignore                   |    3 +
 Makefile.am                  |   45 +-
 action.cpp                   |   16 +-
 appbridge.cpp                |  294 +++++++
 endpointapp.h => appbridge.h |   27 +-
 apppbx.cpp                   |  371 ++++++----
 apppbx.h                     |   11 +-
 cause.c                      |    4 +-
 configure.ac                 |   42 +-
 default/interface.conf       |   25 +-
 default/options.conf         |    3 +-
 dss1.cpp                     |    9 +-
 endpoint.cpp                 |    4 +
 endpoint.h                   |    1 +
 endpointapp.cpp              |   26 +-
 endpointapp.h                |    7 +-
 genext.c                     |    4 +-
 gsm.cpp                      |  630 ++++++++-------
 gsm.h                        |   56 +-
 gsm_bs.cpp                   |  572 +++++++++-----
 gsm_bs.h                     |   10 +-
 gsm_ms.cpp                   |  289 +++-----
 gsm_ms.h                     |   13 +-
 interface.c                  |  286 +++++--
 interface.h                  |   33 +-
 join.h                       |    2 +
 joinpbx.cpp                  |   62 +--
 joinpbx.h                    |    1 -
 joinremote.cpp               |    5 +-
 lcradmin.c                   |    5 +-
 mISDN.cpp                    |  101 +--
 mISDN.h                      |   18 +-
 macro.h                      |   20 +-
 main.c                       |   63 ++-
 main.h                       |   42 +-
 message.c                    |    9 +-
 message.h                    |   33 +-
 mncc.h                       |   12 +
 port.cpp                     |  179 ++++-
 port.h                       |   41 +-
 remote.cpp                   |    3 +-
 route.c                      |   22 +-
 select.c                     |    4 +-
 select.h                     |    3 +-
 sip.cpp                      | 1834 ++++++++++++++++++++++++++++++++++++++++++
 sip.h                        |   73 ++
 socket_server.c              |   58 ++-
 ss5.cpp                      |    7 +-
 trace.c                      |    6 +-
 vbox.cpp                     |   29 +-
 vbox.h                       |    6 +-
 51 files changed, 4169 insertions(+), 1250 deletions(-)
 create mode 100644 appbridge.cpp
 copy endpointapp.h => appbridge.h (50%)
 create mode 100644 sip.cpp
 create mode 100644 sip.h


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