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

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Mon Mar 31 12:21:54 UTC 2008


Author: tzafrir-guest
Date: Mon Mar 31 12:21:53 2008
New Revision: 5404

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5404
Log:
Reset T303 timer on ALERTING and PROGRESS response to setup, 
from bristuff 0.4.0-test6-xr2 (Closes: #473550).

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=5404&op=diff
==============================================================================
--- libpri/trunk/debian/changelog (original)
+++ libpri/trunk/debian/changelog Mon Mar 31 12:21:53 2008
@@ -1,10 +1,15 @@
 libpri (1.4.2-2) UNRELEASED; urgency=low
 
+  [ Faidon Liambotis ]
   * NOT RELEASED YET
   * Fix debian/watch by using a pkg-voip wrapper to avoid upstream's silly
     redirections. (Closes: #449956)
 
- -- Faidon Liambotis <paravoid at debian.org>  Thu, 29 Nov 2007 20:59:10 +0200
+  [ Tzafrir Cohen ]
+  * Reset T303 timer on ALERTING and PROGRESS response to setup, from
+    bristuff 0.4.0-test6-xr2 (Closes: #473550).
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Mon, 31 Mar 2008 15:19:16 +0300
 
 libpri (1.4.2-1) unstable; urgency=low
 

Modified: libpri/trunk/debian/patches/bristuff.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/patches/bristuff.dpatch?rev=5404&op=diff
==============================================================================
--- libpri/trunk/debian/patches/bristuff.dpatch (original)
+++ libpri/trunk/debian/patches/bristuff.dpatch Mon Mar 31 12:21:53 2008
@@ -5593,7 +5593,7 @@
  		c->channelno = -1;
  		c->slotmap = -1;
  		c->chanflags = 0;
-@@ -3102,17 +3994,30 @@
+@@ -3102,17 +3994,27 @@
  		c->complete = 0;
  		c->nonisdn = 0;
  		c->aoc_units = -1;
@@ -5605,14 +5605,13 @@
 -	case Q931_CONNECT:
  	case Q931_ALERTING:
  	case Q931_PROGRESS:
- 		c->useruserinfo[0] = '\0';
+-		c->useruserinfo[0] = '\0';
  		c->cause = -1;
--		/* Fall through */
--	case Q931_CALL_PROCEEDING:
- 		c->progress = -1;
- 		c->progressmask = 0;
- 		break;
-+	case Q931_CALL_PROCEEDING:
+ 		/* Fall through */
+ 	case Q931_CALL_PROCEEDING:
+-		c->progress = -1;
+-		c->progressmask = 0;
+-		break;
 +		/* Fall through */
 +	case Q931_CONNECT:
 + 		if (c->t303timer) {




More information about the Pkg-voip-commits mailing list