[libpri-commits] branch 1.2 - r280 /branches/1.2/q921.c

libpri-commits at lists.digium.com libpri-commits at lists.digium.com
Tue Dec 6 15:35:51 CST 2005


Author: mattf
Date: Tue Dec  6 15:35:50 2005
New Revision: 280

URL: http://svn.digium.com/view/libpri?rev=280&view=rev
Log:
Send RR as command instead of response when T200 expires after receiving RNR.

Modified:
    branches/1.2/q921.c

Modified: branches/1.2/q921.c
URL: http://svn.digium.com/view/libpri/branches/1.2/q921.c?rev=280&r1=279&r2=280&view=diff
==============================================================================
--- branches/1.2/q921.c (original)
+++ branches/1.2/q921.c Tue Dec  6 15:35:50 2005
@@ -338,7 +338,7 @@
          if (pri->debug & PRI_DEBUG_Q921_STATE)
             pri_message(pri, "-- Retransmitting %d bytes\n", pri->txqueue->len);
 		if (pri->busy) 
-			q921_rr(pri, 1, 0);
+			q921_rr(pri, 1, 1);
 		else {
 			if (!pri->txqueue->transmitted) 
 				pri_error(pri, "!! Not good - head of queue has not been transmitted yet\n");



More information about the libpri-commits mailing list