summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/freeswitch/scripts/dialplan/sip_call.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/freeswitch/scripts/dialplan/sip_call.lua b/misc/freeswitch/scripts/dialplan/sip_call.lua
index 7e3cddc..256508a 100644
--- a/misc/freeswitch/scripts/dialplan/sip_call.lua
+++ b/misc/freeswitch/scripts/dialplan/sip_call.lua
@@ -181,8 +181,6 @@ function SipCall.fork(self, destinations, arg )
local caller_id_name = destination.caller_id_name or self.caller.caller_id_name;
local from_uri = common.array.expand_variables(gateway.settings.from, destination, self.caller, { gateway = gateway });
- self.log:devel('DESTINATION: ', destination);
-
if gateway.settings.asserted_identity then
local identity = common.array.expand_variables(gateway.settings.asserted_identity, destination, self.caller, { gateway = gateway })