]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
ease debugging for now
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 24 May 2007 02:27:08 +0000 (02:27 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 24 May 2007 02:27:08 +0000 (02:27 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@129 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/src/isdn/Q921.c

index 7b084fe230269197fa622aea2ffb04c42ee540bc..10e90972fbbd8db153a9d9b70e0f7d469f1298da 100644 (file)
@@ -511,7 +511,9 @@ int Q921Rx12(L2TRUNK trunk)
             else
             {
                 /* todo: whatever*/
-                               trunk->vr--;
+                               /* trunk->vr--; */
+                               /* for now, lets just respond for easier debugging on errors */
+                               Q921SendRR(trunk, (mes[0]&0xfc)>>2, (mes[0]>>1)&0x01, mes[1]>>1, mes[3]&0x01);
            }
         }