[Pkg-voip-commits] r5901 - /libpri/trunk/debian/patches/bristuff.dpatch

msp at alioth.debian.org msp at alioth.debian.org
Wed Jun 25 22:10:56 UTC 2008


Author: msp
Date: Wed Jun 25 22:10:56 2008
New Revision: 5901

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5901
Log:
Revert part of r5900

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

Modified: libpri/trunk/debian/patches/bristuff.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/patches/bristuff.dpatch?rev=5901&op=diff
==============================================================================
--- libpri/trunk/debian/patches/bristuff.dpatch (original)
+++ libpri/trunk/debian/patches/bristuff.dpatch Wed Jun 25 22:10:56 2008
@@ -3714,14 +3714,15 @@
  			return ev;
  		case 3:
  			if (h->u.m2 == 3) {
-@@ -882,17 +1747,29 @@ static pri_event *__q921_receive_qualifi
+@@ -882,17 +1747,30 @@ static pri_event *__q921_receive_qualifi
  					}
  				}
  				/* Send Unnumbered Acknowledgement */
 -				q921_send_ua(pri, h->u.p_f);
 -				return q921_dchannel_up(pri);
 +				q921_send_ua(pri, h->u.p_f, h->h.tei);
-+				return q921_dchannel_up(pri, h->h.tei);
++				if (pri->q921_state[teio] == Q921_LINK_CONNECTION_RELEASED)
++					return q921_dchannel_up(pri, h->h.tei);
  			} else if (h->u.m2 == 0) {
  					/* It's a UA */
 -				if (pri->q921_state == Q921_AWAITING_ESTABLISH) {




More information about the Pkg-voip-commits mailing list