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:
parent
98d63a74fe
commit
cb64fb902d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue