Disable the non-working timer stuff for now

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@610 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Stefan Knoblich 2008-11-14 20:47:29 +00:00
parent 479b109aca
commit 7ee2f82e81
1 changed files with 2 additions and 0 deletions

View File

@ -636,12 +636,14 @@ L3INT Q931GetCallState(Q931_TrunkInfo_t *pTrunk, L3INT iCRV)
*/
L3INT Q931StartTimer(Q931_TrunkInfo_t *pTrunk, L3INT callIndex, L3USHORT iTimerID)
{
#if 0
L3ULONG duration = Q931Timer[pTrunk->Dialect][iTimerID];
if (duration) {
pTrunk->call[callIndex].Timer = Q931GetTime() + duration;
pTrunk->call[callIndex].TimerID = iTimerID;
}
#endif
return 0;
}