[Pkg-voip-commits] r5929 - in /zaptel/trunk/debian: changelog patches/series patches/xpp_fxs_power

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Jul 8 22:42:15 UTC 2008


Author: tzafrir-guest
Date: Tue Jul  8 22:42:15 2008
New Revision: 5929

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5929
Log:
* Patch xpp_fxs_power: Fixed an issue with hook detection of the Astribank
  FXS module.

Added:
    zaptel/trunk/debian/patches/xpp_fxs_power
Modified:
    zaptel/trunk/debian/changelog
    zaptel/trunk/debian/patches/series

Modified: zaptel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/changelog?rev=5929&op=diff
==============================================================================
--- zaptel/trunk/debian/changelog (original)
+++ zaptel/trunk/debian/changelog Tue Jul  8 22:42:15 2008
@@ -1,8 +1,13 @@
 zaptel (1:1.4.11~dfsg-2) UNRELEASED; urgency=low
 
+  [ Mark Purcell ]
   * NOT RELEASED YET
 
- -- Mark Purcell <msp at debian.org>  Mon, 30 Jun 2008 20:57:29 +1000
+  [ Tzafrir Cohen ]
+  * Patch xpp_fxs_power: Fixed an issue with hook detection of the Astribank
+    FXS module.
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Tue,  8 Jul 2008 17:55:10 +0300
 
 zaptel (1:1.4.11~dfsg-1) unstable; urgency=medium
 

Modified: zaptel/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/series?rev=5929&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/series (original)
+++ zaptel/trunk/debian/patches/series Tue Jul  8 22:42:15 2008
@@ -9,3 +9,4 @@
 #sigcap_dacs
 chan_release_check
 florz-vmalloc
+xpp_fxs_power

Added: zaptel/trunk/debian/patches/xpp_fxs_power
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/xpp_fxs_power?rev=5929&op=file
==============================================================================
--- zaptel/trunk/debian/patches/xpp_fxs_power (added)
+++ zaptel/trunk/debian/patches/xpp_fxs_power Tue Jul  8 22:42:15 2008
@@ -1,0 +1,23 @@
+A fix for the Astribank FXS module driver:
+A case where we didn't switch to low power at the end of a ring.
+Issue may prevents ONHOOK detection.
+
+MErged upstreeam. Will be included in zaptel 1.4.12,. Original command:
+svn diff -c 4395 http://svn.digium.com/svn/zaptel/branches/1.4/
+
+Index: card_fxs.c
+===================================================================
+--- a/kernel/xpp/card_fxs.c	(revision 4394)
++++ b/kernel/xpp/card_fxs.c	(revision 4395)
+@@ -1126,6 +1126,11 @@
+ 				MARK_OFF(priv, i, LED_GREEN);
+ 				update_line_status(xpd, i, 0);
+ 			}
++			/*
++			 * Must witch to low power. In high power, an ONHOOK
++			 * won't be detected.
++			 */
++			do_chan_power(xbus, xpd, i, 0);
+ 		}
+ 	}
+ 	__pcm_recompute(xpd, 0);	/* in a spinlock */




More information about the Pkg-voip-commits mailing list