[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 08:33:46 CDT 2008


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=12697 
====================================================================== 
Reported By:                ctooley
Assigned To:                svnbot
====================================================================== 
Project:                    Asterisk
Issue ID:                   12697
Category:                   Applications/app_externalivr
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     resolved
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:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             05-21-2008 07:58 CDT
Last Modified:              05-21-2008 08:33 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 08:33  svnbot         Status                   new => resolved     
05-21-08 08:33  svnbot         Resolution               open => fixed       
05-21-08 08:33  svnbot         Assigned To               => svnbot          
======================================================================




More information about the asterisk-bugs mailing list