From: Stefan Knoblich Date: Fri, 14 Nov 2008 20:47:29 +0000 (+0000) Subject: Disable the non-working timer stuff for now X-Git-Tag: v1.0.6~38^2~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ee2f82e818d3f589d27a5d22cb1d5dae96e496d;p=thirdparty%2Ffreeswitch.git Disable the non-working timer stuff for now git-svn-id: http://svn.openzap.org/svn/openzap/trunk@610 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/openzap/src/isdn/Q931.c b/libs/openzap/src/isdn/Q931.c index a235253c3a..b245c144d8 100644 --- a/libs/openzap/src/isdn/Q931.c +++ b/libs/openzap/src/isdn/Q931.c @@ -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; }