Skip to content

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