pull some state stuff out for now

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@343 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2007-11-21 22:02:04 +00:00
parent e77c69f283
commit 8dfec4151f
1 changed files with 2 additions and 1 deletions

View 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