diff options
author | Peter Kozak <spag@golwen.net> | 2013-03-18 01:54:40 -0400 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-03-18 01:54:40 -0400 |
commit | 208c0bbb9b7b744febbf288f56a3926561cd001b (patch) | |
tree | d7376013a2918e9fd0609bf603a60613457bb299 /misc/freeswitch | |
parent | abc16da2c2afa636a928a031a540e677f4ac84f8 (diff) |
log line removed
Diffstat (limited to 'misc/freeswitch')
-rw-r--r-- | misc/freeswitch/scripts/dialplan/dialplan.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/freeswitch/scripts/dialplan/dialplan.lua b/misc/freeswitch/scripts/dialplan/dialplan.lua index 9abd3d2..63158d9 100644 --- a/misc/freeswitch/scripts/dialplan/dialplan.lua +++ b/misc/freeswitch/scripts/dialplan/dialplan.lua @@ -626,8 +626,6 @@ function Dialplan.switch(self, destination) local result = nil; self.dial_timeout_active = self.dial_timeout; - self.log:debug('SWITCH - auth: ', self.caller.auth_account.class, '=', self.caller.auth_account.id, '/', self.caller.auth_account.uuid, ', caller: ', self.caller.account.class, '=', self.caller.account.id, '/', self.caller.account.uuid); - if not destination.node_local then return self:dial(destination); end |