Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lua debug not working #602

Open
wants to merge 1 commit into
base: V5.0
Choose a base branch
from
Open

Conversation

powerpbx
Copy link
Contributor

@powerpbx powerpbx commented Oct 1, 2021

Lua debug never gets activated when Configuration > Settings > Calls > Debug = Enable. This fixes that.

@devangn
Copy link
Contributor

devangn commented May 11, 2023

@powerpbx Do you mean "if (config['debug'] > '0') then" under these lua files?
as "if (config['debug'] == '0') then" will only pass when logs are disabled as that's what 0 means, which will contradict with CI logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants