diff options
author | spag <spag@golwen.net> | 2013-01-20 16:24:18 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-20 16:24:18 +0100 |
commit | 23886159814997bff0afd4ac493657ff9f451500 (patch) | |
tree | 6b5f9a4fd2bea0016394df4bb99de33b52fb3362 /misc/freeswitch/scripts/dialplan | |
parent | 9b5879a97ebb5887e089edac5d1a89ea6f97e5fb (diff) |
log line
Diffstat (limited to 'misc/freeswitch/scripts/dialplan')
-rw-r--r-- | misc/freeswitch/scripts/dialplan/hunt_group.lua | 2 |
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; |