Summary: | ASTERISK-04490: [patch] RECEIVE TEXT function hangs up channel if timeout times out | ||
Reporter: | Sarah Nordstrom (sarahemm) | Labels: | |
Date Opened: | 2005-06-27 22:43:55 | Date Closed: | 2008-01-15 15:40:42.000-0600 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Resources/res_agi |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) recvtext-fix-20050627-sn-0.diff | |
Description: | If the RECEIVE TEXT function is used with a timeout value, and the timeout expires, the channel will be hung up. The correct behaviour would be to return a result of -1 but not hang up the channel. | ||
Comments: | By: Kevin P. Fleming (kpfleming) 2005-07-11 16:32:02 Committed to CVS HEAD, thanks! By: Digium Subversion (svnbot) 2008-01-15 15:40:42.000-0600 Repository: asterisk Revision: 6082 U trunk/res/res_agi.c ------------------------------------------------------------------------ r6082 | kpfleming | 2008-01-15 15:40:42 -0600 (Tue, 15 Jan 2008) | 2 lines don't hangup the channel when a RECEIVE TEXT command times out (bug ASTERISK-4490) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=6082 |