Skip to content

Fix lua debug not working#602

Open
powerpbx wants to merge 1 commit into
iNextrix:V5.0from
powerpbx:fix-lua-debug
Open

Fix lua debug not working#602
powerpbx wants to merge 1 commit into
iNextrix:V5.0from
powerpbx:fix-lua-debug

Conversation

@powerpbx

@powerpbx powerpbx commented Oct 1, 2021

Copy link
Copy Markdown
Contributor

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

@devangn

devangn commented May 11, 2023

Copy link
Copy Markdown
Contributor

@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