Package: zaptel-source
Version: 1:1.0.9-4
Severity: important
Tags: patch

FXO modules on Digium TDM400P stop responding to incoming calls after
exactly 25 days. Fixed in upstream release 1.0.9.1, patch included.


diff -urN zaptel-1.0.9-4/wcfxs.c zaptel/wcfxs.c
--- zaptel-1.0.9-4/wcfxs.c      2005-07-16 22:25:26.000000000 +0100
+++ zaptel/wcfxs.c      2005-08-04 11:12:35.842124389 +0100
@@ -280,7 +280,7 @@
        struct zt_span span;
        unsigned char ios;
        int usecount;
-       int intcount;
+       unsigned int intcount;
        int dead;
        int pos;
        int flags[NUM_CARDS];


--
Best regards,
Steve Glendinning


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-sg-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages zaptel-source depends on:
ii  bzip2                         1.0.2-7    high-quality block-sorting file co
ii  debhelper                     4.2.32     helper programs for debian/rules
ii  dpatch                        2.0.10     patch maintenance system for Debia
ii  module-assistant              0.9        tool to make module package creati

-- no debconf information
diff -urN zaptel-1.0.9-4/wcfxs.c zaptel/wcfxs.c
--- zaptel-1.0.9-4/wcfxs.c	2005-07-16 22:25:26.000000000 +0100
+++ zaptel/wcfxs.c	2005-08-04 11:12:35.842124389 +0100
@@ -280,7 +280,7 @@
 	struct zt_span span;
 	unsigned char ios;
 	int usecount;
-	int intcount;
+	unsigned int intcount;
 	int dead;
 	int pos;
 	int flags[NUM_CARDS];

Reply via email to