diff options
author | Peter Kozak <spag@golwen.net> | 2013-03-27 15:58:39 +0100 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-03-27 15:58:39 +0100 |
commit | 22ba2cab06b81120d8ac3ff99815fab293566932 (patch) | |
tree | cd20db175be96027e932003312ba0ff3ebf74559 /misc/freeswitch/scripts/dialplan | |
parent | bb6e8f24515c056347c6444668c0cb636b799815 (diff) |
log line deleted
Diffstat (limited to 'misc/freeswitch/scripts/dialplan')
-rw-r--r-- | misc/freeswitch/scripts/dialplan/hunt_group.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/freeswitch/scripts/dialplan/hunt_group.lua b/misc/freeswitch/scripts/dialplan/hunt_group.lua index b1728c3..e87c6b2 100644 --- a/misc/freeswitch/scripts/dialplan/hunt_group.lua +++ b/misc/freeswitch/scripts/dialplan/hunt_group.lua @@ -108,7 +108,6 @@ function HuntGroup.run(self, dialplan_object, caller, destination) table.insert(caller.caller_id_numbers, number); end - self.log:debug('HUNTGROUP ', self.record.id, ' - auth: ', caller.auth_account.class, '=', caller.auth_account.id, '/', caller.auth_account.uuid, ', caller: ', caller.account.class, '=', caller.account.id, '/', caller.account.uuid); self.log:info('HUNTGROUP ', self.record.id, ' - clir: ', caller.clir, ', caller_id_numbers: ', table.concat(caller.caller_id_numbers, ',')); local hunt_group_destination = caller.destination; |