[libpri-commits] mattf: trunk r554 - /trunk/q931.c
    SVN commits to the libpri project 
    libpri-commits at lists.digium.com
       
    Tue May  6 11:33:05 CDT 2008
    
    
  
Author: mattf
Date: Tue May  6 11:33:05 2008
New Revision: 554
URL: http://svn.digium.com/view/libpri?view=rev&rev=554
Log:
We passed TBR3 layer 2 and layer 3 testing with this commit in for BRI-TE PTMP.
Modified:
    trunk/q931.c
Modified: trunk/q931.c
URL: http://svn.digium.com/view/libpri/trunk/q931.c?view=diff&rev=554&r1=553&r2=554
==============================================================================
--- trunk/q931.c (original)
+++ trunk/q931.c Tue May  6 11:33:05 2008
@@ -3687,6 +3687,7 @@
 		/* Remove "workaround" since it breaks certification testing.  If we receive a STATUS message of call state
 		 * NULL and we are not in the call state NULL we must clear resources and return to the call state to pass
 		 * testing.  See section 5.8.11 of Q.931 */
+
 		if (!c->sugcallstate) {
 #endif
 			pri->ev.hangup.channel = c->channelno | (c->ds1no << 8) | (c->ds1explicit << 16);
    
    
More information about the libpri-commits
mailing list