diff options
author | spag <spag@golwen.net> | 2013-01-18 10:08:47 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-18 10:08:47 +0100 |
commit | 01078d50412183ff4fbeb213643093e6d2cf8714 (patch) | |
tree | ce415c1fe8339f56ad66a73bbbfa079c8b23e0db /misc/freeswitch/scripts/dialplan | |
parent | 983a3e274ab46609d0563d8e941ac4a8d90400c9 (diff) |
log line removed
Diffstat (limited to 'misc/freeswitch/scripts/dialplan')
-rw-r--r-- | misc/freeswitch/scripts/dialplan/sip_call.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/freeswitch/scripts/dialplan/sip_call.lua b/misc/freeswitch/scripts/dialplan/sip_call.lua index 06132ab..0b799e5 100644 --- a/misc/freeswitch/scripts/dialplan/sip_call.lua +++ b/misc/freeswitch/scripts/dialplan/sip_call.lua @@ -137,7 +137,6 @@ function SipCall.fork(self, destinations, arg ) end if destination.channel_variables then for key, value in pairs(destination.channel_variables) do - self.log:notice('FORK_CHANNEL_VARIABLES: ', tostring(key) .. "='" .. tostring(value) .. "'"); table.insert(origination_variables, tostring(key) .. "='" .. tostring(value) .. "'"); end end |