[asterisk-bugs] [Asterisk 0014012]: Channel "hangs"
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Dec 8 12:48:16 CST 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=14012
======================================================================
Reported By: dveiga
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 14012
Category: PBX/General
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Asterisk Version: 1.6.1-beta3
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 160442
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-12-02 21:29 CST
Last Modified: 2008-12-08 12:48 CST
======================================================================
Summary: Channel "hangs"
Description:
Function collect_digits() in main/pbx.c calls ast_waitfordigit() passing
waittime*1000 as a paramenter, but waittime is already in milliseconds!
Thus, ast_waitfordigit() takes a REAL LONG TIME to return, making the user
think the channel is "hanged".
======================================================================
----------------------------------------------------------------------
(0095966) svnbot (reporter) - 2008-12-08 12:48
http://bugs.digium.com/view.php?id=14012#c95966
----------------------------------------------------------------------
Repository: asterisk
Revision: 161787
U trunk/main/pbx.c
------------------------------------------------------------------------
r161787 | file | 2008-12-08 12:48:15 -0600 (Mon, 08 Dec 2008) | 6 lines
Fix a regression introduced when the PBX timeouts were converted to
milliseconds. collect_digits now gets milliseconds fed to it, not seconds.
(closes issue http://bugs.digium.com/view.php?id=14012)
Reported by: dveiga
Patches:
14012.patch uploaded by bkruse (license 132)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=161787
Issue History
Date Modified Username Field Change
======================================================================
2008-12-08 12:48 svnbot Checkin
2008-12-08 12:48 svnbot Note Added: 0095966
2008-12-08 12:48 svnbot Status new => assigned
2008-12-08 12:48 svnbot Assigned To => file
2008-12-08 12:48 svnbot Status assigned => resolved
2008-12-08 12:48 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list