From: Michael Jerris Date: Wed, 21 Nov 2007 22:02:04 +0000 (+0000) Subject: pull some state stuff out for now X-Git-Tag: v1.0.6~38^2~517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dfec4151f15cd7125b6d675fae5ccb95c986893;p=thirdparty%2Ffreeswitch.git pull some state stuff out for now git-svn-id: http://svn.openzap.org/svn/openzap/trunk@343 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/openzap/src/isdn/Q931StateTE.c b/libs/openzap/src/isdn/Q931StateTE.c index 07e31bdcf0..bdded13486 100644 --- a/libs/openzap/src/isdn/Q931StateTE.c +++ b/libs/openzap/src/isdn/Q931StateTE.c @@ -405,7 +405,8 @@ L3INT Q931ProcSetupTE(Q931_TrunkInfo_t *pTrunk, L3UCHAR * buf, L3INT iFrom) Q931StartTimer(pTrunk, callIndex, 303); - Q931SetState(pTrunk, callIndex, Q931_U1); + /* TODO: Add this back when we get the state stuff more filled out */ + //Q931SetState(pTrunk, callIndex, Q931_U1); } /* incoming call */ else