From 4f2e4d63597904c0f2b71398619ee3d1294f297a Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Tue, 11 Jun 2013 14:54:12 +0200 Subject: set_privacy removed --- misc/freeswitch/scripts/dialplan/dialplan.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'misc/freeswitch/scripts') diff --git a/misc/freeswitch/scripts/dialplan/dialplan.lua b/misc/freeswitch/scripts/dialplan/dialplan.lua index 3f84007..f96f857 100644 --- a/misc/freeswitch/scripts/dialplan/dialplan.lua +++ b/misc/freeswitch/scripts/dialplan/dialplan.lua @@ -372,7 +372,6 @@ function Dialplan.dial(self, destination) self.caller:set_caller_id(destination.caller_id_number, destination.caller_id_name or self.caller.caller_id_name); else self.caller:set_caller_id('anonymous', 'Unknown'); - self.caller:set_privacy(true); end local destinations = { destination }; @@ -418,7 +417,6 @@ function Dialplan.huntgroup(self, destination) end else self.caller:set_caller_id('anonymous', tostring(hunt_group.record.name)); - self.caller:set_privacy(true); end self.caller.auth_account = hunt_group; @@ -449,7 +447,6 @@ function Dialplan.acd(self, destination) end else self.caller:set_caller_id('anonymous', tostring(acd.record.name)); - self.caller:set_privacy(true); end self.caller.auth_account = acd; -- cgit v1.2.3