summaryrefslogtreecommitdiff
path: root/misc/freeswitch/scripts/dialplan/hunt_group.lua
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-01-20 16:24:18 +0100
committerspag <spag@golwen.net>2013-01-20 16:24:18 +0100
commit23886159814997bff0afd4ac493657ff9f451500 (patch)
tree6b5f9a4fd2bea0016394df4bb99de33b52fb3362 /misc/freeswitch/scripts/dialplan/hunt_group.lua
parent9b5879a97ebb5887e089edac5d1a89ea6f97e5fb (diff)
log line
Diffstat (limited to 'misc/freeswitch/scripts/dialplan/hunt_group.lua')
-rw-r--r--misc/freeswitch/scripts/dialplan/hunt_group.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/freeswitch/scripts/dialplan/hunt_group.lua b/misc/freeswitch/scripts/dialplan/hunt_group.lua
index 07f403e..2c73bf8 100644
--- a/misc/freeswitch/scripts/dialplan/hunt_group.lua
+++ b/misc/freeswitch/scripts/dialplan/hunt_group.lua
@@ -104,8 +104,6 @@ function HuntGroup.run(self, dialplan_object, caller, destination)
for index, hunt_group_member in ipairs(hunt_group_members) do
local destination = dialplan_object:destination_new{ number = hunt_group_member.number };
if destination.type == 'unknown' then
- self.log:notice('HG_DESTINATION - number: ', destination.number, ', hunt_group_member.number: ', hunt_group_member.number);
-
caller.destination_number = destination.number;