]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
quick hack to try to get somthing working.
authorMichael Jerris <mike@jerris.com>
Wed, 23 May 2007 22:58:56 +0000 (22:58 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 23 May 2007 22:58:56 +0000 (22:58 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@121 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/src/isdn/Q931ie.c

index 1435e3abc77bd7f57ef68fede6853c1940a1a4e1..46e0173aa47ef8ef9e98d94de7f389ee7c270fb0 100644 (file)
@@ -819,7 +819,8 @@ L3INT Q931Uie_CallingNum(Q931_TrunkInfo_t *pTrunk, ie *pIE, L3UCHAR * IBuf, L3UC
         pie->Digit[x] = IBuf[Octet+Off] & 0x7f;
         Off++;
         x++;
-    }while((IBuf[Octet+Off]&0x80) != 0 && x < 20);
+/*    }while((IBuf[Octet+Off]&0x80) != 0 && x < 20); Temporary dirty hack. */
+       }while(Octet+Off < IESize);
 
     Q931IESizeTest(Q931E_CALLINGNUM);