make this work for a few more things.. this will probably need to move to a dialect

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@122 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2007-05-24 00:51:56 +00:00
parent 9e864e6ed7
commit 1ba035044f
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ L3INT Q931Uie_CallingNum(Q931_TrunkInfo_t *pTrunk, ie *pIE, L3UCHAR * IBuf, L3UC
Off++;
x++;
/* }while((IBuf[Octet+Off]&0x80) != 0 && x < 20); Temporary dirty hack. */
}while(Octet+Off < IESize);
}while(Q931MoreIE());
Q931IESizeTest(Q931E_CALLINGNUM);