[Pkg-voip-commits] r5832 - in /zaptel/trunk/debian: changelog patches/bri_dchan

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Thu Jun 5 12:30:11 UTC 2008


Author: tzafrir-guest
Date: Thu Jun  5 12:30:11 2008
New Revision: 5832

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5832
Log:
Patch bri_dchan: change ZT_FLAG_BRIDCHAN as ZT_FLAG_MTP2 is also
defined to be 19 as of zaptel 1.4.11 .

Modified:
    zaptel/trunk/debian/changelog
    zaptel/trunk/debian/patches/bri_dchan

Modified: zaptel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/changelog?rev=5832&op=diff
==============================================================================
--- zaptel/trunk/debian/changelog (original)
+++ zaptel/trunk/debian/changelog Thu Jun  5 12:30:11 2008
@@ -19,6 +19,8 @@
   * Finally removing 00list.
   * Patch sigcap_dacs: tell zaphfc and vzaphfc to report support for
     ZT_SIG_DACS. Makes ztscan report then as digital spans.
+  * Patch bri_dchan: change ZT_FLAG_BRIDCHAN as ZT_FLAG_MTP2 is also
+    defined to be 19 as of zaptel 1.4.11 .
 
  -- Faidon Liambotis <paravoid at debian.org>  Wed, 21 May 2008 03:53:30 +0300
 

Modified: zaptel/trunk/debian/patches/bri_dchan
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/bri_dchan?rev=5832&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/bri_dchan (original)
+++ zaptel/trunk/debian/patches/bri_dchan Thu Jun  5 12:30:11 2008
@@ -26,7 +26,7 @@
  #define ZT_FLAG_SIGFREEZE		(1 << 16)	/* Freeze signalling */
  
 +#if defined(CONFIG_ZAPATA_BRI_DCHANS)
-+#define ZT_FLAG_BRIDCHAN		(1 << 19)
++#define ZT_FLAG_BRIDCHAN		(1 << 20)
 +#endif
 +
  struct zt_span {




More information about the Pkg-voip-commits mailing list