[Home]

Summary:ASTERISK-01319: [patch] Fix AbsoluteTimeout extension T
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2004-03-31 12:23:48.000-0600Date Closed:2004-09-25 02:51:25
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20040331__fix_absolutetimeout_ext_T.diff.txt
Description:Extensions should be case-sensitive, meaning that extension "t" (response timeout) is different from extension "T" (absolute timeout).  Extension "T" has never worked, because the routines that check for duplicate extensions are case-insensitive.  This is a one-line fix for that problem.

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

I originally proposed "a" for the AbsoluteTimeout extension, but Mark overrided that suggestion in favor of "T".  Therefore, we have it straight from the top that extensions should be case-sensitive.
Comments:By: twisted (twisted) 2004-04-18 01:38:41

CVS Maintainers - Please consider this for CVS addition.  It would be VERY helpful for handling IVR timeouts and loops from within the dialplan.

By: James Golovich (jamesgolovich) 2004-04-18 01:47:22

Fixed in CVS Head