[Pkg-voip-commits] r4835 - in /libpri/trunk/debian: changelog patches/bristuff.dpatch

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sun Nov 18 15:56:13 UTC 2007


Author: tzafrir-guest
Date: Sun Nov 18 15:56:13 2007
New Revision: 4835

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4835
Log:
BRI overlap digits were ignored (regression from 1.2).

Modified:
    libpri/trunk/debian/changelog
    libpri/trunk/debian/patches/bristuff.dpatch

Modified: libpri/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/changelog?rev=4835&op=diff
==============================================================================
--- libpri/trunk/debian/changelog (original)
+++ libpri/trunk/debian/changelog Sun Nov 18 15:56:13 2007
@@ -12,6 +12,7 @@
   * Update makefile patches to new upstream.
   * Do build bristuffed version as well with -Werror .
   * Fix an uninitialized variable there.
+  * BRI overlap digits were ignored (regression from 1.2).
 
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sun, 18 Nov 2007 16:44:14 +0200
 

Modified: libpri/trunk/debian/patches/bristuff.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/patches/bristuff.dpatch?rev=4835&op=diff
==============================================================================
--- libpri/trunk/debian/patches/bristuff.dpatch (original)
+++ libpri/trunk/debian/patches/bristuff.dpatch Sun Nov 18 15:56:13 2007
@@ -5989,15 +5989,6 @@
  		if (c->alive)
  			return Q931_RES_HAVEEVENT;
  		else
-@@ -3602,7 +4594,7 @@
- 		pri->ev.e = PRI_EVENT_INFO_RECEIVED;
- 		pri->ev.ring.call = c;
- 		pri->ev.ring.channel = c->channelno | (c->ds1no << 8) | (c->ds1explicit << 16);
--		libpri_copy_string(pri->ev.ring.callednum, c->callednum, sizeof(pri->ev.ring.callednum));
-+ 		libpri_copy_string(pri->ev.ring.callednum, c->digits, sizeof(pri->ev.ring.callednum) );
- 		libpri_copy_string(pri->ev.ring.callingsubaddr, c->callingsubaddr, sizeof(pri->ev.ring.callingsubaddr));
- 		pri->ev.ring.complete = c->complete; 	/* this covers IE 33 (Sending Complete) */
- 		return Q931_RES_HAVEEVENT;
 @@ -3622,7 +4614,6 @@
  		pri->ev.e = PRI_EVENT_SETUP_ACK;
  		pri->ev.setup_ack.channel = c->channelno | (c->ds1no << 8) | (c->ds1explicit << 16);




More information about the Pkg-voip-commits mailing list