[Home]

Summary:ASTERISK-10022: externalivr "failed to execute" in recent versions; filename is not read correctly
Reporter:Yehavi Bourvine (yehavi)Labels:
Date Opened:2007-08-05 01:34:05Date Closed:2007-08-06 09:20:20
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_externalivr
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Externalivr() fails with the error "failed to execute:" and then a garbage is printed instead of the filename.

It seems that the problem happened since the change in apps/app_externalivr.c where the call ast_app_separate_args() has been changed to AST_STANDARD_APP_ARGS.

****** ADDITIONAL INFORMATION ******

externalivr is called like:

externalivr(/usr/loca/bin/test)

The problem has been noticed on 1.4.9 as well.
Comments:By: Digium Subversion (svnbot) 2007-08-06 09:20:19

Repository: asterisk
Revision: 78168

------------------------------------------------------------------------
r78168 | file | 2007-08-06 09:20:19 -0500 (Mon, 06 Aug 2007) | 4 lines

(closes issue ASTERISK-10022)
Reported by: yehavi
Use the filename we parsed using the standard parsing when launching the application specified to ExternalIVR.

------------------------------------------------------------------------