[Home]

Summary:ASTERISK-04502: [patch] dir is not always necessary
Reporter:Anthony Minessale (anthm)Labels:
Date Opened:2005-06-29 14:16:18Date Closed:2008-01-15 15:39:45.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_musiconhold
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) nodir.diff
Description:This patch lets you specify "nodir" as the dir arguement to bypass the bit where it opens the dir and generates the argv.

This is sometimes necessary because something like a custom app that reads from a pipe needs no dir thus it will now be able to opt-out of the whole dir thing.

eg:
manual => custom:nodir,/bin/my-dirless-app myarg


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

Disclaimer on file
anthmct@yahoo.com
Comments:By: Mark Spencer (markster) 2005-06-30 14:07:54

I'm fine with this, ready to commit!

By: Anthony Minessale (anthm) 2005-06-30 14:13:11

Added to CVS

By: Digium Subversion (svnbot) 2008-01-15 15:39:45.000-0600

Repository: asterisk
Revision: 6017

U   trunk/res/res_musiconhold.c

------------------------------------------------------------------------
r6017 | anthm | 2008-01-15 15:39:45 -0600 (Tue, 15 Jan 2008) | 2 lines

Apply NODIR Patch (Bug ASTERISK-4502)

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

http://svn.digium.com/view/asterisk?view=rev&revision=6017