[Git] mISDN library and utilities branch karsten updated. mISDNuser_1_1_2-322-g0cb7063
[email protected] (git version ctrl) Thu, 30 Aug 2012 08:53:53 +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, karsten has been updated
via 0cb7063cf736e2eafb5b3e756407f162835f6b1a (commit)
via fb7fa9ca65e669c967eb97eff41d6240d94a15d6 (commit)
via 6d0b8f4e59ff1c84d74c724afb9c886349ae366c (commit)
via c678e0c78c58bae563e1812c1acae5afccfe27af (commit)
via 9eba48fccd770c2e84940142ab4b7af022b482a5 (commit)
via 75769f19bc87312179970758ecc292ea49f5d152 (commit)
from e3fe6afb00929cd44d81b9399eee524112a636a8 (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 0cb7063cf736e2eafb5b3e756407f162835f6b1a
Author: Karsten Keil <[email protected]>
Date: Sun Aug 26 16:46:30 2012 +0200
pthread functions return error directly, not via errno
Signed-off-by: Karsten Keil <[email protected]>
commit fb7fa9ca65e669c967eb97eff41d6240d94a15d6
Author: Karsten Keil <[email protected]>
Date: Sun Aug 26 16:40:58 2012 +0200
Fix B-channel thread shutdown
- Add a timeout in the B-channel handler to catch a broken
downlinks on release
- Do not join the own thread
- pthread functions return error directly, not via errno
- better debug messages
Signed-off-by: Karsten Keil <[email protected]>
commit 6d0b8f4e59ff1c84d74c724afb9c886349ae366c
Author: Karsten Keil <[email protected]>
Date: Sun Aug 26 16:37:42 2012 +0200
Release ncci and fax struct on a not successful Fax call
We did lost memory when no fax was tranfered on a fax call.
Signed-off-by: Karsten Keil <[email protected]>
commit c678e0c78c58bae563e1812c1acae5afccfe27af
Author: Karsten Keil <[email protected]>
Date: Sun Aug 26 16:35:15 2012 +0200
More checks and locking to avoid access to released BIlink
Signed-off-by: Karsten Keil <[email protected]>
commit 9eba48fccd770c2e84940142ab4b7af022b482a5
Author: Karsten Keil <[email protected]>
Date: Sun Aug 26 16:03:28 2012 +0200
Fix error path on failed FaxInit
Signed-off-by: Karsten Keil <[email protected]>
commit 75769f19bc87312179970758ecc292ea49f5d152
Author: Karsten Keil <[email protected]>
Date: Fri Aug 24 18:45:12 2012 +0200
Fix extracting a CIP mask from incoming calls
Not only the bit of the cip value has to be set, also
the more generic bearer service bit (not depending on HLC)
need to be set.
Without the fix valid calls got ignored.
Signed-off-by: Karsten Keil <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
capi20/daemon.c | 89 +++++++++++++++++++++++++++++++++++++++++---------
capi20/faxl3.c | 56 +++++++++++++++++++++++++++++---
capi20/lplci.c | 10 ++++-
capi20/m_capi.h | 5 ++-
capi20/mplci.c | 3 +-
capi20/ncci.c | 45 ++++++++++++++++++++++++-
lib/layer3/layer3.c | 12 ++++--
7 files changed, 188 insertions(+), 32 deletions(-)
hooks/post-receive
--
mISDN library and utilities