Log To File In Asterisk: Append With Newline
Hi all,
(I am testing on Asterisk 11.7.0~dfsg-1ubuntu1)
I am using the following format to append to a logfile, according to the documentation
same => n,Set(FILE(/tmp/mylog.txt,,,a)=my-log-message)
But this does not append a newline. So I am trying:
same => n,Set(FILE(/tmp/mylog.txt,,,al)=my-log-message)
But this does not append (instead, it just overwrites – surprisingly, since the documentation says that this should append!).
How can I append *and* make sure that a newline is added after the log message?
Thanks,
Daniel Gonzalez