[asterisk-bugs] [Asterisk 0012697]: [patch] ExternalIVR will never read from a socket
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed May 21 07:58:40 CDT 2008
The following issue has been UPDATED.
======================================================================
http://bugs.digium.com/view.php?id=12697
======================================================================
Reported By: ctooley
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12697
Category: Applications/app_externalivr
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.6.0-beta8
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0
SVN Revision (number only!): 117430
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 05-21-2008 07:58 CDT
Last Modified: 05-21-2008 07:58 CDT
======================================================================
Summary: [patch] ExternalIVR will never read from a socket
Description:
ExternalIVR's socket support is prevented from determining that there is
something waiting on the socket because ast_waitfor_nandfds is not being
called correctly. This patch checks for the existence of an error file
descriptor before telling ast_waitfor_nandfds which one to use. As there
is no error fd on a socket, it will not work.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
05-21-08 07:58 ctooley Summary ExternalIVR will never
read from a socket => [patch] ExternalIVR will never read from a socket
======================================================================
More information about the asterisk-bugs
mailing list