Merge pull request #1420 from moteus/fix_partial_dialplan

Fix. Do not build context if there error.
This commit is contained in:
FusionPBX
2016-02-03 21:32:15 -07:00
2 changed files with 24 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ local function tracef(type, name, level, ...)
end
local LEVELS = {
'error',
'err',
'warning',
'notice',
'info',