[Home]

Summary:ASTERISK-25976: configs/basic-pbx/asterisk.conf contains incorrect path separator
Reporter:Diederik de Groot (dkdegroot)Labels:config sample
Date Opened:2016-05-01 02:19:10Date Closed:2016-05-04 09:01:31
Priority:TrivialRegression?
Status:Closed/CompleteComponents:General
Versions:11.22.0 13.8.2 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:Example file: configs/basic-pbx/asterisk.conf
contains incorrect path separator '=' instead of '=>'

{quote}
'astetcdir = /etc/asterisk'
{quote}
should have been
{quote}
'astetcdir => /etc/asterisk'
{quote}
etc.

When packagers use these files (as an example) the paths are never really used / interpreted when they are split using '='. Thirdparty applications will also have trouble parsing the file when expecting '=>'.

Comments:By: Asterisk Team (asteriskteam) 2016-05-01 02:19:11.545-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].