[Git] mISDN library and utilities branch socket updated. mISDNuser_1_1_2-333-g85def6d
[email protected] (git version ctrl) Mon, 17 Sep 2012 00:48:38 +0200 (CEST)
| 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 "mISDN library and utilities".
The branch, socket has been updated
via 85def6d15ff71575a9b69d62484f1a88fa693a88 (commit)
via 5d36b4e2b1b831cafe5d90d2d9164d409c7bc279 (commit)
via 3d596e2ace3ad2233a0fe3fec54b909c968af54f (commit)
via 2f83a0448f41d728817d38f7cae87c73742e34e1 (commit)
via 469b9b5f6bbe5e07f78a89514e115fe81a26a673 (commit)
from 6b4d631ed5729a40763e3a209ad17cdf47345a9c (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 85def6d15ff71575a9b69d62484f1a88fa693a88
Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
Date: Mon Sep 17 00:47:40 2012 +0200
Version 2.0.17
Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
commit 5d36b4e2b1b831cafe5d90d2d9164d409c7bc279
Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
Date: Sun Sep 16 23:12:12 2012 +0200
Release FAX call imediately if never received anything
Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
commit 3d596e2ace3ad2233a0fe3fec54b909c968af54f
Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
Date: Sun Sep 16 19:40:47 2012 +0200
Only the highest matched bit position gives the CIP value
CAPI 2.0 spec defines the CIP value indicated by CONNECT_IND
als highest matched bit position, not the higest CIP value
calculated from bearer + HLC info.
This bug caused that if a application did not request listening
for some of the higher bit values a not requested CIP was sent, so the
call was ignored.
Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
commit 2f83a0448f41d728817d38f7cae87c73742e34e1
Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
Date: Sun Sep 16 17:32:30 2012 +0200
Inform all applications about incoming calls before handling responses
Implement a method to disable temporary messages from applications to
synchronize the delivery of a incoming call. It is important, that
all listening application get informed before the first answer was handled.
Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
commit 469b9b5f6bbe5e07f78a89514e115fe81a26a673
Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
Date: Sat Sep 15 22:13:33 2012 +0200
Fix Segmentationfault with unattended calls
if a call was not taken by an application and multiple applications
are listening, it could happen that the PLCI was deleted before we
did sent the CONNECT_IND to all applications.
Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
-----------------------------------------------------------------------
Summary of changes:
capi20/daemon.c | 144 ++++++++++++++++++++++++++++++++++++++++++++++---------
capi20/faxl3.c | 21 ++++++++-
capi20/lplci.c | 118 ++++++++++++++++++++++++++-------------------
capi20/m_capi.h | 19 ++++++-
capi20/mplci.c | 62 ++++++++++++++++-------
capi20/ncci.c | 8 +++-
configure.ac | 2 +-
7 files changed, 276 insertions(+), 98 deletions(-)
hooks/post-receive
--
mISDN library and utilities