mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 02:52:32 +00:00
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
479b109aca
commit
7ee2f82e81
@ -636,12 +636,14 @@ L3INT Q931GetCallState(Q931_TrunkInfo_t *pTrunk, L3INT iCRV)
|
|||||||
*/
|
*/
|
||||||
L3INT Q931StartTimer(Q931_TrunkInfo_t *pTrunk, L3INT callIndex, L3USHORT iTimerID)
|
L3INT Q931StartTimer(Q931_TrunkInfo_t *pTrunk, L3INT callIndex, L3USHORT iTimerID)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
L3ULONG duration = Q931Timer[pTrunk->Dialect][iTimerID];
|
L3ULONG duration = Q931Timer[pTrunk->Dialect][iTimerID];
|
||||||
|
|
||||||
if (duration) {
|
if (duration) {
|
||||||
pTrunk->call[callIndex].Timer = Q931GetTime() + duration;
|
pTrunk->call[callIndex].Timer = Q931GetTime() + duration;
|
||||||
pTrunk->call[callIndex].TimerID = iTimerID;
|
pTrunk->call[callIndex].TimerID = iTimerID;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user