Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion freeswitch/scripts/astpp-callingcards.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if (not params) then
end


if (config['debug']==1) then
if (config['debug'] == '0') then
-- print all params
if (params:serialize() ~= nil) then
Logger.notice ("[xml_handler] Params:\n" .. params:serialize())
Expand Down
2 changes: 1 addition & 1 deletion freeswitch/scripts/astpp/astpp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if (not params) then
end
end

if (config['debug']==2) then
if (config['debug'] == '0') then
-- print all params
if (params:serialize() ~= nil) then
Logger.notice ("[xml_handler] Params:\n" .. params:serialize())
Expand Down