[Home]

Summary:ASTERISK-02387: Bug introduced in CVS with the guardtime feature
Reporter:alf (alf)Labels:
Date Opened:2004-09-11 07:25:56Date Closed:2008-01-15 15:07:16.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The guardtime gets reset to 2 seconds with each hangup. The ChanIsAvailable app does a hangup when finished checking for a channel. Thus no call can be made if using ChanIsAvailable as it marks the channel unusable (and the script of course takes less than 2 seconds to execute).


****** ADDITIONAL INFORMATION ******

I do not know if this is a bad coding in ChanIsAvailable or an unexpected side effect, so I do not offer a patch.
I'm not fluent enough with the source tree (yet).

For my needs, I'll simply get rid of the guardtime code until fixed.

Thanks.
Comments:By: Mark Spencer (markster) 2004-09-11 09:36:12

Should be fixed in CVS, reopen if not.

Please read the instructions on the bug placing page with regards to setting a bug Severity.  This bug clearly did not meet the requirements for a "MAJOR" bug.

By: Digium Subversion (svnbot) 2008-01-15 15:07:16.000-0600

Repository: asterisk
Revision: 3764

U   trunk/channels/chan_zap.c

------------------------------------------------------------------------
r3764 | markster | 2008-01-15 15:07:15 -0600 (Tue, 15 Jan 2008) | 2 lines

Don't set guardtime if channel is only reserved (bug ASTERISK-2387)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=3764