]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
pull some state stuff out for now
authorMichael Jerris <mike@jerris.com>
Wed, 21 Nov 2007 22:02:04 +0000 (22:02 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 21 Nov 2007 22:02:04 +0000 (22:02 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@343 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/isdn/Q931StateTE.c

index 07e31bdcf0caa98e93f71d90878273fca1d38b49..bdded13486a6d8d62eee883ddf36d34d3446a283 100644 (file)
@@ -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