From: Michael Jerris Date: Mon, 21 May 2007 20:08:52 +0000 (+0000) Subject: empty if body on ie that has not yet been implemented. X-Git-Tag: v1.0.6~38^2~775 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56007735e4f708eb3b9326e968084fa6865b45c6;p=thirdparty%2Ffreeswitch.git empty if body on ie that has not yet been implemented. git-svn-id: http://svn.openzap.org/svn/openzap/trunk@79 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/openzap/src/isdn/Q931mes.c b/libs/openzap/src/isdn/Q931mes.c index 21dd181616..8451ff48d5 100644 --- a/libs/openzap/src/isdn/Q931mes.c +++ b/libs/openzap/src/isdn/Q931mes.c @@ -1482,7 +1482,7 @@ L3INT Q931Pmes_Setup(Q931_TrunkInfo *pTrunk, L3UCHAR *IBuf, L3INT ISize, L3UCHAR /* Repeat Indicator */ if(Q931IsIEPresent(pMes->LLRepeatInd)) - ;/* TODO */ + rc = Q931E_UNKNOWN_IE;/* TODO */ /* Low Layer Compatibility */ if(Q931IsIEPresent(pMes->LLComp))