Summary: | ASTERISK-07675: Set(TIMEOUT(absolute) = seconds) doesn't seem to work while AbsoluteTimeout does | ||
Reporter: | salaud (salaud) | Labels: | |
Date Opened: | 2006-09-05 01:38:47 | Date Closed: | 2011-06-07 14:07:24 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Core/Configuration |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ||
Description: | Set(TIMEOUT(absolute) = seconds) does not seem to timeout a channel. The only thing that I may be doing that others aren't is calling an AGI after setting the timeout. However, if I use AbsoluteTimeout it times out and goes to extension 'T' correctly. | ||
Comments: | By: Tilghman Lesher (tilghman) 2006-09-05 15:33:34 Try removing the spaces in your call: Set(TIMEOUT(absolute)=60) By: Joshua C. Colp (jcolp) 2006-09-07 21:15:46 Confirmed via testing - do not put spaces in there. |