From 9a15a154da657961a5430225503852d3347e3e08 Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Thu, 4 Jul 2013 14:59:54 +0200 Subject: return true --- misc/freeswitch/scripts/dialplan/dialplan.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/freeswitch') diff --git a/misc/freeswitch/scripts/dialplan/dialplan.lua b/misc/freeswitch/scripts/dialplan/dialplan.lua index 7473a33..56a5def 100644 --- a/misc/freeswitch/scripts/dialplan/dialplan.lua +++ b/misc/freeswitch/scripts/dialplan/dialplan.lua @@ -130,6 +130,7 @@ function Dialplan.auth_account(self) return true; elseif not common.str.blank(self.caller.previous_destination_type) and not common.str.blank(self.caller.previous_destination_uuid) then self.log:info('AUTH previous_destination - ', self.caller.previous_destination_type, '=', self.caller.previous_destination_id, '/', self.caller.previous_destination_uuid); + return true; end end -- cgit v1.2.3