CyCoreSystems / asterisk-config

Kubernetes dynamic configuration engine for Asterisk
Other
64 stars 25 forks source link

warning on startup for cli.conf #7

Closed danjenkins closed 4 years ago

danjenkins commented 4 years ago

With the new CLI startup commands I now get a warning

[Mar 31 09:50:31] WARNING[1]: config.c:2020 process_text_line: No '=' (equal sign) in line 2 of /etc/asterisk/cli.conf

But according to the samples, your config is correct - https://github.com/asterisk/asterisk/blob/master/configs/samples/cli.conf.sample

Raising it just so its logged somewhere. Not much you can do about it

Ulexus commented 4 years ago

Oh... I didn't see that warning message. It does work, and yeah, I took it straight from the example. I'll have to figure out a way to silence that, though.

danjenkins commented 4 years ago

For those following along at home we can "fix" this by adding = yes next to the command

vkruoso commented 4 years ago

I'm still getting that warning in the latest release. Is the docker image updated correctly?

Ulexus commented 4 years ago

It looks to be correct, yes. v0.9.2 is reflected in Docker Hub

vkruoso commented 4 years ago

So I'm probably doing something wrong. Will investigate more later.

I'm building a custom setup based on your work, thanks a lot. I'm creating a controller to manage a dynamic fleet of Asterisk instances on a multi-cluster environment. Do you (or your company) have experience on that? We understand Asterisk decently, but all other moving parts can be quite overwhelming.

Ulexus commented 4 years ago

We do quite a lot of work in that area, yes. Feel free to email us at hello@cycoresys.com if you are looking for assistance.