[arm-allstar] spanning config parameters over multiple lines

David McGough kb4fxc at inttek.net
Thu Apr 21 07:57:15 EDT 2022


Hi Barry,

The asterisk *.conf files are very rudimentary "INI" style key/value 
files.  

Splitting lines using a backslash isn't proper syntax.  Here are articles 
describing the generalized file format:

https://en.wikipedia.org/wiki/INI_file

Note that I'm not sure if all the formatting explained in the Wikipedia
article is supported in Asterisk. The Asterisk version 1.4.x file parser
is pretty rudimentary.

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Configuration+Files


73, David K4FXC



On Thu, 21 Apr 2022, "Barry Jackson via ARM-allstar" wrote:

> Hi,
> Just wondering if config parameters which are comma separated lists can 
> be extended over multiple lines?
> 
> e.g. in echolink.conf:
> 
> deny=callsign1*,callsign2*, \
>       callsign3*,callsign4*
> 
> The above is the bash way, but I don't know what syntax allstar config 
> files will accept.
> 
> Thanks,
> Barry
> _______________________________________________
> 
> ARM-allstar mailing list
> ARM-allstar at hamvoip.org
> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> 
> Visit the BBB and RPi2/3/4 web page - http://hamvoip.org
> 



More information about the ARM-allstar mailing list