[Home]

Summary:ASTERISK-03420: Error message for execincludes inconsistent with config syntax
Reporter:robf (robf)Labels:
Date Opened:2005-02-02 13:41:33.000-0600Date Closed:2008-01-15 15:24:08.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Error message in config.c refers to "exec_includes" option.  Source in asterisk.c uses "execincludes".  These should match, no?

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

Might be a good idea to document this feature in the example configs, too...

I've tried to make use of this new feature in my extensions.conf, but it hasn't worked...  Failing with:

config.c:540 process_text_line: No '=' (equal sign) in line 1 of /var/tmp/exec.1107373198.16384

So I know asterisk is *trying* to do something with the #exec line I put in extensions.conf, but something else is wrong...

I'll eventually track down more info on this as I have time, but thought I'd mention it.
Comments:By: Mark Spencer (markster) 2005-02-02 13:47:56.000-0600

Documentation fixed, functionality double checked ("works on my box")

By: robf (robf) 2005-02-02 13:50:36.000-0600

Regarding the other problem mentioned in "add'l info"...  My 'exec' output doesn't include any [context] line...  I wonder if that's confusing things...

By: robf (robf) 2005-02-02 15:49:50.000-0600

Regarding the other problem mentioned in "add'l info"...  My 'exec' output doesn't include any [context] line...  I wonder if that's confusing things...

By: Digium Subversion (svnbot) 2008-01-15 15:24:08.000-0600

Repository: asterisk
Revision: 4953

U   trunk/config.c

------------------------------------------------------------------------
r4953 | markster | 2008-01-15 15:24:07 -0600 (Tue, 15 Jan 2008) | 2 lines

Clarify documentation (bug ASTERISK-3420)

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

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